forked from saltshaker-plus/saltshaker_frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·89 lines (89 loc) · 2.77 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "saltshaker_frontend",
"version": "1.0.0",
"description": "Saltshaker Frontend",
"main": "index.js",
"scripts": {
"init": "webpack --progress --config build/webpack.dev.config.js",
"dev": "webpack-dev-server --host 0.0.0.0 --port 80 --content-base ./ --open --inline --hot --compress --config build/webpack.dev.config.js",
"build": "webpack --progress --hide-modules --config build/webpack.prod.config.js",
"lint": "eslint --fix --ext .js,.vue src",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/yueyongyue/saltshaker_frontend.git"
},
"author": "Echo<[email protected]>",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"clipboard": "^1.7.1",
"cropperjs": "^1.2.2",
"echarts": "^4.1.0",
"highlight.js": "^9.12.0",
"hoek": "^4.2.1",
"html2canvas": "^0.5.0-beta4",
"iview": "^2.14.3",
"js-cookie": "^2.2.0",
"jsencrypt": "^3.0.0-beta.1",
"monaco-editor": "^0.12.0",
"rasterizehtml": "^1.2.4",
"simplemde": "^1.11.2",
"sortablejs": "^1.7.0",
"vue": "^2.5.13",
"vue-axios": "^2.1.1",
"vue-highlight.js": "^2.2.0",
"vue-monaco-editor": "0.0.19",
"vue-router": "^3.0.1",
"vue-virtual-scroller": "^0.10.6",
"vuex": "^3.0.1",
"xlsx": "^0.11.17"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^6.23.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.6",
"babel-loader": "^7.1.5",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.11.6",
"clean-webpack-plugin": "^0.1.17",
"copy-webpack-plugin": "^4.5.1",
"css-hot-loader": "^1.3.5",
"css-loader": "^0.28.8",
"ejs-loader": "^0.3.0",
"eslint": "^4.15.0",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"happypack": "^4.0.0",
"html-loader": "^0.5.4",
"html-webpack-plugin": "^2.28.0",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"mixin-deep": "^1.3.1",
"semver": "^5.4.1",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"vue-hot-reload-api": "^2.3.0",
"vue-html-loader": "^1.2.3",
"vue-i18n": "^5.0.3",
"vue-loader": "^13.7.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.5.13",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.1",
"webpack-merge": "^4.1.1"
}
}