-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1020 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
42
43
44
45
46
47
{
"name": "atd-product",
"version": "0.2.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"bootstrap": "^5.3.2",
"next": "^12.3.4",
"react": "^17.0.0",
"react-bootstrap": "^2.9.0",
"react-dom": "^17.0.2",
"react-icons": "^3.11.0",
"react-markdown": "^8.0.7",
"react-responsive": "^8.2.0",
"react-select": "^3.2.0",
"recharts": "^2.8.0",
"remark-gfm": "^3.0.1",
"sass": "^1.69.0",
"swr": "^1.3.0"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browserslist": {
"production": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
],
"development": [
">0.3%",
"not ie 11",
"not dead",
"not op_mini all"
]
},
"devDependencies": {
"eslint": "^8.50.0",
"eslint-config-next": "12.3.1"
}
}