-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
93 lines (93 loc) · 2.79 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "amii-asset-management-ui",
"version": "0.1.0",
"private": true,
"dependencies": {
"@aws-amplify/ui-react": "^0.2.27",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"aws-amplify": "^3.3.13",
"aws-sdk": "^2.820.0",
"axios": "^0.21.0",
"canvas-confetti": "^1.3.1",
"connected-react-router": "^6.8.0",
"formik": "^2.2.3",
"js-md5": "^0.7.3",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-audio-player": "^0.14.0",
"react-dom": "^17.0.1",
"react-dropzone": "^11.2.4",
"react-google-button": "^0.7.1",
"react-loader-spinner": "^3.1.14",
"react-redux": "^7.2.2",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"react-svg": "^11.1.1",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"redux-thunk": "^2.3.0",
"source-map-explorer": "^2.5.1",
"uuid": "^8.3.1",
"web-vitals": "^0.2.4"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint src/**/*.ts",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/axios": "^0.14.0",
"@types/canvas-confetti": "^1.3.0",
"@types/jest": "^26.0.15",
"@types/js-md5": "^0.4.2",
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.6",
"@types/react": "^16.9.56",
"@types/react-audio-player": "^0.11.0",
"@types/react-dom": "^16.9.9",
"@types/react-dropzone": "^5.1.0",
"@types/react-loader-spinner": "^3.1.2",
"@types/react-redux": "^7.1.11",
"@types/react-router-dom": "^5.1.6",
"@types/react-svg": "^5.0.0",
"@types/redux-persist": "^4.3.1",
"@types/redux-saga": "^0.10.5",
"@types/redux-thunk": "^2.1.0",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.6.1",
"@typescript-eslint/parser": "^4.6.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-jest": "^24.1.0",
"eslint-plugin-jsx-a11y": "^6.3.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.20.0",
"eslint-plugin-react-hooks": "4.0.0",
"prettier": "^2.1.2",
"reactotron-react-js": "^3.3.7",
"reactotron-redux": "^3.1.3",
"typescript": "^4.1.2"
}
}