This repository was archived by the owner on Dec 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 1.97 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 1.97 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
78
79
80
{
"name": "std-app",
"version": "0.6.1",
"private": true,
"author": "CHENXEI",
"repository": "https://github.com/NegativeDearc/std-app",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"electron:build": "vue-cli-service electron:build",
"electron:serve": "vue-cli-service electron:serve",
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.4.2",
"@mdi/font": "^3.0.39",
"@vue/babel-preset-app": "^3.5.3",
"axios": "^0.18.0",
"better-scroll": "^1.13.2",
"bluebird": "^3.5.2",
"cronstrue": "^1.68.0",
"flag-icon-css": "^3.2.1",
"localforage": "^1.7.3",
"material-design-icons-iconfont": "^3.0.3",
"nprogress": "^0.2.0",
"uuid": "^3.3.2",
"vee-validate": "^2.1.3",
"vue": "^2.5.17",
"vue-axios": "^2.1.4",
"vue-i18n": "^8.3.2",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.1",
"vue-socket.io": "^3.0.7",
"vuetify": "^1.5.14",
"vuex": "^3.0.1",
"webpack": "^4.23.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.5",
"@vue/cli-plugin-eslint": "^3.0.5",
"@vue/cli-service": "^3.0.5",
"electron": "^2.0.0",
"electron-devtools-installer": "^2.2.4",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.1",
"vue-cli-plugin-electron-builder": "^1.0.0-rc.9",
"vue-cli-plugin-vuetify": "^0.4.4",
"vue-devtools": "^5.0.0-beta.1",
"vue-template-compiler": "^2.5.17"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"extends": [
"plugin:vue/essential",
"eslint:recommended"
],
"rules": {
"no-console": "off"
},
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"main": "background.js"
}