-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (67 loc) · 1.54 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
{
"name": "port-2021",
"version": "0.1.0",
"private": true,
"dependencies": {
"@makotot/ghostui": "^2.0.0",
"@popperjs/core": "^2.10.1",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.2",
"bl": "^5.0.0",
"bootstrap": "^5.1.0",
"braces": "^3.0.2",
"browserlist": "^1.0.1",
"browserslist": "^4.16.6",
"css-what": "^5.0.1",
"glob-parent": "^6.0.1",
"hosted-git-info": "^4.0.2",
"jquery": "^3.6.0",
"latest": "^0.2.0",
"lightbox2": "^2.11.3",
"missing": "0.0.1",
"node-fetch": "^2.6.1",
"normalize.css": "^8.0.1",
"popper.js": "^1.16.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-nav-bar": "^0.6.5",
"react-router-dom": "^5.3.0",
"react-scripts": "^4.0.3",
"react-typed": "^1.2.0",
"sass": "^1.38.0",
"web-vitals": "^1.1.2"
},
"scripts": {
"start": "react-scripts start",
"CI": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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": {
"python": "0.0.4"
},
"resolutions": {
"styled-components": "^5"
}
}