-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 918 Bytes
/
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
{
"private": true,
"engines": {
"node": ">=18"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@nivo/bar": "^0.80.0",
"@nivo/core": "^0.80.0",
"@nivo/line": "^0.80.0",
"@tailwindcss/typography": "^0.5.10",
"client-only": "^0.0.1",
"csv-parse": "^5.5.0",
"d3": "^7.8.5",
"date-fns": "^2.30.0",
"gray-matter": "^4.0.3",
"jsdom": "^22.1.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"remark": "^14.0.3",
"remark-html": "^15.0.2",
"server-only": "^0.0.1"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/jsdom": "^21.1.3",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"autoprefixer": "^10.4.15",
"eslint-config-next": "^13.4.19",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
}