-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 921 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
{
"name": "socratafeed",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "NODE_OPTIONS='--inspect' next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.10.1",
"@heroicons/react": "^2.0.12",
"@nivo/calendar": "^0.80.0",
"@nivo/colors": "^0.80.0",
"@nivo/core": "^0.80.0",
"d3": "^7.6.1",
"date-fns": "2.29.3",
"graphql": "16.6.0",
"graphql-request": "5.0.0",
"next": "13.0.4",
"react": "18.2.0",
"react-day-picker": "^8.3.5",
"react-dom": "18.2.0",
"react-merge-refs": "^2.0.1",
"swr": "^1.3.0"
},
"devDependencies": {
"@types/d3": "^7.4.0",
"@types/node": "18.7.11",
"@types/react": "18.0.17",
"@types/react-dom": "18.0.6",
"eslint": "8.25.0",
"eslint-config-next": "13.0.4",
"typescript": "4.8.4"
}
}