-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
45 lines (45 loc) · 1.23 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "sorintoss",
"version": "1.0.0",
"description": "sorintoss.io site",
"scripts": {
"hugo": "gulp hugo",
"build": "gulp build",
"build-preview": "gulp build-preview",
"start": "gulp server",
"lint": "eslint src",
"postinstall": "hugo-installer --version otherDependencies.hugo"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-object-assign": "^6.8.0",
"babel-plugin-transform-object-rest-spread": "^6.8.0",
"babel-preset-env": "^1.7.0",
"babel-register": "^6.11.6",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.1.0",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"hugo-installer": "^1.0.1",
"standard": "^10.0.3"
},
"dependencies": {
"@fortawesome/fontawesome-free-webfonts": "^1.0.3",
"animate.css": "^3.6.1",
"bootstrap": "^4.3.1",
"browser-sync": "^2.26.7",
"jquery": "^3.4.1",
"netlify-cms": "^2.9.5",
"owl.carousel": "^2.2.0",
"popper.js": "^1.12.9"
},
"otherDependencies": {
"hugo": "0.55.6"
}
}