-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage_old.json
executable file
·70 lines (70 loc) · 1.78 KB
/
package_old.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
{
"name": "litloop-frontend",
"description": "LitLoop Frontend.",
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^1.2.3",
"axios": "^1.2.1",
"classnames": "^2.2.5",
"downshift": "^7.0.5",
"fine-uploader": "^5.16.2",
"fine-uploader-wrappers": "^1.0.1",
"history": "^4.10.1",
"immer": "^9.0.16",
"immutable": "^4.0.0-rc.14",
"lodash": "^4.17.15",
"moment": "^2.29.1",
"normalizr": "^3.5.0",
"polished": "^4.2.2",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.0.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.3",
"react-fine-uploader": "^1.1.1",
"react-full-screen": "^1.1.1",
"react-hotkeys": "^2.0.0",
"react-icons": "^4.6.0",
"react-infinite-scroll-hook": "^4.0.4",
"react-intersection-observer-hook": "^2.0.6",
"react-loading": "^2.0.3",
"react-moment": "^1.1.2",
"react-player": "^2.11.0",
"react-portal": "^4.2.2",
"react-redux": "^8.0.5",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-toastify": "^9.1.1",
"recoil": "^0.7.6",
"redux": "^4.0.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0",
"rxjs": "^7.8.0",
"screenfull": "^6.0.2",
"styled-components": "^5.3.6",
"uniqid": "^5.4.0"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
}
}