-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.67 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
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "@sgcarstrends/web",
"description": "Statistics for car trends in Singapore. Data provided by Land Transport Authority (LTA)",
"version": "2.3.6",
"license": "MIT",
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"lint": "next lint",
"start": "next start",
"test": "jest --coverage",
"test:e2e": "playwright test",
"test:watch": "jest --watch",
"migrate": "drizzle-kit migrate"
},
"dependencies": {
"@icons-pack/react-simple-icons": "^10.2.0",
"@neondatabase/serverless": "^0.9.4",
"@next/third-parties": "^15.0.4",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-tooltip": "^1.1.3",
"@ruchernchong/number-format": "^2.3.4",
"@tanstack/react-table": "^8.20.1",
"class-variance-authority": "^0.7.0",
"classnames": "^2.3.2",
"clsx": "^2.1.1",
"d3": "^7.8.5",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.33.0",
"framer-motion": "12.0.0-alpha.2",
"lucide-react": "^0.468.0",
"next": "^15.1.2",
"react": "19.0.0",
"react-dom": "19.0.0",
"recharts": "^2.14.1",
"schema-dts": "^1.1.2",
"sst": "^3.3.56",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zustand": "^5.0.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@playwright/test": "^1.48.2",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/react": "^16.1.0",
"@types/d3": "^7.4.2",
"@types/jest": "^29.5.7",
"@types/node": "^20",
"@types/react": "19.0.0",
"@types/react-dom": "19.0.0",
"autoprefixer": "^10",
"babel-jest": "^29.7.0",
"constructs": "10.2.69",
"drizzle-kit": "^0.24.2",
"eslint": "^9.0.0",
"eslint-config-next": "^15.0.4",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-fetch-mock": "^3.0.3",
"postcss": "^8",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
}
}