-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
109 lines (109 loc) · 3.07 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
101
102
103
104
105
106
107
108
109
{
"name": "ram-frontend",
"version": "0.9.0",
"description": "User interface of the Rural Accessibility Map",
"repository": {
"type": "git",
"url": "https://github.com/WorldBank-Transport/ram-frontend"
},
"author": {
"name": "Development Seed",
"url": "https://developmentseed.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/WorldBank-Transport/ram-frontend/issues"
},
"homepage": "https://github.com/WorldBank-Transport/ram-frontend",
"scripts": {
"postinstall": "[ -f app/assets/scripts/config/local.js ] || echo 'module.exports = {};' > app/assets/scripts/config/local.js",
"serve": "DS_ENV=development gulp collecticons && gulp serve",
"build": "NODE_ENV=production gulp",
"build-offline": "DS_ENV=offline NODE_ENV=production gulp",
"lint": "eslint app/assets/scripts/ --ext .js",
"test": "echo \"No tests\" && exit 0"
},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015",
"react"
]
}
],
"require-globify",
"envify"
]
},
"devDependencies": {
"babel": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babelify": "^7.3.0",
"browser-sync": "^2.18.8",
"browserify": "^14.1.0",
"collecticons-processor": "^3.0.0",
"del": "^2.2.2",
"envify": "^4.0.0",
"eslint": "^3.15.0",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-react": "^6.9.0",
"eslint-plugin-standard": "^2.0.1",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-csso": "^2.0.0",
"gulp-exit": "0.0.2",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^4.0.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-sass": "^3.1.0",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"jeet": "7.1.0",
"node-bourbon": "^4.2.8",
"node-notifier": "^5.0.2",
"node-sass": "^4.5.0",
"require-globify": "^1.4.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"auth0-js": "^9.8.0",
"babel-polyfill": "^6.23.0",
"classnames": "^2.2.5",
"gulp-minify": "^3.1.0",
"isomorphic-fetch": "^2.2.1",
"lodash": "^4.17.4",
"mapbox-gl": "^0.38.0",
"qs": "^6.4.0",
"react": "^15.4.2",
"react-addons-create-fragment": "^15.4.2",
"react-addons-css-transition-group": "^15.4.2",
"react-dom": "^15.4.2",
"react-paginate": "^4.4.2",
"react-portal": "^4.1.5",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-router-redux": "^4.0.8",
"react-router-scroll": "^0.4.1",
"react-sticky": "^6.0.2",
"react-tag-autocomplete": "^5.5.1",
"react-tether": "^0.5.6",
"react-tooltip": "^3.2.9",
"react-widgets": "^3.4.6",
"redux": "^3.6.0",
"redux-logger": "^2.8.1",
"redux-thunk": "^2.2.0",
"timeago-react": "^1.0.8"
}
}