-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 813 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 813 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
35
{
"name": "cos30043-custom-app",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"start": "vite",
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "vite build && node deploy.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bootstrap": "^5.3.3",
"dompurify": "^3.1.4",
"eslint": "^8.57.0",
"firebase": "^10.9.0",
"marked": "^12.0.2",
"typescript": "^5.4.3",
"vite": "^5.2.2",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"vuefire": "^3.1.23",
"vuetify": "^3.5.11"
},
"devDependencies": {
"@types/bootstrap": "^5.2.10",
"@types/dompurify": "^3.0.5",
"@vitejs/plugin-vue": "^5.0.4",
"gh-pages": "^6.1.1",
"sass": "^1.72.0"
}
}