-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 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": "api-made-for-earth",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "MIT",
"author": "",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint",
"studio": "prisma studio"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.80.0",
"@prisma/client": "4.5.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tailwindcss/typography": "^0.5.8",
"@types/d3-selection": "^3.0.3",
"@types/mapbox-gl": "^2.7.10",
"@vercel/og": "^0.0.20",
"chart.js": "^4.0.1",
"classnames": "^2.3.2",
"d3": "^7.7.0",
"d3-selection": "^3.0.0",
"framer-motion": "^7.7.2",
"mapbox-gl": "^2.11.1",
"next": "12.3.2",
"react": "18.2.0",
"react-chartjs-2": "^5.0.1",
"react-dom": "18.2.0",
"react-map-gl": "^7.0.20",
"react-markdown": "8.0.3"
},
"devDependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.24",
"autoprefixer": "^10.4.13",
"eslint": "8.26.0",
"eslint-config-next": "13.0.2",
"postcss": "^8.4.18",
"prisma": "4.5.0",
"tailwindcss": "^3.2.2",
"ts-node": "10.9.1",
"typescript": "4.8.4"
},
"prisma": {
"seed": "ts-node prisma/seed.ts"
}
}