-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.2 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": "@javalent/maps",
"version": "0.0.1",
"description": "",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "node esbuild.config.mjs production",
"test": "jest",
"push": "git push --follow-tags origin"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@javalent/components": "^1.0.1",
"@javalent/utilities": "file:../obsidian-utilities",
"@maptiler/sdk": "^1.2.1",
"@tsconfig/svelte": "^3.0.0",
"@types/color": "^3.0.6",
"@types/node": "^14.18.63",
"builtin-modules": "^3.3.0",
"color": "^4.2.3",
"deck.gl": "^9.0.6",
"dotenv": "^10.0.0",
"esbuild": "^0.20.2",
"esbuild-plugin-inline-worker": "^0.1.1",
"esbuild-svelte": "^0.8.0",
"fast-copy": "^3.0.2",
"fast-equals": "^5.0.1",
"lucide": "^0.373.0",
"nanoid": "^5.0.7",
"obsidian": "latest",
"standard-version": "^9.3.2",
"svelte": "^4.2.16",
"svelte-preprocess": "^5.1.4",
"tileserver-gl-light": "^4.10.3",
"tslib": "^2.3.0",
"typescript": "^4.2.4"
}
}