-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
43 lines (43 loc) · 1.18 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
41
42
43
{
"version": "1.0.0",
"license": "MIT",
"name": "no-horny",
"scripts": {
"dev": "vite --host",
"build": "vue-tsc --noEmit && vite build",
"serve": "vite preview",
"deploy": "yarn prettier --write . && vercel --prod",
"checkout": "eslint --fix . && prettier --write .",
"eslint": "eslint --fix .",
"prettier": "prettier --write ."
},
"lint-staged": {
"**/*": "eslint . --fix && prettier --write --ignore-unknown"
},
"dependencies": {
"firebase": "^9.8.0",
"vue": "^3.0.5",
"vue-i18n": "^9.1.9",
"vue-router": "^4.0.15"
},
"devDependencies": {
"@iconify/vue": "^3.0.0-beta.1",
"@intlify/vite-plugin-vue-i18n": "^2.4.0",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"@vitejs/plugin-vue": "^1.2.4",
"@vue/compiler-sfc": "^3.0.5",
"@vuedx/typescript-plugin-vue": "^0.7.4",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.16.0",
"husky": "^7.0.1",
"lint-staged": "^11.1.2",
"prettier": "2.3.2",
"sass": "^1.35.2",
"typescript": "^4.3.2",
"vercel": "^23.0.1",
"vite": "^2.9.13",
"vite-plugin-pwa": "^0.8.1",
"vue-tsc": "^0.0.24"
}
}