-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 887 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 887 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
{
"scripts": {
"dev:all": "concurrently \"npm run dev --prefix ./backend\" \"npm run dev --prefix ./frontend\" \"npm run tailwind --prefix ./frontend\"",
"test:all": "concurrently \"npm run test --prefix ./backend\" \"npm run test --prefix ./frontend\""
},
"dependencies": {
"@vuepic/vue-datepicker": "^3.6.4",
"@vueuse/core": "^9.13.0",
"concurrently": "^7.6.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-session": "^1.17.3",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.7.2",
"passport": "^0.6.0",
"passport-local": "^1.0.0",
"pinia": "^2.0.27",
"tailwindcss": "^3.2.4",
"vite": "^3.2.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.2",
"@vue/test-utils": "^2.1.0",
"jsdom": "^20.0.1",
"sass": "^1.57.1",
"vitest": "^0.24.3"
}
}