forked from laozhu/hugo-nuo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.06 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
{
"name": "hugo-nuo",
"version": "1.0.0",
"description": "An elegant hand-crafted hugo blog theme",
"main": "src/scripts/main.js",
"repository": "https://github.com/zijung/hugo-nuo.git",
"author": "Zijung Chueh <[email protected]>",
"license": "MIT",
"scripts": {
"dev": "cross-env NODE_ENV=development webpack -w -d --bail",
"build": "cross-env NODE_ENV=production webpack -p --bail"
},
"devDependencies": {
"@babel/core": "^7.0.0-rc.2",
"@babel/preset-env": "^7.0.0-rc.2",
"autoprefixer": "^9.1.3",
"babel-loader": "^8.0.0-beta",
"cross-env": "^5.2.0",
"css-loader": "^1.0.0",
"cssnano": "^4.0.5",
"eslint": "^5.4.0",
"eslint-loader": "^2.1.0",
"file-loader": "^2.0.0",
"mini-css-extract-plugin": "^0.4.2",
"postcss-import": "^12.0.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^5.3.0",
"postcss-reporter": "^6.0.0",
"stylelint": "^9.5.0",
"stylelint-config-standard": "^18.2.0",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0",
"webpack-manifest-plugin": "^2.0.3"
}
}