-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
40 lines (40 loc) · 1015 Bytes
/
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
{
"name": "Studio",
"version": "1.0.0",
"description": "MicroIoT GUI tool",
"productName": "MicroIoT Studio",
"author": "caoxinyu <caoxinyu@gmail.com>",
"private": true,
"scripts": {
"dev": "quasar dev",
"build": "quasar build",
"build:pwa": "quasar build -m pwa",
"lint": "eslint --ext .js,.vue src",
"test": "echo \"No test specified\" && exit 0"
},
"dependencies": {
"@quasar/extras": "^1.3.3",
"@stomp/stompjs": "^5.4.2",
"axios": "^0.21.1",
"quasar": "^1.9.4",
"vue-i18n": "^8.15.1",
"vuelidate": "^0.7.4"
},
"devDependencies": {
"@quasar/app": "^1.3.1",
"@quasar/quasar-app-extension-icon-genie": "^1.1.3",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.10.0",
"eslint-loader": "^2.1.1",
"eslint-plugin-vue": "^5.0.0"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.6.0",
"yarn": ">= 1.6.0"
},
"browserslist": [
"last 1 version, not dead, ie >= 11"
]
}