-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
56 lines (56 loc) · 1.48 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
{
"name": "node-react-xero-app",
"version": "0.0.1",
"description": "web app demonstrating creation of contacts and invoices with React and Material UI and synchronizing it with Xero accouning software",
"main": "index.js",
"scripts": {
"start": "node server/server.js"
},
"author": "Roman Mandryk <[email protected]>",
"license": "MIT",
"engines": {
"node": "5.1.0",
"npm": "3.3.12"
},
"devDependencies": {
"babelify": "^6.1.1",
"browser-sync": "^2.7.2",
"browserify": "^10.2.1",
"gulp": "^3.8.11",
"gulp-live-server": "0.0.14",
"reactify": "^1.1.1"
},
"dependencies": {
"async": "^2.0.0-rc.2",
"babel": "^5.5.6",
"body-parser": "^1.12.4",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.4.0",
"cors": "^2.6.0",
"dateformat": "^1.0.12",
"ejs": "^2.3.1",
"express": "^4.12.4",
"express-session": "^1.12.1",
"glob": "^6.0.3",
"guid": "0.0.12",
"gulp-babel": "^6.1.1",
"history": "^1.13.1",
"jquery": "^2.1.4",
"lodash": "^3.10.1",
"material-ui": "^0.13.3",
"moment": "^2.13.0",
"mongoose": "^4.0.3",
"node-jsx": "^0.13.3",
"nodemailer": "^1.11.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"react": "^0.14.3",
"react-addons-update": "^0.14.0",
"react-dom": "^0.14.3",
"react-router": "latest",
"react-tap-event-plugin": "^0.2.1",
"react-tools": "^0.13.3",
"vinyl-source-stream": "^1.1.0",
"xero-client": "0.0.1"
}
}