-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·57 lines (57 loc) · 1.65 KB
/
package.json
File metadata and controls
executable file
·57 lines (57 loc) · 1.65 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
{
"name": "classwork-reactapp",
"version": "1.0.0",
"description": "An awesome application to handle some pokemons.",
"dependencies": {
"@babel/traverse": "^7.21.3",
"@sideway/address": "^5.0.0",
"@types/babel__core": "7.1.18",
"@types/babel__traverse": "7.14.2",
"@types/node": "12.11.1",
"@types/react-datepicker": "^4.11.2",
"@types/react-dom": "16.9.2",
"@types/react-router": "5.1.14",
"@types/react-router-dom": "^5.1.2",
"axios": "^1.4.0",
"babel-core": "^6.26.3",
"bootstrap": "^5.3.0-alpha1",
"bootstrap-icons": "^1.10.5",
"core-js": "^3.29.1",
"formik": "^2.2.9",
"joi": "^17.8.4",
"jquery": "^3.6.4",
"less": "^4.1.3",
"motion": "^10.15.5",
"react": "^16.14.0",
"react-datepicker": "^4.12.0",
"react-dom": "^16.14.0",
"react-icons": "^4.8.0",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"typescript": "3.8.3"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/jquery": "^3.5.16",
"@types/react": "^18.0.28"
},
"type": "module"
}