-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.93 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.93 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
{
"name": "fluid-earth",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/byrd-polar/fluid-earth.git"
},
"license": "MIT",
"type": "module",
"scripts": {
"build": "vite build",
"build:webcomponent": "rollup -c webcomponent/rollup.config.js",
"build:clean": "rimraf dist",
"dev": "vite",
"preview": "vite preview",
"tera": "node ./backend/main.js",
"tera:one": "node ./backend/rabbit.js",
"tera:get-prod-state": "./backend/scripts/get-prod-state.js",
"tera:clean": "cli-confirm \"Are you sure? (y/N):\" && rimraf public/tera backend/atomic backend/cache backend/state"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-replace": "^6.0.3",
"@rollup/plugin-terser": "0.4.4",
"@sveltejs/vite-plugin-svelte": "^5.1.1",
"chokidar": "^4.0.3",
"cli-confirm": "^1.0.1",
"csv-parse": "^5.6.0",
"dedent": "^1.7.0",
"mapshaper": "0.6.102",
"node-stream-zip": "^1.15.0",
"rimraf": "^6.1.2",
"rollup": "^4.53.3",
"rollup-plugin-glslify": "^1.3.1",
"rollup-plugin-license": "^3.6.0",
"rollup-plugin-svelte": "^7.2.3",
"svelte": "^5.45.6",
"uuid": "^11.1.0",
"vite": "^6.4.1"
},
"dependencies": {
"@petamoriken/float16": "^3.9.3",
"@slightlyoff/lite-vimeo": "^0.1.4",
"carbon-icons-svelte": "^13.7.0",
"d3-axis": "^3.0.0",
"d3-color": "^3.1.0",
"d3-geo": "^3.1.1",
"d3-geo-projection": "^4.0.0",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-selection": "^3.0.0",
"debounce": "^2.2.0",
"dotenv": "^16.6.1",
"esm-seedrandom": "3.0.5-esm.2",
"focus-trap": "^7.6.6",
"interactjs": "^1.10.27",
"js-quantities": "^1.8.0",
"pretty-bytes": "^6.1.1",
"pretty-ms": "^9.3.0",
"svelte-range-slider-pips": "3.2.2",
"svelte-toggle": "^4.0.1",
"tippy.js": "^6.3.7",
"topojson-client": "^3.1.0",
"twgl.js": "^5.5.4",
"wcag-contrast": "^3.0.0"
},
"engines": {
"node": ">=16"
},
"packageManager": "pnpm@10.8.0+sha512.0e82714d1b5b43c74610193cb20734897c1d00de89d0e18420aebc5977fa13d780a9cb05734624e81ebd81cc876cd464794850641c48b9544326b5622ca29971",
"pnpm": {
"patchedDependencies": {
"@slightlyoff/lite-vimeo@0.1.2": "patches/@slightlyoff__lite-vimeo@0.1.2.patch",
"esm-seedrandom@3.0.5-esm.2": "patches/esm-seedrandom@3.0.5-esm.2.patch",
"glslify@7.1.1": "patches/glslify@7.1.1.patch",
"js-quantities@1.8.0": "patches/js-quantities@1.8.0.patch",
"rollup-plugin-glslify@1.3.1": "patches/rollup-plugin-glslify@1.3.1.patch",
"svelte@4.2.19": "patches/svelte@4.2.19.patch",
"tippy.js@6.3.7": "patches/tippy.js@6.3.7.patch"
},
"allowUnusedPatches": true,
"peerDependencyRules": {
"ignoreMissing": [
"@types/*"
]
},
"onlyBuiltDependencies": [
"esbuild",
"msgpackr-extract"
]
}
}