This repository has been archived by the owner on Jun 7, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
53 lines (53 loc) · 1.65 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
{
"name": "publisher-extension-for-unity3d",
"version": "1.2.4",
"private": true,
"scripts": {
"build": "vue-cli-service build",
"serve": "vue-cli-service build --mode development --watch",
"lint": "vue-cli-service lint",
"watch:chrome": "cross-env VENDOR=chrome npm run serve",
"build:chrome": "cross-env VENDOR=chrome npm run build && cross-env VENDOR=chrome gulp zip",
"watch:firefox": "cross-env VENDOR=firefox npm run serve",
"build:firefox": "cross-env VENDOR=firefox npm run build && cross-env VENDOR=firefox gulp zip"
},
"dependencies": {
"axios": "0.27.2",
"chart.js": "2.9.4",
"file-saver": "2.0.5",
"sweetalert2": "10.16.9",
"vue": "2.6.14",
"vue-carousel": "0.18.0",
"vue-material-design-icons": "3.4.0",
"vue-router": "3.5.4",
"vuetify": "1.5.24",
"vuex": "3.6.2",
"vuex-persistedstate": "4.1.0",
"x2js": "3.4.3"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "3.12.1",
"@vue/cli-service": "3.12.1",
"@vue/eslint-config-standard": "5.1.2",
"babel-eslint": "10.1.0",
"content-security-policy-builder": "2.1.1",
"cross-env": "7.0.3",
"css-loader": "3.6.0",
"eslint": "7.32.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-standard": "5.0.0",
"eslint-plugin-vue": "7.20.0",
"gulp": "4.0.2",
"gulp-zip": "5.1.0",
"sass": "1.52.2",
"sass-loader": "10.2.1",
"style-loader": "1.3.0",
"stylus": "0.58.1",
"stylus-loader": "3.0.2",
"vue-template-compiler": "2.6.14",
"vuetify-loader": "1.7.3",
"webpack-remove-blocks": "1.1.0"
}
}