-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.25 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
{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"format": "prettier --write resources/js"
},
"dependencies": {
"@date-io/dayjs": "^3.0.0",
"@vitejs/plugin-vue": "^5.1.4",
"core-js": "^3.41.0",
"js-cookie": "^3.0.5",
"nomnoml": "^1.6.2",
"path": "^0.12.7",
"pinia": "^2.2.4",
"typed-js": "^0.2.3",
"typed.js": "^2.1.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vuetify": "^3.7.0-beta.1"
},
"devDependencies": {
"@eslint/js": "^9.13.0",
"@mdi/font": "^7.4.47",
"@vitejs/plugin-vue": "^5.1.4",
"@vue/eslint-config-prettier": "^10.0.0",
"@vue/test-utils": "^2.4.6",
"axios": "^1.7.7",
"esbuild": "^0.25.1",
"eslint": "^9.13.0",
"eslint-plugin-vue": "^9.29.0",
"glob": "^11.0.1",
"jsdom": "^25.0.1",
"laravel-vite-plugin": "^1.0.0",
"nodemon": "^3.1.7",
"prettier": "^3.3.3",
"reflect-metadata": "^0.2.2",
"start-server-and-test": "^2.0.8",
"uuid": "^11.1.0",
"vite": "^6.2.2"
}
}