-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
59 lines (59 loc) · 1.59 KB
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
{
"name": "blue-ocean",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"react-dev": "webpack --config webpack.config.js --watch",
"server-dev": "nodemon server/index.js",
"test": "jest",
"start": "nodemon server/index.js"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@testing-library/react": "^12.0.0",
"babel-loader": "^8.2.1",
"concurrently": "^6.2.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.24.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.25.1",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^27.1.0",
"nodemon": "^2.0.12",
"source-map-loader": "^3.0.0",
"webpack": "^5.51.1",
"webpack-cli": "^4.8.0"
},
"dependencies": {
"@fontsource/staatliches": "^4.5.0",
"audio-react-recorder": "^1.0.4",
"aws-sdk": "^2.978.0",
"axios": "^0.21.0",
"body-parser": "^1.19.0",
"bootstrap": "^5.1.0",
"crunker": "^0.4.1",
"css-loader": "^6.2.0",
"express": "^4.15.0",
"firebase": "^9.0.1",
"font-awesome": "^4.7.0",
"howler": "^2.2.3",
"jquery": "^3.1.1",
"mdbreact": "^5.1.0",
"mongoose": "^6.0.0",
"multer": "^1.4.3",
"multer-s3": "^2.9.0",
"react": "^17.0.2",
"react-bootstrap": "^1.6.1",
"react-dom": "^17.0.2",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.2.1",
"react-share": "^4.4.0",
"style-loader": "^3.2.1",
"uuid": "^8.3.2"
}
}