-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
34 lines (34 loc) · 850 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
{
"name": "sjcet-events",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix src",
"format": "prettier . --write"
},
"dependencies": {
"@azure/msal-browser": "^3.28.1",
"@formkit/addons": "^1.6.5",
"@formkit/themes": "^1.6.5",
"@formkit/vue": "^1.6.5",
"aos": "^2.3.4",
"axios": "^1.7.2",
"concurrently": "^8.2.2",
"epic-spinners": "^2.0.0",
"firebase": "^10.14.1",
"googleapis": "^144.0.0",
"primeicons": "^7.0.0",
"vue": "^3.4.31",
"vue-router": "^4.4.0",
"vue3-toastify": "^0.2.2"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@vitejs/plugin-vue": "^5.0.5",
"json-server": "^0.17.4",
"vite": "^5.4.11"
}
}