forked from densitydesign/personal-air-timeline
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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": "personal-air-timeline",
"version": "0.0.1",
"description": "SaveOurAir experiment",
"main": "index.js",
"dependencies": {
"angular": "^1.6.1",
"angular-animate": "^1.6.1",
"angular-aria": "^1.6.1",
"angular-material": "^1.1.7",
"angular-route": "^1.6.1",
"angular-sanitize": "^1.6.9",
"d3": "^4.2.2",
"fast-csv": "^2.4.1",
"leaflet": "^1.3.1",
"mnemonist": "^0.18.0",
"proj4": "^2.4.4"
},
"devDependencies": {
"css-loader": "^0.28.4",
"kotatsu": "^0.15.2",
"style-loader": "^0.19.0",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.3.0"
},
"scripts": {
"build": "webpack --colors --progress",
"dev": "webpack-dev-server --port 3000 -d --colors --progress --watch",
"postinstall": "npm run build",
"quad:convert": "ogr2ogr -f CSV -t_srs crs:84",
"quad:debug": "kotatsu serve --progress --es2015 --port 8000 --public . --index ./scripts/debug-ui.html ./scripts/debug-ui.js",
"quad:process": "node scripts/process.js",
"watch": "webpack -d --colors --progress --watch"
},
"repository": {
"type": "git",
"url": "personal-air-timeline"
},
"author": "jacomyma",
"license": "MIT"
}