-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.39 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
{
"name": "assignment-1",
"version": "0.1.0",
"private": true,
"proxy": "http://127.0.0.1:5000/",
"description": "A simple photo app",
"dependencies": {
"aws-sdk": "^2.1295.0",
"axios": "^1.2.4",
"bootstrap": "^5.2.3",
"cors": "^2.8.5",
"express": "^4.18.2",
"flask": "^0.2.10",
"framer-motion": "^8.5.3",
"jquery": "^3.6.3",
"mysql": "^2.18.1",
"node": "^18.13.0",
"react": "^18.2.0",
"react-animals": "^0.0.82",
"react-audio-player": "^0.17.0",
"react-bootstrap": "^2.7.0",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-h5-audio-player": "^3.8.6",
"react-router-dom": "^6.6.2",
"react-s3": "^1.3.1",
"react-scripts": "^2.1.3",
"recorder-js": "^1.0.7",
"s3client": "^0.1.1",
"tone": "^14.7.77",
"web-audio-recorder-wav-js": "^0.0.5",
"webm-to-wav-converter": "^1.1.0"
},
"scripts": {
"start": "react-scripts --openssl-legacy-provider start",
"start-backend": "env/bin/flask run --no-debugger",
"build": "react-scripts --openssl-legacy-provider build",
"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"
]
}
}