-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.8 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.8 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"author": "zbryikt",
"name": "pdmaptw",
"license": "MIT",
"description": "Taiwan Map",
"version": "2.4.0",
"browser": "dist/index.min.js",
"main": "dist/index.min.js",
"files": [
"dist/**/*"
],
"homepage": "https://github.com/plotdb/pdmaptw",
"repository": {
"type": "git",
"url": "https://github.com/plotdb/pdmaptw"
},
"engines": {
"node": ">=0.12.6",
"npm": ">=1.2.2"
},
"scripts": {
"deploy": "npx deploy web/static",
"start": "npx server -r web -o true",
"build": "./fetch; ./node_modules/.bin/lsc ./convert.ls; ./node_modules/.bin/lsc ./filter.ls; ./build; npm run verify",
"verify": "./node_modules/.bin/lsc ./verify.ls"
},
"devDependencies": {
"@loadingio/bootstrap.ext": "^0.0.9",
"@loadingio/debounce.js": "^1.0.1",
"@loadingio/ldquery": "^3.0.4",
"@plotdb/guides": "github:plotdb/guides#master",
"@zbryikt/deploy": "^0.0.1",
"@zbryikt/template": "^2.5.0",
"d3": "^7.6.1",
"d3-color": "^3.1.0",
"d3-geo": "^1.11.9",
"d3-geo-projection": "^2.8.1",
"d3-interpolate": "^3.0.1",
"d3-scale-chromatic": "^3.0.0",
"fedep": "^1.8.0",
"jsdom": "^29.1.1",
"ldview": "^1.7.2",
"livescript": "^1.6.0",
"ndjson-cli": "^0.3.1",
"shapefile": "^0.6.6",
"stylus": "^0.55.0",
"topojson": "^2.0.0",
"topojson-client": "^3.1.0",
"topojson-server": "^3.0.1",
"topojson-simplify": "^3.0.3",
"uglify-js": "^3.13.1",
"uglifycss": "^0.0.29"
},
"frontendDependencies": {
"root": "web/static/assets/lib",
"modules": [
"@loadingio/bootstrap.ext",
"@loadingio/debounce.js",
"@loadingio/ldquery",
"d3",
"d3-color",
"d3-interpolate",
"d3-scale-chromatic",
"d3-geo",
"d3-geo-projection",
"topojson",
"ldview"
]
}
}