-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.11 KB
/
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
35
36
37
38
39
40
{
"name": "gas",
"private": true,
"type": "module",
"version": "0.1.0",
"scripts": {
"dev": "vite --mode localhost --host --port 5777",
"build": "rm -rf dist && vite build",
"preview": "vite preview --host --port 4777",
"lint": "eslint --fix",
"check-typing": "vue-tsc --noEmit",
"check-deps": "npx taze"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@rushstack/eslint-patch": "^1.10.3",
"@vue/eslint-config-typescript": "^13.0.0",
"canvas-confetti": "^1.9.3",
"firebase": "^10.12.0",
"vue": "^3.4.27",
"vue-i18n": "^9.13.1",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.0",
"@intlify/unplugin-vue-i18n": "^4.0.0",
"@types/canvas-confetti": "^1.6.4",
"@vitejs/plugin-vue": "^5.0.4",
"eslint": "^8.57.0",
"eslint-plugin-vue": "^9.25.0",
"sass": "^1.77.2",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-mkcert": "^1.17.5"
}
}