-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.62 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
{
"name": "ourcrisis",
"version": "0.0.1",
"description": "Our Crisis",
"scripts": {
"start": "node ./src/test/server.js"
},
"dependencies": {
"can-use-dom": "^0.1.0",
"classnames": "^2.1.5",
"dateformat": "^1.0.11",
"flux": "^2.0.3",
"jsx-loader": "^0.12.2",
"lodash.throttle": "^3.0.4",
"moment": "~2.10.6",
"raf": "^3.1.0",
"react": "^0.14.2",
"react-bootstrap": "^0.28.1",
"react-datetime": "~1.2.1",
"react-dom": "^0.14.2",
"react-google-maps": "^4.7.2",
"react-rater": "^0.1.0",
"react-router": "1.0.0-rc3",
"react-router-bootstrap": "~0.19.0",
"react-select": "^0.6.11",
"react-star-rating-component": "^0.1.0",
"react-typeahead-component": "^0.9.0",
"react-widgets": "^3.0.0",
"reactify": "^1.1.1",
"reflux": "^0.3.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"bootstrap-sass": "^3.3.5",
"css-loader": "^0.17.0",
"del": "^1.2.0",
"express": "~4.12.4",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"gulp": "^3.9.0",
"gulp-concat": "~2.5.2",
"gulp-livereload": "^3.8.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "~2.0.3",
"gulp-uglify": "~1.2.0",
"gulp-uglifycss": "~1.0.4",
"gulp-util": "^3.0.6",
"gulp-webpack": "^1.5.0",
"handlebars": "^4.0.3",
"jquery": "^2.1.3",
"less": "^2.5.3",
"less-loader": "^2.2.1",
"merge-stream": "^0.1.7",
"node-sass": "^3.3.3",
"request": "~2.57.0",
"sass-loader": "^3.0.0",
"style-loader": "^0.12.3",
"typeahead.js": "^0.11.1",
"url-loader": "^0.5.6",
"webpack": "^1.12.2"
}
}