-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·54 lines (54 loc) · 1.49 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
{
"name": "miss-doc",
"version": "1.0.0",
"description": "miss document template",
"main": "./dist/index.js",
"scripts": {
"test": "npm test",
"dev": "node_modules/.bin/webpack-dev-server --config ./build/webpack.dev.conf.js",
"build": "webpack --hide-modules --progress --config ./build/webpack.prod.conf.js",
"release": "npm run build && npm publish --access public",
"watch":"webpack --watch --config ./build/webpack.dev.conf.js"
},
"repository": {
"type": "git",
"url": "git@github.com:Nick-Tsao/miss-doc.git"
},
"keywords": [
"miss-doc",
"vue",
"miss-ui"
],
"author": "Nick-Tsao",
"license": "MIT",
"homepage": "https://github.com/Nick-Tsao/miss-doc",
"devDependencies": {
"autoprefixer": "^7.1.2",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.28.5",
"eslint": "^5.2.0",
"eslint-plugin-vue-libs": "^3.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-import": "^10.0.0",
"postcss-loader": "^2.0.6",
"precss": "^2.0.0",
"style-loader": "^0.22.0",
"vue": "^2.4.2",
"vue-loader": "^13.0.4",
"vue-template-compiler": "^2.4.2",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"webpack-merge": "^4.1.0"
},
"dependencies": {
"cheerio": "0.22.0",
"commander": "^2.17.1",
"decamelize": "^1.2.0",
"fs-extra": "^4.0.2",
"nprogress": "^0.2.0",
"shelljs": "^0.8.2"
}
}