-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.53 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
58
{
"name": "chart-tell-me-client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"export": "next export"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.6",
"@chakra-ui/system": "^1.11.2",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fontsource/rajdhani": "^4.5.2",
"@mui/icons-material": "^5.6.1",
"@mui/material": "^5.6.1",
"@types/d3-color": "^3.0.2",
"@types/d3-scale": "^4.0.2",
"@types/d3-scale-chromatic": "^3.0.0",
"@visx/axis": "^2.6.0",
"@visx/curve": "^2.1.0",
"@visx/gradient": "^2.1.0",
"@visx/group": "^2.1.0",
"@visx/legend": "^2.2.2",
"@visx/mock-data": "^2.1.2",
"@visx/responsive": "^2.8.0",
"@visx/scale": "^2.2.2",
"@visx/shape": "^2.4.0",
"@visx/text": "^2.3.0",
"@visx/xychart": "^2.9.0",
"axios": "^0.26.1",
"convert-csv-to-json": "^1.3.3",
"d3-color": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.0.0",
"framer-motion": "^6",
"next": "12.1.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"recoil": "^0.6.1"
},
"devDependencies": {
"@types/node": "17.0.21",
"@types/prop-types": "^15",
"@types/react": "17.0.40",
"@yarnpkg/pnpify": "^3.1.1",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"typescript": "^4.6.2"
},
"packageManager": "[email protected]"
}