-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 842 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 842 Bytes
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
{
"name": "idiomafrontend",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^5.0.0",
"flv.js": "^1.5.0",
"react": "^17.0.2",
"react-bootstrap": "^1.6.0",
"react-collapse": "^5.1.0",
"react-css-collapse": "^4.1.0",
"react-dom": "^17.0.2",
"react-motion": "^0.5.2",
"react-player": "^2.9.0",
"react-responsive-modal": "^6.0.1",
"react-scripts": "^4.0.3",
"react-tooltip": "4.2.19",
"serve": "^11.3.2",
"sweetalert": "^2.1.2"
},
"scripts": {
"dev": "react-scripts start",
"start": "serve -s build",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"heroku-postbuild": "npm run build"
},
"devDependencies": {
"react-router-dom": "^5.2.0"
}
}