-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
107 lines (107 loc) · 3.16 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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"name": "nas-explorer",
"version": "1.0.0",
"description": "front-end",
"author": "vuecli",
"private": true,
"scripts": {
"build": "node build/build.js",
"dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js",
"surge": "cp dist/index.html dist/200.html && surge dist nas-explorer.surge.sh",
"start": "npm run dev"
},
"dependencies": {
"axios": "^0.19.2",
"bignumber.js": "7.2.1",
"bootstrap": "^4.5.0",
"bootstrap-vue": "^2.15.0",
"font-awesome": "^4.7.0",
"highcharts": "^6.1.0",
"jquery": "^3.3.1",
"js-base64": "2.4.9",
"js-beautify": "^1.7.5",
"js-cookie": "^2.2.1",
"lodash": "^4.17.15",
"mathjs": "^7.0.1",
"moment": "^2.23.0",
"nebulas": "^0.5.6",
"numeral": "^2.0.6",
"popper.js": "^1.14.3",
"prismjs": "^1.16.0",
"qrcode.vue": "^1.6.2",
"qs": "^6.9.4",
"vue": "^2.6.11",
"vue-analytics": "^5.16.1",
"vue-echarts": "^3.1.3",
"vue-i18n": "^8.18.2",
"vue-json-pretty": "^1.7.1",
"vue-mobile-detection": "^1.0.0",
"vue-router": "^3.0.1",
"vue-translate-plugin": "^1.3.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^4.4.1",
"@vue/cli-plugin-eslint": "^4.4.1",
"@vue/eslint-config-prettier": "^6.0.0",
"autoprefixer": "^8.3.0",
"babel-core": "^6.26.0",
"babel-eslint": "^10.1.0",
"babel-helper-vue-jsx-merge-props": "^2.0.3",
"babel-loader": "^7.1.4",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-2": "^6.24.1",
"chalk": "^2.3.2",
"copy-webpack-plugin": "^4.5.1",
"css-loader": "^0.28.11",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-vue": "^6.2.2",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.11",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "^2.30.1",
"node-notifier": "^5.2.1",
"node-sass": "^4.12.0",
"optimize-css-assets-webpack-plugin": "^3.2.0",
"ora": "^2.0.0",
"portfinder": "^1.0.13",
"postcss-import": "^11.1.0",
"postcss-loader": "^2.1.4",
"prettier-eslint": "^9.0.1",
"rimraf": "^2.6.2",
"sass": "^1.26.8",
"sass-loader": "^7.3.1",
"sass-resources-loader": "^2.0.3",
"semver": "^5.5.0",
"shelljs": "^0.8.1",
"style-loader": "^1.0.0",
"stylelint": "^13.5.0",
"stylelint-config-prettier": "^8.0.1",
"stylelint-config-standard-scss": "^1.1.0",
"stylelint-prettier": "^1.1.2",
"stylelint-scss": "^3.17.2",
"uglifyjs-webpack-plugin": "^1.2.4",
"url-loader": "^0.6.2",
"vue-loader": "^14.2.2",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.11",
"webpack": "^3.11.0",
"webpack-bundle-analyzer": "^2.11.1",
"webpack-dev-server": "^2.11.2",
"webpack-merge": "^4.1.2"
},
"engines": {
"node": ">= 4.0.0",
"npm": ">= 3.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}