forked from operation-sparkle/mixtape-club
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.07 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.07 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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "mixtape-club",
"version": "1.0.0",
"description": "A modern app for throwback mixtapes",
"main": "server/index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha",
"react-dev": "webpack --config webpack.config.js --mode development --watch",
"start": "node server/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/operation-sparkle/mixtape-club.git"
},
"keywords": [
"mixtape"
],
"author": "Operation Sparkle",
"license": "ISC",
"bugs": {
"url": "https://github.com/operation-sparkle/mixtape-club/issues"
},
"homepage": "https://github.com/operation-sparkle/mixtape-club#readme",
"devDependencies": {
"@babel/cli": "^7.1.0",
"@babel/core": "^7.1.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.6",
"css-loader": "^1.0.0",
"eslint": "^5.3.0",
"eslint-config-airbnb": "^17.1.1",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"file-loader": "^4.0.0",
"style-loader": "^0.23.0",
"webpack": "^4.19.1",
"webpack-cli": "^3.1.1",
"webpack-dev-server": "^3.7.2"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.19",
"@fortawesome/free-solid-svg-icons": "^5.9.0",
"@fortawesome/react-fontawesome": "^0.1.4",
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"bootstrap": "^4.3.1",
"chai": "^4.2.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"express-session": "^1.16.2",
"fluent-ffmpeg": "^2.1.2",
"googleapis": "^41.0.1",
"mocha": "^6.2.0",
"mongoose": "^5.6.5",
"mongoose-auto-increment": "^5.0.1",
"mongoose-findorcreate": "^3.0.0",
"multer": "^1.4.2",
"open": "^6.4.0",
"passport": "^0.4.0",
"passport-google-oauth2": "^0.2.0",
"passport-google-oauth20": "^2.0.0",
"react": "^16.5.2",
"react-bootstrap": "^1.0.0-beta.9",
"react-dom": "^16.5.2",
"react-router-dom": "^5.0.1",
"react-youtube": "^7.9.0",
"server-destroy": "^1.0.1"
}
}