-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.27 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
{
"name": "rootssearch-www",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": true,
"engines": {
"node": "6.11.x"
},
"scripts": {
"start": "node app.js",
"start:debug": "DEBUG=rootssearch:* node-dev app.js",
"start:dev": "node-dev app.js",
"build:dev": "gulp",
"build:prod": "gulp production",
"heroku-postbuild": "npm run build:prod"
},
"repository": {
"type": "git",
"url": "https://github.com/york-solutions/rootssearch-www.git"
},
"homepage": "https://github.com/york-solutions/rootssearch-www",
"dependencies": {
"babel-core": "6.24.1",
"babel-loader": "7.0.0-beta.1",
"babel-preset-env": "1.3.3",
"babel-preset-es2015": "6.24.1",
"babel-preset-react": "6.24.1",
"body-parser": "1.17.1",
"debug": "2.6.0",
"del": "^2.2.2",
"ejs": "2.5.6",
"express": "4.15.2",
"gedcomx-js": "2.7.0",
"gensearch": "2.4.3",
"gensites": "0.1.1",
"gulp": "^3.9.1",
"gulp-cli": "1.2.2",
"gulp-rev": "7.1.2",
"gulp-rev-css-url": "0.1.0",
"gulp-rev-delete-original": "^0.2.3",
"gulp-sass": "^3.1.0",
"node-dev": "3.1.3",
"react": "15.5.3",
"react-dom": "15.5.3",
"redux": "3.6.0",
"serve-favicon": "2.2.1",
"webpack": "2.7.0"
}
}