-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.22 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
73
74
{
"name": "rim-smolyan",
"version": "1.6.8",
"private": false,
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.4.2",
"@babel/preset-react": "^7.0.0",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.21.1",
"css-loader": "^3.6.0",
"env-cmd": "^10.1.0",
"redux-devtools": "^3.7.0",
"sass": "^1.30.0",
"sass-loader": "^10.1.0",
"style-loader": "^1.1.2",
"typescript": "^4.0.5",
"url-loader": "^4.1.0",
"webpack": "4.42.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"@types/react-transition-group": "^1.1.6",
"bootstrap": "^4.5.3",
"ga-4-react": "^0.1.281",
"lodash": "^4.17.20",
"react": "^16.13.1",
"react-alice-carousel": "^2.4.0",
"react-bootstrap": "^1.4.0",
"react-css-transition-replace": "^4.0.4",
"react-dom": "^16.13.1",
"react-elastic-carousel": "^0.11.1",
"react-intl": "^5.8.4",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"react-scripts": "^5.0.1",
"react-share": "^4.4.0",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"styled-components": "^5.2.1"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"build": "react-scripts --openssl-legacy-provider build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start:dev": "env-cmd -f ./environments/.dev.env react-scripts start",
"build:dev": "env-cmd -f ./environments/.dev.env npm run-script build",
"start:prod": "env-cmd -f ./environments/.prod.env react-scripts --openssl-legacy-provider start",
"build:prod": "env-cmd -f ./environments/.prod.env npm run-script --openssl-legacy-provider build"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"last 2 versions",
"Firefox ESR",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}