-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·61 lines (61 loc) · 1.75 KB
/
package.json
File metadata and controls
executable file
·61 lines (61 loc) · 1.75 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
{
"name": "prime-solo-project",
"version": "0.1.0",
"private": true,
"proxy": "http://localhost:5000",
"dependencies": {
"@material-ui/core": "^1.3.0",
"axios": "^0.17.1",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.2",
"cookie-session": "^2.0.0-beta.3",
"dotenv": "^4.0.0",
"eslint": "^4.19.0",
"express": "^4.16.3",
"mocha": "^5.2.0",
"moment": "^2.22.2",
"mongoose": "^5.0.2",
"node-cron": "^1.2.1",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"prop-types": "^15.6.1",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"react-moment": "^0.7.7",
"react-redux": "^5.0.7",
"react-router-dom": "^4.2.2",
"react-scripts": "^1.1.1",
"redux": "^3.7.2",
"redux-logger": "^3.0.6",
"redux-saga": "^0.16.0"
},
"scripts": {
"start": "node server/server.js",
"client": "react-scripts start",
"server": "nodemon --watch server server/server.js",
"build": "react-scripts build",
"test": "mocha server/modules/test/*.test.js",
"eject": "react-scripts eject"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"chai": "^4.1.2",
"eslint-config-airbnb": "^17.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.10.0",
"nodemon": "^1.17.2"
},
"description": "##Contributors - ** Rory Ivance - ** Ellen Keal - ** Bob Petersen - ** Jason Phan - ** Emily Kay",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Project-Nospam/Caring_Bridge.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Project-Nospam/Caring_Bridge/issues"
},
"homepage": "https://github.com/Project-Nospam/Caring_Bridge#readme"
}