-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.24 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
{
"name": "admin.theautismgroup.org.uk",
"private": true,
"description": "Admin page for The Autism Group",
"dependencies": {
"babelify": "^7.3.0",
"base64-decode": "^1.0.2",
"body-parser": "^1.15.2",
"browserify": "^13.0.1",
"browserify-middleware": "^7.0.0",
"cookie-session": "^2.0.0-alpha.1",
"express": "^4.13.3",
"github-basic": "^6.0.0",
"passport": "^0.3.2",
"passport-github2": "^0.1.10",
"prepare-response": "^1.1.3",
"react": "^15.2.1",
"react-dom": "^15.2.1",
"react-router": "^2.7.0",
"react-rte-browserify": "^0.5.0",
"slug": "^0.9.1",
"then-request": "^2.2.0",
"toml": "^2.3.0"
},
"devDependencies": {
"babel-cli": "^6.10.1",
"babel-preset-forbeslindesay": "^2.0.3",
"babel-register": "^6.9.0",
"babel-runtime": "^6.11.6"
},
"scripts": {
"test": "echo No Tests",
"build": "babel src --out-dir lib && browserify lib/index.js > lib/bundle.js",
"predeploy": "npm i && npm run build && npm prune --prod",
"deploy": "npm i heroku-release && heroku-release --app autism-group-admin"
},
"repository": {
"type": "git",
"url": "https://github.com/eabrodie/admin.theautismgroup.org.uk.git"
},
"engines": {
"node": "5.11.0"
}
}