-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 994 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
41
{
"name": "nextjs",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@visx/axis": "^2.1.1",
"@visx/curve": "^2.1.0",
"@visx/event": "^2.1.0",
"@visx/group": "^2.1.0",
"@visx/heatmap": "^2.1.0",
"@visx/scale": "^2.1.0",
"@visx/shape": "^2.1.1",
"@visx/tooltip": "^2.1.0",
"d3-random": "^3.0.1",
"date-fns": "^2.24.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"framer-motion": "^4.1.17",
"js-cookie": "^3.0.1",
"localforage": "^1.10.0",
"next": "11.1.2",
"next-seo": "^4.28.1",
"prettier": "^2.4.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.2.0"
},
"devDependencies": {
"autoprefixer": "^10.3.5",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"postcss": "^8.3.7",
"tailwindcss": "^2.2.15"
}
}