generated from EVerest/everest-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 2 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
{
"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 .",
"test": "vitest",
"test:coverage": "vitest --coverage.enabled true"
},
"type": "module",
"dependencies": {
"@fontsource/open-sans-condensed": "^4.5.5",
"@fontsource/roboto": "5.0.15",
"@highlightjs/vue-plugin": "^2.1.0",
"@json-layout/core": "^0.32.1",
"@json-layout/vocabulary": "^0.23.2",
"@koumoul/vjsf": "^3.0.0-beta.46",
"@mdi/font": "^7.4.47",
"@rollup/plugin-commonjs": "^28.0.0",
"@vue/compat": "^3.5.12",
"ajv": "^8.13.0",
"ajv-errors": "^3.0.0",
"ajv-formats": "^3.0.1",
"ajv-i18n": "^4.2.0",
"core-js": "^3.37.0",
"debug": "^4.3.4",
"highlight.js": "^11.9.0",
"js-yaml": "^4.1.0",
"just-clone": "^6.2.0",
"konva": "^9.3.6",
"markdown-it": "^14.1.0",
"notyf": "^3.10.0",
"pinia": "^2.1.7",
"splitpanes": "^3.1.5",
"vee-validate": "^4.12.7",
"vue": "^3.5.12",
"vue-router": "4.3.2",
"vuetify": "^3.7.2"
},
"devDependencies": {
"@babel/types": "^7.24.5",
"@faker-js/faker": "^9.0.0",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.10",
"@types/splitpanes": "^2.2.6",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"@typescript-eslint/parser": "^7.8.0",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.2",
"@vue/eslint-config-typescript": "^13.0.0",
"cypress": "^13.15.0",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vuetify": "^2.4.0",
"sass": "^1.76.0",
"typescript": "^5.3.0",
"vite": "^5.4.8",
"vite-plugin-pwa": "^0.20.5",
"vite-plugin-vuetify": "^2.0.4",
"vitest": "^2.1.2",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^2.1.6",
"ws": "^8.17.0"
}
}