-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 1.83 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
{
"name": "reactogo",
"version": "1.0.0",
"description": "YPLAN MVP",
"main": "app.js",
"scripts": {
"test": "test",
"build": "gulp build",
"start": "node server/start.js",
"local": "gulp build:development",
"postinstall": "gulp build"
},
"repository": {
"type": "git",
"url": "git://github.com/PBRT/yplanMVP.git"
},
"author": "PBRT",
"license": "ISC",
"devDependencies": {
"webpack-dev-server": "1.10.1"
},
"dependencies": {
"babel-core": "6.2.4",
"babel-loader": "6.2.0",
"babel-preset-es2015": "6.1.18",
"babel-preset-react": "6.1.18",
"body-parser": "1.14.1",
"bootstrap": "3.3.5",
"bootstrap-styl": "4.0.5",
"bootstrap-webpack": "0.0.3",
"chart.js": "1.0.2",
"colors": "1.1.2",
"compression": "1.6.0",
"css-loader": "0.17.0",
"del": "2.0.2",
"ejs": "2.3.4",
"eslint": "1.3.1",
"eslint-loader": "1.0.0",
"eslint-plugin-react": "3.3.1",
"express": "4.13.3",
"fastclick": "1.0.6",
"file-loader": "0.8.4",
"gulp": "3.9.0",
"gulp-load-plugins": "1.0.0",
"gulp-util": "3.0.6",
"history": "1.17.0",
"imports-loader": "0.6.4",
"jquery": "2.1.4",
"mandrill-api": "1.0.45",
"react": "0.14.3",
"react-bootstrap": "0.25.2",
"react-chartjs": "0.6.0",
"react-dom": "0.14.3",
"react-masonry-component": "1.0.4",
"react-modal": "0.5.0",
"react-motion": "0.3.0",
"react-router": "1.0.0-rc3",
"rx": "4.0.7",
"rx-lite": "4.0.7",
"serve-favicon": "2.3.0",
"style-loader": "0.12.3",
"stylus": "0.52.4",
"stylus-export-loader": "git+https://git@github.com/PBRT/stylus-export-loader.git",
"stylus-loader": "1.2.1",
"underscore": "1.8.3",
"url-loader": "0.5.6",
"velocity-animate": "1.2.2",
"webpack": "1.12.2",
"whatwg-fetch": "^0.10.1"
}
}