generated from EVerest/everest-template
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
76 lines (76 loc) · 2.24 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "frontend",
"version": "0.3.0",
"private": true,
"scripts": {
"preview": "vite preview -c vite.config.ts",
"build": "vite build -c vite.config.ts",
"build:pages": "vite build -c vite.config.ts --mode pages",
"dev": "vite -c vite.config.ts",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "eslint --ignore-path .gitignore --fix .",
"test": "vitest",
"test:coverage": "vitest --coverage.enabled true"
},
"type": "module",
"dependencies": {
"@fontsource/open-sans-condensed": "^4.5.5",
"@fontsource/roboto": "5.1.1",
"@highlightjs/vue-plugin": "^2.1.0",
"@json-layout/core": "^1.4.4",
"@json-layout/vocabulary": "^1.4.2",
"@koumoul/vjsf": "^3.10.2",
"@mdi/font": "^7.4.47",
"@rollup/plugin-commonjs": "^28.0.2",
"@vue/compat": "^3.5.13",
"ajv": "^8.17.1",
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
"ajv-i18n": "^4.2.0",
"core-js": "^3.40.0",
"debug": "^4.4.0",
"highlight.js": "^11.11.1",
"js-yaml": "^4.1.0",
"just-clone": "^6.2.0",
"konva": "^9.3.18",
"markdown-it": "^14.1.0",
"notyf": "^3.10.0",
"picomatch": "^4.0.2",
"pinia": "^3.0.1",
"prettier-eslint": "^16.3.0",
"splitpanes": "^3.1.8",
"vee-validate": "^4.15.0",
"vue": "^3.5.13",
"vue-router": "4.5.0",
"vuetify": "^3.7.13"
},
"devDependencies": {
"@babel/types": "^7.26.9",
"@eslint/js": "^9.21.0",
"@faker-js/faker": "^9.5.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^22.13.5",
"@types/splitpanes": "^2.2.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^8.24.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitest/coverage-v8": "^3.0.6",
"@vue/eslint-config-typescript": "^13.0.0",
"cypress": "^14.0.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-vue": "^9.32.0",
"eslint-plugin-vuetify": "^2.5.1",
"prettier": "^3.5.2",
"sass": "^1.85.0",
"typescript": "^5.5.4",
"vite": "^6.2.0",
"vite-plugin-pwa": "^0.21.1",
"vite-plugin-vuetify": "^2.1.0",
"vitest": "^3.0.6",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.2.4",
"ws": "^8.18.1"
}
}