-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.95 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
61
{
"name": "evcc",
"description": "",
"author": "naltatis & andig",
"scripts": {
"build": "vue-cli-service build",
"test": "vue-cli-service test:unit",
"lint": "prettier assets --write && eslint assets/**/*.js assets/**/*.vue --fix",
"build-storybook": "build-storybook",
"dev": "vue-cli-service build --watch --mode=development",
"storybook": "start-storybook -p 6006 -s assets,node_modules/bootstrap/dist"
},
"main": "index.js",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^2.0.6",
"@h2d2/shopicons": "^1.0.4",
"axios": "^0.24.0",
"bootstrap": "^5.1.3",
"canvas-confetti": "^1.4.0",
"v-tooltip": "^3.0.0-beta.4",
"vue": "^2.6.14",
"vue-hot-reload-api": "^2.3.4",
"vue-i18n": "^8.26.8",
"vue-meta": "^2.4.0",
"vue-router": "^3.5.3"
},
"devDependencies": {
"@storybook/addon-actions": "^6.5.0-alpha.9",
"@storybook/addon-essentials": "^6.5.0-alpha.9",
"@storybook/addon-links": "^6.5.0-alpha.9",
"@storybook/addon-postcss": "^2.0.0",
"@storybook/vue": "^6.5.0-alpha.9",
"@vue/cli-plugin-unit-jest": "^4.5.15",
"@vue/cli-service": "^4.5.15",
"@vue/component-compiler-utils": "^3.3.0",
"@vue/eslint-config-standard": "^6.1.0",
"@vue/test-utils": "^1.3.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-standard": "^5.0.0",
"eslint-plugin-vue": "^7.20.0",
"prettier": "^2.5.1",
"vue-template-compiler": "^2.6.14"
},
"alias": {
"vue": "./node_modules/vue/dist/vue.js"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"license": "MIT",
"repository": "github:evcc-io/evcc"
}