-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 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
59
60
{
"name": "sitewhere-ide-components",
"version": "3.0.3",
"description": "Common Vue.js components used in building SiteWhere IDEs",
"main": "dist/sitewhere-ide-components.common.js",
"types": "types/index.d.ts",
"files": [
"dist",
"types"
],
"scripts": {
"build": "vue-cli-service build --target lib --name sitewhere-ide-components src/index.ts",
"lint": "vue-cli-service lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sitewhere/sitewhere-ide-components.git"
},
"keywords": [
"sitewhere",
"ide",
"components"
],
"author": "Derek Adams <[email protected]>",
"license": "CPAL-1.0",
"bugs": {
"url": "https://github.com/sitewhere/sitewhere-ide-components/issues"
},
"homepage": "https://github.com/sitewhere/sitewhere-ide-components#readme",
"dependencies": {
"axios": "0.21.1",
"sitewhere-ide-common": "3.0.2",
"vue": "^2.6.11",
"vue-class-component": "^7.2.3",
"vue-color": "^2.7.1",
"vue-property-decorator": "^8.4.2",
"vue-router": "^3.1.6",
"vuelidate": "^0.7.5",
"vuetify": "^2.2.11",
"vuex": "^3.3.0"
},
"devDependencies": {
"@types/vue-color": "^2.4.2",
"@types/vuelidate": "^0.7.13",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"@vue/cli-plugin-eslint": "~4.3.0",
"@vue/cli-plugin-typescript": "~4.3.0",
"@vue/cli-service": "~4.3.0",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"node-sass": "^4.12.0",
"sass": "^1.19.0",
"sass-loader": "^8.0.2",
"typescript": "3.9.3",
"vue-template-compiler": "^2.6.11",
"vuetify-loader": "^1.3.0"
}
}