-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.15 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
{
"name": "concepts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@rive-app/react-canvas": "^4.3.3",
"@types/lodash": "^4.14.199",
"@types/mapbox-gl": "^2.7.15",
"ai": "^2.2.14",
"antd": "^5.10.2",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
"lodash": "^4.17.21",
"mapbox-gl": "^2.15.0",
"next": "latest",
"openai": "^4.11.0",
"react": "latest",
"react-dom": "latest",
"react-icons": "^4.11.0",
"react-map-gl": "^7.1.6"
},
"devDependencies": {
"@types/node": "latest",
"@types/react": "latest",
"@types/react-dom": "latest",
"autoprefixer": "latest",
"eslint": "latest",
"eslint-config-next": "latest",
"postcss": "latest",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "latest",
"typescript": "latest"
}
}