-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
78 lines (78 loc) · 2.2 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
70
71
72
73
74
75
76
77
78
{
"name": "planeats",
"version": "1.0.0",
"description": "Meal planning app for family and friends",
"repository": {
"type": "git",
"url": "git+https://github.com/daftFunc/planEats.git"
},
"author": "Brittany Starr, Tre Ammatuna, Jordan Mason, Andrew Chung",
"license": "ISC",
"bugs": {
"url": "https://github.com/daftFunc/planEats/issues"
},
"homepage": "http://planEats.xyz",
"scripts": {
"start": "cd server && node server.js",
"test": "mocha --compilers js:babel-core/register ./server/spec/*test.js"
},
"devDependencies": {
"@kadira/storybook": "^2.21.0",
"auth0-react-scripts": "0.6.20",
"babel-watch": "^2.0.5",
"chai": "^3.5.0",
"concurrently": "^3.1.0",
"enzyme": "^2.7.0",
"jsdom": "^9.9.1",
"mocha": "^3.2.0",
"morgan": "^1.7.0",
"react-addons-test-utils": "^15.4.1",
"sinon": "^1.17.6",
"supertest": "^2.0.1",
"visible-react": "0.0.8"
},
"dependencies": {
"auth0-lock": "^10.7.3",
"axios": "^0.15.3",
"babel-cli": "^6.18.0",
"body-parser": "^1.15.2",
"convert-units": "^1.3.1",
"curlrequest": "^1.0.1",
"dotenv": "^2.0.0",
"events": "^1.1.1",
"express": "^4.14.0",
"express-cors": "0.0.3",
"express-jwt": "^5.1.0",
"flexbox-react": "^4.1.0",
"font-awesome": "^4.7.0",
"fullcalendar": "^3.1.0",
"google-auth-library": "^0.10.0",
"googleapis": "^16.0.0",
"helmet": "^3.3.0",
"jwt-decode": "^2.1.0",
"material-ui": "^0.16.6",
"moment": "^2.17.1",
"moment-range": "^3.0.0",
"nodemon": "^1.11.0",
"pg": "^6.1.2",
"pg-hstore": "^2.3.2",
"react": "^15.4.1",
"react-addons-shallow-compare": "^15.4.1",
"react-bootstrap": "^0.30.7",
"react-bootstrap-daterangepicker": "^3.2.2",
"react-bootstrap-time-picker": "^1.0.1",
"react-dates": "^4.3.0",
"react-dom": "^15.4.1",
"react-dropzone": "^3.9.0",
"react-fontawesome": "^1.5.0",
"react-paginate": "^4.1.0",
"react-router": "^3.0.0",
"react-select": "^1.0.0-rc.2",
"react-tap-event-plugin": "^2.0.1",
"sequelize": "^3.28.0",
"superagent": "^3.3.2",
"sweetalert-react": "^0.4.6",
"sweetalert2": "^6.3.0",
"unirest": "^0.5.1"
}
}