-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 761 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 761 Bytes
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
{
"name": "mv-feature-app",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@faker-js/faker": "^9.8.0",
"cors": "^2.8.5",
"dotenv": "^17.0.1",
"express": "^5.1.0",
"faker": "^6.6.6",
"json-server": "^1.0.0-beta.3",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"multer": "^2.0.1",
"mysql2": "^3.14.1",
"pinia": "^3.0.1",
"primeicons": "^7.0.0",
"primevue": "^4.3.5",
"vue": "^3.5.13",
"vue-i18n": "^9.14.4",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.2.3",
"vite": "^6.2.4",
"vite-plugin-vue-devtools": "^7.7.2"
}
}