-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "test-q",
"version": "0.0.3",
"description": "A Quasar Framework app",
"productName": "Quasar App",
"cordovaId": "org.cordova.quasar.app",
"capacitorId": "",
"author": "renren1 <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.8.1",
"axios": "0.21.1",
"quasar": "^1.11.3",
"vee-validate": "2.2.13",
"vue-content-loader": "0.2.2",
"vue-i18n": "^8.0.0",
"vue-signature-pad": "1.1.14",
"vuelidate": "0.7.4",
"vuex-persistedstate": "2.5.4"
},
"devDependencies": {
"@quasar/app": "^1.8.10",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"copy-webpack-plugin": "^5.0.5",
"devtron": "^1.4.0",
"electron": "^11.5.0",
"electron-debug": "^3.0.0",
"electron-devtools-installer": "^2.2.4",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0",
"symlink-webpack-plugin": "^0.2.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}