-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.55 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
{
"name": "flextype",
"version": "0.1.0",
"author": "aiokr",
"private": true,
"scripts": {
"dev": "prisma generate && next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"cypress:open": "cypress open"
},
"dependencies": {
"@ant-design/nextjs-registry": "^1.0.0",
"@blocknote/core": "^0.13.2",
"@blocknote/mantine": "^0.13.2",
"@blocknote/react": "^0.13.2",
"@douyinfe/semi-ui": "^2.55.5",
"@mapbox/mapbox-gl-geocoder": "^5.0.2",
"@prisma/client": "^5.12.0",
"@prisma/extension-accelerate": "^1.0.0",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.43.1",
"@types/mapbox__mapbox-gl-geocoder": "^5.0.0",
"antd": "^5.17.3",
"highlight.js": "^11.9.0",
"mapbox-gl": "^3.3.0",
"next": "14.1.4",
"react": "^18",
"react-dom": "^18",
"react-map-gl": "^7.1.7",
"reset-css": "^5.0.2",
"sass": "^1.77.2"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@testing-library/react": "^15.0.7",
"@types/luxon": "^3.4.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.0.1",
"cypress": "^13.9.0",
"eslint": "^8",
"eslint-config-next": "14.1.4",
"jsdom": "^24.0.0",
"postcss": "^8",
"prisma": "^5.12.0",
"tailwindcss": "^3.3.0",
"typescript": "^5",
"vitest": "^1.6.0"
}
}