-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.66 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
{
"name": "assetplus-starter",
"version": "1.0.0",
"private": true,
"dependencies": {
"@material-ui/core": "latest",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.57",
"@reach/router": "^1.3.4",
"@types/reach__router": "^1.3.5",
"@types/react": "16.9.49",
"@types/react-dom": "16.9.8",
"@types/react-loadable": "^5.5.4",
"ap-components": "git+ssh://[email protected]/awanish94/ap-components.git#baa1112a46d5502b7c34ac94af6c9f0b4482f230",
"axios": "^0.21.1",
"axios-cache-adapter": "^2.7.3",
"class-transformer": "^0.3.1",
"form-data": "^4.0.0",
"intl": "^1.2.5",
"moment": "^2.28.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-loadable": "^5.5.0",
"react-scripts": "3.4.3",
"reflect-metadata": "^0.1.13",
"tsyringe": "^4.3.0",
"typescript": "^3.9.7",
"web-vitals": "^1.1.1"
},
"scripts": {
"//start": "react-scripts start",
"start": "react-app-rewired start",
"//build": "react-scripts build",
"build": "react-app-rewired build",
"//test": "react-scripts test",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"typecheck": "tsc",
"typecheck:watch": "tsc -w",
"diagnose": "tsc --diagnostics --listFiles",
"clean": "tsc --build --clean"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"customize-cra": "^1.0.0",
"customize-cra-react-refresh": "^1.1.0",
"react-app-rewired": "^2.1.7"
}
}