-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.69 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "victor-hugo",
"version": "1.0.0",
"description": "Victor Hugo is a Hugo boilerplate for creating truly epic websites!",
"main": "index.js",
"scripts": {
"hugo": "gulp hugo",
"webpack": "gulp webpack",
"build": "gulp build",
"build-preview": "gulp build-preview",
"start": "gulp server",
"lint": "eslint src"
},
"author": "",
"license": "MIT",
"dependencies": {
"@babel/register": "^7.22.15",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-object-rest-spread": "^6.13.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"browser-sync": "^2.29.3",
"css-loader": "^1.0.1",
"cssnano": "^4.1.11",
"date-fns": "^1.30.1",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.28.1",
"exports-loader": "^0.7.0",
"file-loader": "^2.0.0",
"gotrue-js": "^0.9.29",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.1",
"gulp-postcss": "^8.0.0",
"gulp-util": "^3.0.8",
"imports-loader": "^0.8.0",
"netlify-cms": "^2.10.192",
"postcss-cssnext": "^3.1.1",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"postcss-uncss": "^0.16.1",
"react": "16.5.1",
"uncss": "^0.16.2",
"url-loader": "^1.1.2",
"webpack": "^3.12.0",
"whatwg-fetch": "^2.0.4"
},
"devDependencies": {
"gulp-inject": "^4.3.2",
"gulp-svgmin": "^1.2.4",
"gulp-svgstore": "^6.1.1",
"svg-sprite-loader": "^3.9.2"
}
}