-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.7 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "openroads-analytics",
"version": "0.1.0",
"description": "Analytics dashboards for OpenRoads",
"repository": {
"type": "git",
"url": "https://github.com/opengovt/openroads-analytics.git"
},
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org"
},
"license": "BSD",
"bugs": {
"url": "https://github.com/opengovt/openroads-analytics/issues"
},
"homepage": "http://editor.openroads.gov.ph",
"scripts": {
"postinstall": "[ -f app/assets/scripts/config/local.js ] || echo 'module.exports = {};' > app/assets/scripts/config/local.js",
"serve": "gulp collecticons && gulp serve",
"build": "gulp collecticons && NODE_ENV=production gulp",
"lint": "eslint app/assets/scripts/ --ext .js",
"test": "echo NO TESTS YET"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"react"
]
}
],
"require-globify",
"envify"
]
},
"devDependencies": {
"babel": "^6.5.2",
"babel-preset-es2015": "^6.5.0",
"babel-preset-react": "^6.5.0",
"babelify": "^7.2.0",
"browser-sync": "^2.11.1",
"browserify": "^13.0.0",
"collecticons-processor": "^1.2.1",
"del": "^2.2.0",
"envify": "^3.4.0",
"eslint": "^1.0.0",
"eslint-config-semistandard": "^5.0.0",
"eslint-config-standard": "^4.0.0",
"eslint-plugin-promise": "^1.0.8",
"eslint-plugin-react": "^3.16.1",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.2",
"gulp-csso": "^1.0.1",
"gulp-exit": "0.0.2",
"gulp-if": "^2.0.0",
"gulp-imagemin": "^2.4.0",
"gulp-load-plugins": "^1.2.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.0.0",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^2.2.0",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.2",
"gulp-useref": "^3.0.5",
"gulp-util": "^3.0.7",
"jeet": "^6.1.2",
"node-bourbon": "^4.2.3",
"node-notifier": "^4.5.0",
"require-globify": "^1.3.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"babel-polyfill": "^6.3.14",
"classnames": "^2.2.1",
"d3": "^3.5.16",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.2.1",
"mapbox.js": "^2.3.0",
"moment": "^2.11.2",
"rc-slider": "^3.3.2",
"react": "^0.14.7",
"react-addons-create-fragment": "^0.14.8",
"react-dom": "^0.14.7",
"react-paginate": "^0.5.5",
"react-redux": "^4.3.0",
"react-router": "^2.0.0-rc5",
"react-router-redux": "^2.0.4",
"redux": "^3.2.1",
"redux-thunk": "^1.0.3",
"titlecase": "^1.1.2"
}
}