-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 4.69 KB
/
Copy pathpackage.json
File metadata and controls
124 lines (124 loc) · 4.69 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "tourtrip-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"preview": "npm run build && npx serve@latest out",
"firebase:emulators": "firebase emulators:start",
"firebase:deploy": "npm run build && firebase deploy",
"firebase:deploy:hosting": "npm run build && firebase deploy --only hosting",
"firebase:deploy:functions": "firebase deploy --only functions",
"postbuild": "next-sitemap",
"prepare": "husky",
"emulator": "firebase emulators:start --import=./emulator-data --export-on-exit=./emulator-data",
"emulator:setup": "node scripts/emulator-setup.js",
"emulator:seed": "node scripts/emulator-setup.js seed",
"emulator:clear": "node scripts/emulator-setup.js clear",
"emulator:reset": "node scripts/emulator-setup.js reset",
"test": "vitest",
"test:watch": "vitest --watch",
"test:coverage": "vitest --coverage",
"test:ui": "vitest --ui",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:e2e:debug": "playwright test --debug",
"staging:deploy": "node scripts/staging-deploy.js",
"staging:build": "NODE_ENV=staging npm run build",
"staging:functions": "firebase deploy --only functions --project tourtrip-staging",
"staging:hosting": "firebase deploy --only hosting --project tourtrip-staging",
"env:setup": "node scripts/environment-setup.js",
"env:setup:dev": "node scripts/environment-setup.js development",
"env:setup:staging": "node scripts/environment-setup.js staging",
"env:setup:prod": "node scripts/environment-setup.js production",
"secrets:init": "node scripts/secrets-manager.js init",
"secrets:generate": "node scripts/secrets-manager.js generate",
"secrets:export": "node scripts/secrets-manager.js export",
"secrets:backup": "node scripts/secrets-manager.js backup",
"admin:tools": "node scripts/admin-tools.js",
"security:audit": "node scripts/security-audit.js audit",
"security:analyze": "node scripts/security-audit.js analyze",
"security:test": "node scripts/security-audit.js test"
},
"dependencies": {
"@googlemaps/js-api-loader": "^1.16.2",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.2",
"@playwright/test": "^1.40.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.0.4",
"@stripe/react-stripe-js": "^5.3.0",
"@stripe/stripe-js": "^8.4.0",
"@testing-library/jest-dom": "^6.1.0",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.0",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/ui": "^1.6.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.0",
"date-fns": "^4.1.0",
"firebase": "^12.1.0",
"firebase-admin": "^12.0.0",
"firebase-functions": "^6.4.0",
"geofire-common": "^6.0.0",
"geofirestore": "^5.2.0",
"jsdom": "^24.0.0",
"lucide-react": "^0.344.0",
"next": "15.5.2",
"next-pwa": "^5.6.0",
"next-sitemap": "^4.2.3",
"next-themes": "^0.3.0",
"playwright": "^1.40.0",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-hook-form": "^7.48.2",
"react-hook-form-persist": "^3.0.0",
"schema-dts": "^1.1.2",
"sonner": "^1.4.3",
"tailwind-merge": "^2.2.1",
"vitest": "^1.6.0",
"workbox-webpack-plugin": "^7.0.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"eslint": "^9",
"eslint-config-next": "15.5.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"lint-staged": "^16.1.5",
"prettier": "^3.6.2",
"tailwindcss": "^4",
"typescript": "^5"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint --fix",
"*.{js,jsx,ts,tsx,json,css,md}": "prettier --write"
}
}