-
Notifications
You must be signed in to change notification settings - Fork 65
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "LightningRealty",
"version": "0.0.0",
"description": "Lightning Realty",
"main": "server.js",
"scripts": {
"build-client": "browserify www/js/app.js -t babelify -o www/js/bundle.js",
"start": "node server.js",
"webpack": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/ccoenraets/lightning-realty"
},
"author": "Christophe Coenraets",
"bugs": {
"url": "https://github.com/ccoenraets/lightning-realty/issues"
},
"homepage": "https://github.com/ccoenraets/lightning-realty",
"dependencies": {
"babel-plugin-transform-object-rest-spread": "^6.3.13",
"body-parser": "^1.14.2",
"compression": "^1.6.1",
"express": "^4.13.4",
"method-override": "^2.3.5",
"moment": "^2.11.2",
"path": "^0.12.7",
"pg": "^4.4.4",
"q": "^1.4.1"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-loader": "^6.2.2",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-stage-3": "^6.3.13",
"history": "^1.17.0",
"react": "^0.14.7",
"react-addons-linked-state-mixin": "^0.14.7",
"react-dom": "^0.14.7",
"react-motion": "^0.4.2",
"react-onclickoutside": "^4.5.0",
"react-router": "^1.0.3",
"tether": "^1.1.1",
"tether-drop": "^1.4.2",
"webpack": "^1.12.13"
}
}