-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.62 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
{
"name": "vanlife",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"type-check": "tsc --project tsconfig.json --pretty --noEmit",
"lint:fix": "yarn lint --fix",
"preview": "vite preview",
"update-deps": "node ./src/config/update-deps.mjs",
"generate": "plop --plopfile generators/plopfile.js"
},
"dependencies": {
"@hookform/resolvers": "^3.2.0",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-toast": "^1.1.4",
"@types/lodash": "^4.14.197",
"eslint-config-prettier": "8.8.0",
"firebase": "^10.1.0",
"husky": "^8.0.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-firebase-hooks": "^5.1.1",
"react-hook-form": "^7.45.4",
"react-router-dom": "^6.14.1",
"victory": "^36.6.11",
"vite-plugin-svgr": "3.2.0",
"vite-tsconfig-paths": "4.2.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/react": "18.2.14",
"@types/react-dom": "18.2.6",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"@vitejs/plugin-react": "4.0.2",
"autoprefixer": "^10.4.14",
"eslint": "8.44.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react-refresh": "0.4.1",
"miragejs": "^0.1.47",
"plop": "^3.1.2",
"postcss": "^8.4.25",
"prettier": "^3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3",
"tailwind-merge": "^1.13.2",
"tailwindcss": "^3.3.2",
"typescript": "5.1.6",
"vite": "4.4.1"
}
}