-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.37 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.37 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
{
"name": "newsfeed",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/austintraver/newsfeed",
"author": "Austin Traver <austintraver@icloud.com>",
"license": "MIT",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.17",
"@fortawesome/free-solid-svg-icons": "^5.8.1",
"@fortawesome/react-fontawesome": "^0.1.4",
"abort-controller": "^3.0.0",
"abortcontroller-polyfill": "^1.3.0",
"body-parser": "^1.18.3",
"bootstrap": "^4.3.1",
"concurrently": "^4.1.0",
"cookie-session": "^1.3.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-favicon": "^2.0.1",
"express-session": "^1.16.1",
"global": "^4.3.2",
"heap": "^0.2.6",
"jquery": "^3.4.0",
"mongoose": "^5.5.2",
"mongoose-encryption": "^2.0.2",
"mysql": "^2.17.1",
"nodemon": "^1.18.11",
"package": "^1.0.1",
"popper.js": "^1.15.0",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-particles-js": "^2.6.0",
"react-router-dom": "^5.0.0",
"react-scripts": "^2.1.8",
"react-spinners": "^0.5.4",
"redis": "^2.8.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./backend/server.js",
"heroku-postbuild": "cd frontend && yarn install && yarn build",
"local": "cd frontend && yarn build && cd ../ && nodemon ./backend/server.js"
}
}