-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.34 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.34 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "kodeal",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^2.10.0",
"@next/bundle-analyzer": "^12.1.0",
"@next/env": "^12.0.7",
"@nivo/bar": "^0.79.1",
"@nivo/calendar": "^0.79.1",
"@nivo/core": "^0.79.0",
"@reduxjs/toolkit": "^1.8.0",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/aos": "^3.0.4",
"@types/jest": "^27.0.3",
"@types/node": "^17.0.5",
"@types/react": "^17.0.2",
"@types/react-calendar": "^3.5.1",
"@types/react-cookies": "^0.1.0",
"@types/react-dom": "^17.0.11",
"@types/react-syntax-highlighter": "^13.5.2",
"@types/styled-components": "^5.1.19",
"aos": "^2.3.4",
"aws-amplify": "^4.3.16",
"axios": "^0.24.0",
"chart.js": "^3.7.1",
"dotenv-load": "^2.0.0",
"http-proxy-middleware": "^2.0.2",
"i": "^0.3.7",
"immer": "^9.0.7",
"moment": "^2.29.3",
"next": "12.1.0",
"next-env": "^1.1.1",
"next-images": "^1.8.4",
"next-redux-wrapper": "^7.0.5",
"react": "17.0.2",
"react-calendar": "^3.7.0",
"react-chartjs-2": "^4.1.0",
"react-cookie": "^4.1.1",
"react-dom": "17.0.2",
"react-icon": "^1.0.0",
"react-icons": "^4.3.1",
"react-markdown": "^8.0.1",
"react-redux": "^7.2.6",
"react-syntax-highlighter": "^15.5.0",
"redux": "^4.1.2",
"redux-devtools-extension": "^2.13.9",
"redux-logger": "^3.0.6",
"remark-gfm": "^3.0.1",
"styled-components": "^5.3.3",
"styled-reset": "^4.3.4",
"typescript": "^4.5.4",
"web-vitals": "^2.1.2",
"webpack": "^5.70.0",
"webpack-node-externals": "^3.0.0"
},
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start",
"lint": "next lint"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-next": "12.1.0",
"eslint-config-react-app": "^7.0.0",
"file-loader": "^6.2.0",
"prettier": "^2.5.1",
"ts-node": "^10.4.0"
}
}