-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.3 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "natours-react-spa",
"author": "Siegfried Bozza",
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"prettier-format": "prettier --config .prettierrc 'src/**/*.{ts,tsx}' --write",
"preview": "vite preview",
"cy:open": "node ./src/utils/load-env.js && cypress open",
"cy:run": "node ./src/utils/load-env.js && cypress run --headed --browser chrome",
"test": "start-server-and-test dev http://localhost:3000 cy:run",
"prepare": "husky"
},
"dependencies": {
"@cloudinary/react": "^1.13.0",
"@cloudinary/url-gen": "^1.19.0",
"@hookform/resolvers": "^3.3.4",
"@radix-ui/react-icons": "^1.3.0",
"@stripe/stripe-js": "^3.3.0",
"@tanstack/react-query": "^5.32.0",
"@tanstack/react-query-devtools": "^5.32.0",
"@turf/bbox": "^6.5.0",
"@vercel/analytics": "^1.3.1",
"dotenv": "^16.4.5",
"framer-motion": "^11.1.7",
"husky": "^9.0.11",
"lodash": "^4.17.21",
"mapbox-gl": "^3.3.0",
"pino": "^9.0.0",
"pino-pretty": "^11.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.3",
"react-loading-skeleton": "^3.4.0",
"react-map-gl": "^7.1.7",
"react-router": "^6.23.0",
"react-router-dom": "^6.23.0",
"react-select": "^5.8.0",
"react-toastify": "^10.0.5",
"recharts": "^2.12.6",
"tailwind-merge": "^2.3.0",
"use-debounce": "^10.0.0",
"zod": "^3.23.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"cypress": "^13.8.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"start-server-and-test": "^2.0.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5",
"vite": "^5.2.0"
},
"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.9.5"
}
}