-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.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
{
"name": "drop-serializer-react",
"version": "0.1.0",
"homepage": "./",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"array-unique": "^0.3.2",
"axios": "^0.27.2",
"bootstrap": "^4.6.1",
"cross-fetch": "^3.1.5",
"events": "^3.3.0",
"extend": "^3.0.2",
"howler": "^2.2.3",
"i": "^0.3.7",
"node-sass": "^6.0.1",
"react": "^17.0.2",
"react-bootstrap": "^1.6.4",
"react-dom": "^17.0.2",
"react-helmet-async": "^1.3.0",
"react-redux": "^7.2.8",
"react-scripts": "^5.0.1",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-dynamic-modules": "^4.0.1",
"redux-dynamic-modules-core": "^4.0.1",
"redux-dynamic-modules-react": "^4.0.1",
"redux-dynamic-modules-thunk": "^4.0.1",
"redux-thunk": "^2.4.1",
"uuid": "^8.3.2",
"xmlhttprequest-ssl": "^2.0.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}