-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.05 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@apollo/client": "^3.5.5",
"@nhost/nhost-js": "^0.2.4",
"@nhost/react-apollo": "^2.0.6",
"@nhost/react-auth": "^2.0.3",
"@xstyled/styled-components": "^3.1.2",
"@xstyled/system": "^3.1.2",
"d3-geo-projection": "^4.0.0",
"date-fns": "^2.26.0",
"date-fns-tz": "^1.1.6",
"dayjs": "^1.10.7",
"device-detector-js": "^3.0.0",
"fast-deep-equal": "^3.1.3",
"graphql": "^15.5.0",
"jotai": "^1.4.5",
"next": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-feather": "^2.0.9",
"react-is": "^17.0.2",
"react-lottie-player": "^1.4.1",
"react-simple-maps": "^2.3.0",
"react-spring": "8.0.27",
"react-table": "^7.7.0",
"react-use": "^17.3.1",
"recharts": "^2.1.6",
"styled-components": "^5.2.3"
},
"devDependencies": {
"babel-plugin-styled-components": "^1.12.0",
"eslint": "7.32.0",
"eslint-config-next": "12.0.4"
}
}