-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.46 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
{
"name": "im",
"version": "1.3.9",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"i18n:report": "vue-cli-service i18n:report --src \"./src/**/*.?(js|vue)\" --locales \"./src/locales/**/*.json\"",
"resources": "capacitor-resources -p android,ios",
"iconToProject": "cordova-res android --skip-config --copy"
},
"dependencies": {
"@capacitor/android": "^3.1.2",
"@capacitor/core": "^3.1.2",
"axios": "^0.21.1",
"core-js": "^3.16.0",
"register-service-worker": "^1.7.1",
"vue": "^3.1.5",
"vue-i18n": "^9.1.0",
"vue-router": "^4.0.10",
"vuex": "^4.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "^7.14.9",
"@capacitor/cli": "^3.1.2",
"@intlify/vue-i18n-loader": "^2.1.0",
"@vue/cli-plugin-babel": "^4.5.13",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-pwa": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.15.1",
"vue-cli-plugin-i18n": "~2.1.1"
},
"bugs": {
"url": "https://github.com/im-system-group/im-system-frontend/issues"
},
"author": {
"name": "iM System Group",
"url": "https://imsystem.site/"
},
"repository": {
"type": "git",
"url": "https://github.com/im-system-group/im-system-frontend"
}
}