forked from oSoc17/rideaway-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "rideaway",
"version": "0.2.0",
"description": "Rideaway",
"main": "build/js/main.min.js",
"scripts": {
"dev": "NODE_ENV=DEV webpack-dev-server",
"prod": "NODE_ENV=PROD webpack -p"
},
"repository": {
"type": "git",
"url": "https://github.com/oSoc17/rideaway-frontend.git"
},
"author": "Arnaud Weyts",
"license": "MIT",
"bugs": {
"url": "https://github.com/oSoc17/rideaway-frontend/issues"
},
"homepage": "https://github.com/oSoc17/rideaway-frontend#readme",
"devDependencies": {
"babel-core": "6.25.0",
"babel-loader": "7.1.1",
"babel-preset-es2015": "6.24.1",
"clean-webpack-plugin": "0.1.16",
"copy-webpack-plugin": "4.0.1",
"css-loader": "0.28.4",
"extract-text-webpack-plugin": "3.0.0",
"file-loader": "0.11.2",
"html-webpack-plugin": "2.29.0",
"node-sass": "4.5.3",
"offline-plugin": "4.8.3",
"sass-loader": "6.0.6",
"style-loader": "0.18.2",
"webpack": "3.4.1",
"webpack-dev-server": "2.6.1",
"webpack-dotenv-plugin": "2.0.2"
},
"dependencies": {
"@mapbox/mapbox-gl-geocoder": "2.1.1",
"add-to-homescreen": "3.2.6",
"debug": "2.6.9",
"l20n": "5.0.0",
"lodash": "4.17.4",
"mapbox-gl": "0.40.1",
"turf": "3.0.14",
"whatwg-fetch": "2.0.3"
},
"renovate": {
"baseBranch": "develop",
"labels": [
"dependency update",
"bot"
]
}
}