-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 779 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 779 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
{
"name": "showmaniac",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-pattern .gitignore",
"format": "prettier --write src/"
},
"dependencies": {
"bootstrap": "^3.4.1",
"firebase": "^11.4.0",
"pinia": "^3.0.1",
"vue": "^3.5.25",
"vue-router": "^4.6.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.39.1",
"@vitejs/plugin-vue": "^6.0.2",
"@vue/eslint-config-prettier": "^10.2.0",
"eslint": "^9.39.1",
"eslint-plugin-vue": "^10.6.0",
"prettier": "^3.6.2",
"sass": "^1.94.2",
"vite": "^7.2.4",
"vite-plugin-pwa": "^1.1.0"
}
}