forked from elpwc/EldenRingOnlineMap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.75 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
52
53
54
55
56
57
58
59
60
61
62
{
"name": "elden-ring-online-map",
"version": "3.2.0.0",
"private": true,
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "sirv public --no-clear",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@babel/core": "^7.17.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"@rollup/plugin-replace": "^4.0.0",
"@tsconfig/svelte": "^2.0.0",
"@types/file-saver": "^2.0.5",
"@types/jquery": "^3.5.14",
"@types/leaflet": "^1.7.9",
"@types/md5": "^2.3.2",
"@types/qs": "^6.9.7",
"msw": "^0.39.1",
"rollup": "^2.3.4",
"rollup-plugin-copy": "^3.4.0",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-svelte-svg": "^1.0.0-beta.6",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0",
"svelte-check": "^2.0.0",
"svelte-preprocess": "^4.0.0",
"tslib": "^2.0.0",
"typescript": "^4.0.0"
},
"dependencies": {
"@babel/runtime-corejs3": "^7.17.7",
"@rollup/plugin-json": "^4.1.0",
"axios": "0.21.1",
"d3-dag": "^0.11.3",
"dayjs": "^1.11.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"leaflet": "^1.9.4",
"leaflet-canvas-markers-with-title": "^0.8.0",
"md5": "^2.3.0",
"qs": "^6.10.3",
"sirv-cli": "^2.0.0",
"spinkit": "^2.0.1",
"svelte-i18n": "^3.3.13",
"svelte-spa-router": "^3.2.0",
"zhconvertor": "^2.0.0"
},
"msw": {
"workerDirectory": "public"
}
}