-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "bike-lts",
"version": "1.0.5",
"description": "scroll story to contextualize bike lts analysis",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack && npm version patch",
"build:prod": "webpack -p && npm version minor"
},
"repository": {
"type": "git",
"url": "https://github.com/dvrpc/bike-lts/"
},
"keywords": [
"bike",
"lts",
"connectivity",
"bike",
"network",
"analysis"
],
"author": "Marc Molta",
"license": "ISC",
"bugs": {
"url": "https://github.com/dvrpc/bike-lts/issues"
},
"devDependencies": {
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.0.1",
"css-minimizer-webpack-plugin": "^1.1.5",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^4.5.0",
"mini-css-extract-plugin": "^1.3.3",
"path": "^0.12.7",
"style-loader": "^2.0.0",
"webpack": "^5.10.3",
"webpack-cli": "^4.2.0"
},
"homepage": "https://github.com/dvrpc/bike-lts#readme"
}