-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.45 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
{
"name": "GrantTrails",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "cross-env NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"tileserver": "tileserver-gl-light -p 8081 -c tileserver/config.json"
},
"dependencies": {
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-1": "^6.22.0",
"classnames": "^2.2.5",
"cross-env": "^5.0.0",
"isomorphic-fetch": "^2.2.1",
"laravel-mix": "^1.4.3",
"mapbox-gl": "^0.40.0",
"mobx": "^3.2.2",
"mobx-react": "^4.2.2",
"mobx-react-devtools": "^4.2.15",
"qs": "^6.5.1",
"react": "^15.6.1",
"react-animate-height": "^0.9.13",
"react-dom": "^15.6.1",
"react-markdown": "^2.5.0",
"react-transition-group": "^1.2.0",
"tileserver-gl-light": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"standard": "^10.0.3"
},
"standard": {
"parser": "babel-eslint"
}
}