-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.69 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.69 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
81
82
83
84
85
86
87
88
89
90
{
"name": "rhea",
"version": "0.4.51",
"private": true,
"scripts": {
"serve": "stack-monitor ./stack.js ",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build:all": "npm run build && npm run capacitor:build",
"build:android": "",
"capacitor-copy": "vue-cli-service capacitor-copy",
"capacitor-init": "vue-cli-service capacitor-init",
"capacitor-open": "vue-cli-service capacitor-open",
"capacitor-update": "vue-cli-service capacitor-update",
"capacitor:android:generate:keystore": "keytool -genkey -v -keystore my-release-key.keystore -alias rhea -keyalg RSA -keysize 2048 -validity 1000000 && keytool -importkeystore -srckeystore my-release-key.keystore -destkeystore my-release-key.keystore -deststoretype pkcs12",
"capacitor:build": "cd android && ./build.sh",
"capacitor:serve": "vue-cli-service capacitor:serve",
"client": "vue-cli-service serve ",
"postinstall": "cd server && npm i",
"server": "cd server && npm run serve"
},
"dependencies": {
"@capacitor/android": "^3.0.2",
"@capacitor/cli": "^3.0.2",
"@capacitor/core": "^3.0.2",
"@fortawesome/fontawesome-free": "^5.15.2",
"@ionic-native/barcode-scanner": "^5.31.1",
"@ionic-native/core": "^5.31.1",
"axios": "^0.21.1",
"capacitor": "^0.5.5",
"cheerio": "^1.0.0-rc.5",
"core-js": "^3.9.0",
"dayjs": "^1.10.4",
"fast-sort": "^2.2.0",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"mongodb": "^4.2.1",
"npm-run-all": "^4.1.5",
"phonegap-plugin-barcodescanner": "^8.1.0",
"socket.io-client": "^3.1.1",
"uuid": "^8.3.2",
"vue": "^3.0.6",
"vue-cal": "^4.2.0",
"vue-line-clamp": "^1.3.2",
"vue-router": "^4.0.4",
"vue-stars": "^1.2.2"
},
"devDependencies": {
"@iryu54/stack-monitor": "^1.7.3",
"@nklayman/vue-cli-plugin-capacitor": "^0.4.0",
"@vue/cli-plugin-babel": "^4.5.11",
"@vue/cli-plugin-eslint": "^4.5.11",
"@vue/cli-plugin-router": "^4.5.11",
"@vue/cli-service": "^4.5.11",
"@vue/compiler-sfc": "^3.0.6",
"babel-eslint": "^10.1.0",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^7.0.0-alpha.0",
"node-sass": "^5.0.0",
"sass-loader": "^10.1.1",
"vue-cli-plugin-capacitor": "^2.0.1",
"vue-cli-plugin-vue-next": "~0.1.4"
},
"eslintConfig": {
"root": true,
"env": {
"node": true
},
"rules": {
"no-console": "off"
},
"extends": [
"plugin:vue/vue3-essential",
"eslint:recommended"
],
"parserOptions": {
"parser": "babel-eslint"
}
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"homepage": "."
}