-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.37 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.37 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
{
"name": "main",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"server": "npx tsx server/server.ts"
},
"dependencies": {
"@prisma/client": "^6.7.0",
"antd": "^5.21.6",
"bcryptjs": "^3.0.2",
"body-parser": "^1.20.3",
"cookie": "^1.0.2",
"cors": "^2.8.5",
"express": "^4.21.2",
"jsonwebtoken": "^9.0.2",
"maplibre-gl": "^5.3.0",
"mobx": "^6.12.0",
"mobx-persist-store": "^1.1.5",
"mobx-react-lite": "^4.0.6",
"next": "14.2.24",
"next-auth": "^4.24.11",
"next-intl": "^3.17.2",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.4",
"react-instantsearch": "^7.11.0",
"react-responsive": "^10.0.0",
"react-zoom-pan-pinch": "^3.4.4",
"sqlite3": "^5.1.7",
"swiper": "^11.0.7"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^5.0.0",
"@types/jsonwebtoken": "^9.0.9",
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"axios": "^1.8.2",
"eslint": "^8",
"eslint-config-next": "14.1.3",
"postcss": "^8",
"prettier": "3.4.2",
"prisma": "^6.7.0",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}