-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
92 lines (92 loc) · 2.6 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"name": "my_journal",
"version": "0.1.0",
"author": "Stephen Stringer <[email protected]>",
"description": "online journal",
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"scripts": {
"deploy": "rm -rf public; brunch build --production; surge public",
"heroku-postbuild": "brunch build --production; knex migrate:latest",
"lint": "./node_modules/.bin/eslint --ignore-path .gitignore .",
"nodemon": "nodemon server.js",
"nf": "nf start",
"start": "brunch watch --server",
"knex": "./node_modules/.bin/knex"
},
"dependencies": {
"animate.css": "^3.5.2",
"axios": "^0.15.3",
"babel-brunch": "^6.0.6",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"bcrypt-as-promised": "^1.1.0",
"body-parser": "^1.15.2",
"boom": "^4.2.0",
"brace": "^0.9.0",
"brunch": "^2.8.2",
"chart.js": "^1.1.1",
"clean-css-brunch": "^2.0.0",
"cookie-parser": "^1.4.3",
"dotenv": "^2.0.0",
"eslint": "^3.13.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0",
"express": "^4.14.0",
"express-validation": "^1.0.1",
"humps": "^2.0.0",
"javascript-brunch": "^2.0.0",
"joi": "^9.2.0",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.17.4",
"lodash.max": "^4.0.1",
"material-ui": "^0.16.6",
"moment": "^2.17.1",
"morgan": "^1.7.0",
"normalize.css": "^4.2.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"pg": "^6.1.0",
"postcss-brunch": "^2.0.1",
"prop-types": "^15.5.8",
"react": "^15.4.2",
"react-ace": "^4.1.0",
"react-addons-css-transition-group": "^15.4.1",
"react-chartjs": "^0.8.0",
"react-chartjs-2": "^1.6.2",
"react-dom": "^15.4.2",
"react-headroom": "^2.1.3",
"react-icons": "^2.2.2",
"react-lazyload": "^2.2.0",
"react-material-icons": "^1.0.1",
"react-notify-toast": "^0.1.3",
"react-reveal": "^0.1.1",
"react-rnd": "^4.2.0",
"react-router": "^4.0.0-beta.6",
"react-router-dom": "^4.0.0-beta.6",
"react-syntax-highlighter": "^3.0.0",
"react-tap-event-plugin": "^2.0.1",
"request-promise": "^4.1.1",
"striptags": "^2.1.1",
"uglify-js-brunch": "^2.0.1",
"watson-developer-cloud": "^2.14.3"
},
"engines": {
"node": "7.3.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.7.1",
"chai": "^3.5.0",
"foreman": "^2.0.0",
"mocha": "^3.2.0",
"supertest": "^2.0.1",
"surge": "^0.18.0"
},
"main": ".eslintrc.js",
"keywords": []
}