-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
90 lines (90 loc) · 2.24 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
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
{
"name": "pathfinding",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@sveltejs/adapter-static": "^2.0.3",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"gh-pages": "^6.0.0",
"svelte": "^4.0.5",
"vite": "^4.4.5"
},
"main": "svelte.config.js",
"dependencies": {
"acorn": "^8.10.0",
"aria-query": "^5.3.0",
"array-union": "^1.0.2",
"array-uniq": "^1.0.3",
"async": "^3.2.4",
"axobject-query": "^3.2.1",
"balanced-match": "^1.0.2",
"brace-expansion": "^1.1.11",
"code-red": "^1.0.4",
"commander": "^11.1.0",
"commondir": "^1.0.1",
"concat-map": "^0.0.1",
"css-tree": "^2.3.1",
"debug": "^4.3.4",
"deepmerge": "^4.3.1",
"dequal": "^2.0.3",
"email-addresses": "^5.0.0",
"esbuild": "^0.18.20",
"escape-string-regexp": "^1.0.5",
"estree-walker": "^3.0.3",
"filename-reserved-regex": "^2.0.0",
"filenamify": "^4.3.0",
"find-cache-dir": "^3.3.2",
"find-up": "^4.1.0",
"fs-extra": "^11.1.1",
"fs.realpath": "^1.0.0",
"glob": "^7.2.3",
"globby": "^6.1.0",
"graceful-fs": "^4.2.11",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"is-reference": "^3.0.2",
"jsonfile": "^6.1.0",
"kleur": "^4.1.5",
"locate-character": "^3.0.0",
"locate-path": "^5.0.0",
"magic-string": "^0.30.3",
"make-dir": "^3.1.0",
"mdn-data": "^2.0.30",
"minimatch": "^3.1.2",
"ms": "^2.1.2",
"nanoid": "^3.3.6",
"object-assign": "^4.1.1",
"once": "^1.4.0",
"p-limit": "^2.3.0",
"p-locate": "^4.1.0",
"p-try": "^2.2.0",
"path-exists": "^4.0.0",
"path-is-absolute": "^1.0.1",
"periscopic": "^3.1.0",
"picocolors": "^1.0.0",
"pify": "^2.3.0",
"pinkie": "^2.0.4",
"pinkie-promise": "^2.0.1",
"pkg-dir": "^4.2.0",
"postcss": "^8.4.30",
"rollup": "^3.29.2",
"semver": "^6.3.1",
"source-map-js": "^1.0.2",
"strip-outer": "^1.0.1",
"svelte-hmr": "^0.15.3",
"trim-repeated": "^1.0.0",
"universalify": "^2.0.0",
"vitefu": "^0.2.4",
"wrappy": "^1.0.2"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}