-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
73 lines (73 loc) · 2.1 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": "cc34-senior-project-frontend",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --experimental-https",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"cy:open": "cypress open",
"test:watch": "jest --watch"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.1.5",
"firebase": "^10.12.2",
"lucide-react": "^0.379.0",
"maplibre-gl": "^4.3.2",
"next": "14.2.3",
"next-themes": "^0.3.0",
"pmtiles": "^3.0.5",
"react": "^18",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-map-gl": "^7.1.7",
"sharp": "^0.33.4",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.1"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "15.0.7",
"@testing-library/user-event": "14.5.2",
"@types/jest": "29.5.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"cypress": "^13.12.0",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.3",
"eslint-plugin-jest-dom": "^5.4.0",
"eslint-plugin-testing-library": "^6.2.2",
"jest": "^29.7.0",
"jest-environment-jsdom": "29.7.0",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"ts-jest": "29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5",
"@zxing/browser": "^0.1.5",
"@zxing/library": "^0.21.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CC34-Senior-Project/senior-project-frontend.git"
},
"author": "CC34",
"license": "MIT",
"bugs": {
"url": "https://github.com/CC34-Senior-Project/senior-project-frontend/issues"
},
"homepage": "https://github.com/CC34-Senior-Project/senior-project-frontend#readme"
}