forked from Blue-Ocean-Pacific/Blue_Ocean_Pacific
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.94 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
{
"name": "blue_ocean_pacific",
"version": "1.0.0",
"description": "It's a big one!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server/index.js",
"start-dev": "nodemon server/index.js",
"watch": "webpack -w"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Blue-Ocean-Pacific/Blue_Ocean_Pacific.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Blue-Ocean-Pacific/Blue_Ocean_Pacific/issues"
},
"homepage": "https://github.com/Blue-Ocean-Pacific/Blue_Ocean_Pacific#readme",
"dependencies": {
"axios": "^0.21.1",
"cookie-session": "^1.4.0",
"css-loader": "^5.2.0",
"dotenv": "^8.2.0",
"enzyme": "^3.11.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"form-data": "^2.3.3",
"ibm-watson": "^6.0.3",
"jest": "^26.6.3",
"lodash": "^4.17.21",
"mic-recorder-to-mp3": "^2.2.2",
"mongo": "^0.1.0",
"mongoose": "^5.12.3",
"mp3-to-wav": "^0.1.11",
"multer": "^1.4.2",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-mic": "^12.4.6",
"react-modal": "^3.12.1",
"sox": "^0.1.0",
"style-loader": "^2.0.0",
"url-loader": "^4.1.1",
"victory": "^35.4.13"
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
"babel-loader": "^8.1.0",
"eslint": "^7.23.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.1",
"eslint-plugin-react-hooks": "^4.2.0",
"nodemon": "^2.0.7",
"prettier": "2.2.1",
"webpack": "^5.29.0",
"webpack-cli": "^4.6.0"
}
}