-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.63 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
42
43
44
45
46
47
48
49
50
51
{
"name": "@allmaps/render-web-worker-test",
"version": "0.0.1",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"prepare": "svelte-kit sync",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"publish": "push-dir --dir=build --branch=gh-pages"
},
"devDependencies": {
"@sveltejs/adapter-static": "next",
"@sveltejs/kit": "next",
"@types/earcut": "^2.1.1",
"@types/lodash": "^4.14.182",
"@types/openlayers": "^4.6.18",
"@types/rbush": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^5.24.0",
"@typescript-eslint/parser": "^5.24.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-svelte3": "^3.4.1",
"prettier": "^2.6.2",
"prettier-plugin-svelte": "^2.7.0",
"push-dir": "^0.4.1",
"svelte": "^3.48.0",
"svelte-check": "^2.7.1",
"svelte-preprocess": "^4.10.6",
"tslib": "^2.4.0",
"typescript": "~4.6.4",
"vite": "^2.9.14"
},
"type": "module",
"dependencies": {
"@allmaps/iiif-parser": "1.0.0-beta.6",
"@allmaps/annotation": "1.0.0-beta.5",
"@allmaps/id": "1.0.0-beta.7",
"@allmaps/render": "1.0.0-beta.7",
"@allmaps/transform": "1.0.0-beta.2",
"earcut": "^2.2.3",
"lodash": "^4.17.21",
"ol": "^6.14.1",
"potpack": "^1.0.2",
"rbush": "^3.0.1"
}
}