-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.04 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "inflation-kills",
"packageManager": "yarn@4.3.1",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/anatomy": "^2.2.2",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/styled-system": "^2.9.2",
"@chakra-ui/system": "^2.6.2",
"@chakra-ui/theme": "^3.3.1",
"@emotion/react": "^11.13.0",
"@emotion/styled": "^11.13.0",
"@fontsource-variable/nunito": "^5.0.19",
"@fontsource-variable/public-sans": "^5.0.19",
"@fontsource-variable/roboto-slab": "^5.0.20",
"@fontsource/public-sans": "^5.0.18",
"@nivo/bar": "^0.87.0",
"@nivo/core": "^0.87.0",
"@nivo/line": "^0.87.0",
"@nivo/pie": "^0.87.0",
"@nivo/tooltip": "^0.87.0",
"dayjs": "^1.11.12",
"framer-motion": "^11.3.8",
"lodash": "^4.17.21",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-feather": "^2.0.10",
"react-is": "^18.3.1",
"styled-components": "^6.1.12"
},
"devDependencies": {
"@types/lodash": "^4",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18",
"@typescript-eslint/eslint-plugin": "^7.15.0",
"@typescript-eslint/parser": "^7.15.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"eslint-plugin-unused-imports": "^4.0.1",
"prettier": "^3.3.3",
"typescript": "^5.2.2",
"vite": "^5.3.4"
},
"dependenciesMeta": {
"@chakra-ui/react@2.8.2": {
"unplugged": true
},
"@chakra-ui/theme@3.3.1": {
"unplugged": true
},
"@nivo/core@0.87.0": {
"unplugged": true
},
"@nivo/line@0.87.0": {
"unplugged": true
}
}
}