-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.57 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
{
"name": "boxcustodia-workflow",
"version": "0.1.0",
"private": true,
"dependencies": {
"bootstrap": "^5.2.3",
"react": "^18.2.0",
"react-bootstrap": "^2.7.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"styled-components": "^5.3.6"
},
"devDependencies": {
"@babel/plugin-transform-react-constant-elements": "^7.20.2",
"@babel/plugin-transform-react-inline-elements": "^7.18.6",
"@types/node": "^18.11.18",
"@types/react": "^18.0.26",
"@types/react-burger-menu": "^2.8.3",
"@types/react-dom": "^18.0.10",
"@types/styled-components": "^5.1.26",
"babel-plugin-closure-elimination": "^1.3.2",
"babel-plugin-hoist-constant-jsx-attributes": "^1.0.0",
"babel-plugin-loop-optimizer": "^1.4.1",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"eslint": "^8.31.0",
"eslint-config-hardcore": "^26.0.1",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^2.1.0",
"prettier": "^2.8.2",
"react-app-rewired": "^2.2.1",
"typescript": "^4.9.4"
},
"overrides": {
"nth-check": "2.1.1"
},
"scripts": {
"start": "cross-env ESLINT_NO_DEV_ERRORS=true react-app-rewired start",
"build": "react-app-rewired build"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}