This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.98 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
{
"name": "subtube",
"version": "1.0.0",
"description": "madcamp week3 project",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js",
"client": "cd client && yarn start",
"server": "nodemon index.js",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/jso4967/Subtube.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jso4967/Subtube/issues"
},
"homepage": "https://github.com/jso4967/Subtube#readme",
"dependencies": {
"@material-ui/core": "^4.8.3",
"@material-ui/icons": "^4.5.1",
"babel-loader": "^8.0.6",
"babel-plugin-named-asset-import": "^0.3.5",
"babel-preset-react-app": "^9.1.0",
"body-parser": "^1.19.0",
"buffer": "^5.4.3",
"case-sensitive-paths-webpack-plugin": "^2.2.0",
"concurrently": "^5.0.2",
"cors": "^2.8.5",
"css-loader": "^3.4.2",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"eslint-loader": "^3.0.3",
"express": "^4.17.1",
"faker": "^4.1.0",
"file-loader": "^5.0.2",
"html-webpack-plugin": "^4.0.0-beta.11",
"mini-css-extract-plugin": "^0.9.0",
"mongoose": "^5.8.6",
"nodemon": "^2.0.2",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pnp-webpack-plugin": "^1.5.0",
"postcss-flexbugs-fixes": "^4.1.0",
"postcss-loader": "^3.0.0",
"postcss-normalize": "^8.0.1",
"postcss-preset-env": "^6.7.0",
"postcss-safe-parser": "^4.0.1",
"react-dev-utils": "^10.0.0",
"react-dom": "^16.12.0",
"react-router-dom": "^5.1.2",
"react-youtube": "^7.9.0",
"resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.1",
"style-loader": "^1.1.2",
"url-loader": "^3.0.0",
"webpack": "^4.41.5",
"webpack-dev-server": "^3.10.1",
"webpack-manifest-plugin": "^2.2.0",
"workbox-webpack-plugin": "^4.3.1",
"xmlhttprequest": "^1.8.0"
}
}