-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.61 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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "vue3-firebase",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"test": "vitest --bail 0 --run",
"lint": "eslint --ext .js,.ts,.vue . && prettier --check .",
"emulators": "firebase emulators:start --import=./emulatordata",
"format": "prettier --write .",
"type-check": "vue-tsc --noEmit",
"prepare": "husky"
},
"dependencies": {
"@headlessui/vue": "^1.7.17",
"@heroicons/vue": "^2.1.1",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"axios": "^1.6.5",
"cssnano": "^6.0.3",
"firebase": "^10.7.2",
"husky": "^9.0.6",
"pinia": "^2.1.7",
"vee-validate": "^4.12.4",
"vue": "^3.3.11",
"vue-router": "^4.2.5",
"yup": "^1.3.3"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/vue": "^8.0.1",
"@types/jsdom": "^21.1.6",
"@vitejs/plugin-vue": "^5.0.3",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-no-relative-import-paths": "^1.5.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-vue": "^9.20.1",
"jsdom": "^23.2.0",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.1",
"vue-tsc": "^1.8.27"
}
}