forked from Mary-Tyler-Moore/quasar-typescript-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.71 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
54
55
56
57
58
{
"name": "quasar-typescript-starter",
"version": "0.0.1",
"description": "A Quasar Framework app",
"productName": "Quasar App",
"cordovaId": "org.cordova.quasar.app",
"author": "Paolo Caleffi <[email protected]>",
"private": true,
"scripts": {
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.3.3",
"@vue/composition-api": "^0.3.4",
"axios": "^0.19.0",
"quasar": "^1.6.1",
"vue-class-component": "^7.1.0",
"vue-i18n": "^8.15.3",
"vue-property-decorator": "^8.3.0"
},
"devDependencies": {
"@quasar/app": "^1.4.3",
"@types/cordova": "0.0.34",
"@types/electron-packager": "^14.0.0",
"@types/express": "^4.17.2",
"@types/lru-cache": "^5.1.0",
"@types/node": "^12.12.17",
"@types/tapable": "^1.0.4",
"@types/terser-webpack-plugin": "^2.2.0",
"@types/webpack": "^4.41.1",
"@types/webpack-bundle-analyzer": "^2.13.3",
"@types/webpack-dev-server": "^3.9.0",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-eslint": "^10.0.1",
"devtron": "^1.4.0",
"electron": "^7.1.7",
"electron-builder": "22.2.0",
"electron-debug": "^3.0.0",
"electron-devtools-installer": "^2.2.4",
"eslint": "^6.7.2",
"eslint-config-prettier": "^6.7.0",
"eslint-loader": "^3.0.3",
"eslint-plugin-vue": "^6.0.1",
"fork-ts-checker-webpack-plugin": "^3.1.1",
"ts-loader": "^6.2.1",
"typescript": "^3.7.4"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}