-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.33 KB
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": "frontend-code-guide",
"version": "1.0.0",
"main": "src/index.js",
"repository": "git@github.com:fengling-inc/frontend-code-guide.git",
"author": "zhuowenli <zhuowenligg@gmail.com>",
"license": "MIT",
"scripts": {
"dev": "poi --serve --watch",
"build": "poi --prod",
"lint": "eslint --report-unused-disable-directives .",
"deploy": "npm run build && gh-pages -d __dist__"
},
"devDependencies": {
"@babel/core": "^7.7.7",
"@babel/plugin-syntax-dynamic-import": "^7.7.4",
"@babel/plugin-syntax-jsx": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"assets-webpack-plugin": "^3.9.10",
"cheerio": "^1.0.0-rc.3",
"eslint": "^6.7.2",
"eslint-config-gaoding": "^1.0.2",
"eslint-config-gaoding-vue": "^1.0.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-vue": "^6.0.1",
"gh-pages": "^2.1.1",
"markdown-it": "^10.0.0",
"markdown-it-chain": "^1.3.0",
"markdown-it-container": "^2.0.0",
"node-sass": "^4.13.0",
"poi": "^12.7.4",
"sass-loader": "7",
"vue-template-compiler": "^2.6.11",
"webpack": "^4.41.4"
},
"dependencies": {
"axios": "^0.19.0",
"bluebird": "^3.7.2",
"highlight.js": "^9.17.1",
"normalize.css": "^8.0.1",
"vue": "^2.6.11",
"vue-router": "^3.1.3"
}
}