forked from RiyaluxInnovates/PaksaFinancialSystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 683 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 683 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
{
"name": "paksa-financial-system",
"version": "1.0.0",
"scripts": {
"dev": "concurrently \"npm run dev:frontend\" \"npm run dev:backend\"",
"dev:frontend": "vite",
"dev:backend": "cd backend && npm run dev"
},
"devDependencies": {
"@types/node": "^24.0.10",
"@types/vue-i18n": "^7.0.0",
"@vitejs/plugin-vue": "^6.0.0",
"@vue/compiler-sfc": "^3.5.17",
"autoprefixer": "^10.4.21",
"concurrently": "^9.2.0",
"graceful-fs": "^4.2.11",
"postcss": "^8.5.6",
"vue-router": "^4.2.4"
},
"dependencies": {
"dayjs": "^1.11.7",
"eslint": "^9.31.0",
"pinia-plugin-persistedstate": "^4.4.1"
}
}