forked from evcc-io/evcc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.73 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": "evcc",
"description": "",
"author": "naltatis & andig",
"scripts": {
"build": "vite build",
"test": "TZ=Europe/Berlin vitest",
"lint": "prettier assets './**/*.{yml,yaml}' --write && eslint assets/**/*.js assets/**/*.vue --fix",
"dev": "vite",
"histoire": "histoire dev",
"playwright": "playwright test --ui"
},
"main": "index.js",
"dependencies": {
"@babel/core": "^7.17.2",
"@h2d2/shopicons": "^1.2.0",
"@histoire/plugin-vue": "^0.16.1",
"@playwright/test": "^1.34.3",
"@popperjs/core": "^2.11.5",
"@vitejs/plugin-legacy": "^4.0.2",
"@vitejs/plugin-vue": "^4.1.0",
"@vue/compiler-sfc": "^3.2.30",
"@vue/test-utils": "^2.2.7",
"axios": "^1.2.1",
"bootstrap": "^5.2.2",
"canvas-confetti": "^1.4.0",
"countup.js": "^2.3.2",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.0.0-alpha.1",
"eslint-plugin-promise": "^6.0.0",
"eslint-plugin-vue": "^9.3.0",
"happy-dom": "^10.0.3",
"histoire": "^0.16.1",
"json-to-pretty-yaml": "^1.2.2",
"markty-toml": "^0.1.1",
"prettier": "^3.0.0",
"prettier-plugin-toml": "^0.3.1",
"rollup-plugin-visualizer": "^5.8.3",
"smoothscroll-polyfill": "^0.4.4",
"vite": "^4.2.1",
"vite-plugin-toml": "^0.5.0",
"vitest": "^0.33.0",
"vue": "^3.2.29",
"vue-eslint-parser": "^9.1.0",
"vue-hot-reload-api": "^2.3.4",
"vue-i18n": "^9.2.2",
"vue-meta": "^3.0.0-alpha.2",
"vue-router": "^4.0.12",
"wait-on": "^7.0.1"
},
"engines": {
"npm": ">=8.0.0",
"node": ">=18.0.0"
},
"license": "MIT",
"repository": "github:evcc-io/evcc"
}