package.json
2.23 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "yoho-api-doc",
"version": "1.0.0",
"description": "",
"main": "src/app.js",
"scripts": {
"dev": "node ./build/dev-server.js",
"build": "node ./build/build.js",
"lint-js": "lint-js",
"lint-css": "lint-css",
"precommit": "lint-commit",
"lint-all": "lint-all"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.16.2",
"iview": "^2.4.0",
"iview-loader": "^1.0.0-beta.4",
"lodash": "^4.15.0",
"prismjs": "^1.8.1",
"vue": "^2.5.2",
"vue-json-viewer": "^1.0.2",
"vue-loader": "^13.3.0",
"vue-markdown": "^2.2.4",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.2",
"vuex": "^2.4.1",
"yoho-cookie": "^1.2.0",
"yoho-store": "^1.3.20"
},
"devDependencies": {
"autoprefixer": "^7.0.1",
"autoprefixer-loader": "^3.2.0",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-runtime": "^6.22.0",
"babel-plugin-transform-vue-jsx": "^3.4.3",
"babel-preset-env": "^1.4.0",
"babel-preset-es2015": "^6.14.0",
"babel-runtime": "^6.11.6",
"chalk": "^2.3.0",
"clipboard": "^1.7.1",
"css-loader": "^0.28.1",
"eslint": "^3.3.1",
"eslint-config-yoho": "^1.0.1",
"eslint-plugin-html": "^1.5.2",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^1.1.5",
"friendly-errors-webpack-plugin": "^1.6.1",
"html-webpack-plugin": "^2.28.0",
"node-sass": "^4.5.3",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"postcss-loader": "^2.0.5",
"postcss-pxtorem": "^3.3.1",
"postcss-scss": "^1.0.0",
"precss": "^1.4.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"style-loader": "^0.17.0",
"stylelint": "^7.1.0",
"stylelint-config-yoho": "^1.2.7",
"stylelint-processor-html": "^1.0.0",
"url-loader": "^0.6.2",
"vue-style-loader": "^3.0.1",
"webpack": "3.3",
"webpack-dev-middleware": "^1.10.2",
"webpack-dev-server": "^2.6.1",
"webpack-hot-middleware": "^2.18.0",
"webpack-merge": "^4.1.0",
"yoho-lint": "^1.0.1"
}
}