forked from Thomaash/me
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.92 KB
/
package.json
File metadata and controls
70 lines (70 loc) · 1.92 KB
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
{
"name": "me-monorepo",
"version": "0.0.0-no-version",
"type": "module",
"private": true,
"license": "ISC",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview --port 5173",
"prisma:generate": "npm --workspace me-backend run prisma:generate",
"prisma:db:push": "npm --workspace me-backend run prisma:db:push",
"dev:backend": "npm --workspace me-backend run dev",
"start:backend": "npm --workspace me-backend start"
},
"dependencies": {
"@mdi/font": "7.4.47",
"@vueuse/core": "14.1.0",
"antlr4": "4.13.2",
"jspdf": "3.0.4",
"jspdf-autotable": "5.0.2",
"source-code-pro": "2.42.0",
"source-sans-pro": "3.6.0",
"uuid": "13.0.0",
"vis-data": "8.0.3",
"vis-network": "10.0.2",
"vis-util": "6.0.0",
"vue": "3.5.26",
"vue-router": "4.6.4",
"vuetify": "3.10.11",
"vuex": "4.1.0",
"vuex-ltm": "1.1.15",
"vuex-shared-mutations": "1.0.2"
},
"devDependencies": {
"@babel/eslint-parser": "7.28.5",
"@eslint/compat": "2.0.0",
"@eslint/js": "9.39.2",
"@vitejs/plugin-vue": "6.0.3",
"@vue/babel-preset-app": "5.0.9",
"@vue/test-utils": "2.4.6",
"autoprefixer": "10.4.23",
"cypress": "15.8.1",
"dependency-cruiser": "17.3.4",
"eslint": "9.39.2",
"eslint-config-prettier": "10.1.8",
"eslint-import-resolver-exports": "1.0.0-beta.5",
"eslint-import-resolver-vite": "2.1.0",
"eslint-plugin-cypress": "5.2.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-n": "17.23.1",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-vue": "10.6.2",
"gh-pages": "6.3.0",
"globals": "16.5.0",
"globby": "16.0.0",
"patch-package": "8.0.1",
"prettier": "3.7.4",
"start-server-and-test": "2.1.3",
"vite": "7.3.0",
"vite-plugin-vuetify": "2.1.2"
},
"engines": {
"node": ">=22.16"
},
"volta": {
"node": "24.12.0",
"npm": "11.7.0"
}
}