-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.76 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
{
"name": "shanghai-place-view",
"version": "3.2.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint --fix",
"cypress": "cypress open --config baseUrl=http://127.0.0.1:3000",
"generate": "drizzle-kit generate:sqlite",
"migration": "esr ./src/db/migration.ts"
},
"dependencies": {
"@libsql/client": "0.5.6",
"@sentry/nextjs": "^7.113.0",
"axios": "^1.7.7",
"beautiful-react-hooks": "^5.0.2",
"chart.js": "^4.4.6",
"clsx": "^2.1.1",
"cypress": "^13.15.2",
"daisyui": "^3.9.4",
"dayjs": "^1.11.13",
"drizzle-orm": "^0.36.3",
"drizzle-zod": "^0.5.1",
"esbuild-runner": "^2.2.2",
"flatpickr": "^4.6.13",
"jotai": "^2.10.2",
"million": "^2.6.4",
"next": "^14.2.15",
"pinyin-engine": "^1.2.2",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.6.0",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-flatpickr": "^3.10.13",
"react-twc": "^1.4.2",
"sass": "^1.81.0",
"sharp": "^0.33.5",
"swr": "^2.2.5",
"ts-pattern": "^5.5.0",
"zod": "^3.23.8",
"zustand": "^4.5.5"
},
"devDependencies": {
"@total-typescript/ts-reset": "^0.6.1",
"@types/pinyin-engine": "^1.1.2",
"@types/react": "18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react-flatpickr": "^3.8.11",
"autoprefixer": "^10.4.20",
"dotenv": "^16.4.5",
"drizzle-kit": "^0.20.18",
"eslint": "9.15.0",
"eslint-config-next": "14.2.15",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"postcss": "^8.4.49",
"prettier": "3.3.3",
"tailwindcss": "^3.4.15",
"typescript": "5.6.3"
},
"packageManager": "[email protected]"
}