-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 882 Bytes
/
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
{
"name": "landevei.bike",
"version": "1.0.0",
"private": true,
"description": "",
"main": "index.js",
"scripts": {
"watch": "parcel index.html",
"build": "parcel build index.html -d docs --public-url ./",
"start": "npm run watch",
"clean": "rimraf docs/**.*",
"release": "run-s clean build"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-module-resolver": "^3.1.0",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"hyperapp-redux-devtools": "^1.1.6",
"npm-run-all": "^4.1.5",
"parcel-bundler": "^1.10.3",
"rimraf": "^2.6.2"
},
"dependencies": {
"classnames": "^2.2.5",
"hyperapp": "^1.2.9",
"hyperapp-slider": "0.0.1",
"mapbox-gl": "^0.51.0"
}
}