generated from semicolondsm/Semicolon_Repository_Generator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.33 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
{
"name": "test16",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "patch-package"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@walkhub/recharts": "^2.1.13",
"axios": "^0.25.0",
"dayjs": "^1.11.2",
"next": "12.0.4",
"next-cookies": "^2.0.3",
"postinstall-postinstall": "^2.1.0",
"prop-types": "^15.8.1",
"react": "17.0.2",
"react-calendar": "^3.7.0",
"react-cookies": "^0.1.1",
"react-dom": "17.0.2",
"react-is": "^17.0.2",
"react-outside-click-handler": "^1.3.0",
"react-smooth": "^2.0.0",
"react-toastify": "^8.2.0",
"swr": "^1.2.1",
"xlsx": "^0.17.5"
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/jest": "^27.0.3",
"@types/lodash": "^4.14.180",
"@types/node": "^17.0.2",
"@types/prop-types": "^15.7.4",
"@types/react": "^17.0.37",
"@types/react-calendar": "^3.5.0",
"@types/react-cookies": "^0.1.0",
"@types/react-dom": "^17.0.11",
"@types/react-is": "^17.0.3",
"@types/react-outside-click-handler": "^1.3.1",
"@types/recharts": "^1.8.23",
"eslint": "8.5.0",
"eslint-config-next": "12.0.7",
"patch-package": "^6.4.7",
"typescript": "^4.5.4"
}
}