-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 1.17 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
{
"name": "hass-addon-fe",
"version": "0.2.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"ant-design-vue": "^2.1.6",
"axios": "^0.21.1",
"color-convert": "^1.9.3",
"core-js": "^3.6.5",
"crypto-js": "^4.1.1",
"echarts": "^5.1.1",
"lodash": "^4.17.21",
"vue": "^3.0.0",
"vue-echarts": "^6.0.0-rc.5",
"vue-i18n": "^9.1.6",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.0-0",
"vuex-persistedstate": "^4.1.0",
"xlsx": "0.18.5"
},
"devDependencies": {
"@types/color-convert": "^2.0.0",
"@types/crypto-js": "^4.0.2",
"@types/lodash": "^4.14.185",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-router": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.0.0",
"babel-plugin-import": "^1.13.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"typescript": "~4.1.5"
}
}