-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 977 Bytes
/
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
{
"name": "vue-crash-2024",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"server": "json-server --watch src/artifacts.json --port 8000"
},
"dependencies": {
"@headlessui/vue": "^1.7.22",
"@heroicons/vue": "^2.1.5",
"@primevue/themes": "^4.0.5",
"axios": "^1.7.2",
"crypto-js": "^4.2.0",
"json-server": "^1.0.0-beta.1",
"marked": "^14.1.0",
"pinia": "^2.2.1",
"primeicons": "^7.0.0",
"primevue": "^4.0.5",
"vue": "^3.4.29",
"vue-router": "^4.4.0",
"vue-spinner": "^1.0.4",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@vitejs/plugin-vue": "^5.0.5",
"autoprefixer": "^10.4.19",
"eslint": "^9.12.0",
"eslint-plugin-vue": "^9.29.0",
"globals": "^15.11.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.7",
"vite": "^5.3.1"
}
}