-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.45 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
{
"name": "muxi_blog",
"version": "1.0.0",
"description": "A vue project.",
"main": "./src/index.js",
"scripts": {
"dev": "ninja start",
"build": "rm -rf ./dist/* && node ./build/build.js",
"precommit": "pretty-quick --staged"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"favicons-webpack-plugin": "0.0.7",
"lodash": "^4.17.4",
"marked": "^0.3.6",
"vue": "^2.3.2",
"vue-template-compiler": "^2.4.2",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-merge": "^4.1.0"
},
"devDependencies": {
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-plugin-transform-runtime": "^6.0.0",
"babel-polyfill": "*",
"babel-preset-es2015": "^6.0.0",
"babel-preset-stage-0": "^6.0.0",
"babel-preset-stage-2": "^6.0.0",
"css-loader": "^0.24.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.9.0",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-harddisk-plugin": "^0.1.0",
"html-webpack-plugin": "^2.9.0",
"husky": "^0.14.3",
"node-sass": "^4.5.2",
"optimize-css-assets-webpack-plugin": "^2.0.0",
"prettier": "^1.11.1",
"pretty-quick": "^1.4.1",
"sass-loader": "^4.0.0",
"style-loader": "^0.13.2",
"url-loader": "^0.5.7",
"vue-hot-reload-api": "^2.0.6",
"vue-loader": "^12.2.1",
"webpack": "^2.4.1",
"webpack-dev-middleware": "^1.10.1",
"webpack-hot-middleware": "^2.18.0"
}
}