This repository has been archived by the owner on Nov 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.74 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
{
"private": true,
"license": "SEE LICENSE IN LICENSE.md",
"author": "esdmr <[email protected]> (https://github.com/esdmr)",
"type": "module",
"scripts": {
"build": "vite build",
"check": "tsc -p .",
"coverage": "vitest run --coverage",
"dev": "vite",
"lint": "xo",
"lint:fix": "xo --fix",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@mdi/js": "7.2.96",
"@mdi/react": "1.6.1",
"@preact/signals": "1.2.2",
"monaco-editor": "0.43.0",
"preact": "10.17.1",
"react": "npm:@preact/[email protected]",
"react-dom": "npm:@preact/[email protected]",
"wicg-inert": "3.1.2"
},
"devDependencies": {
"@pnpm/dependency-path": "2.1.7",
"@pnpm/lockfile-file": "8.1.6",
"@pnpm/logger": "5.0.0",
"@prefresh/vite": "2.2.8",
"@rollup/plugin-strip": "3.0.4",
"@testing-library/preact": "3.2.3",
"@types/find": "0.2.4",
"@types/jsdom": "21.1.6",
"@types/parse-author": "2.0.3",
"@types/postcss-url": "10.0.4",
"@vitest/coverage-v8": "0.34.6",
"default-import": "1.1.5",
"find": "0.3.0",
"get-pkg-repo": "5.0.0",
"jsdom": "22.1.0",
"parse-author": "2.0.0",
"sirv": "2.0.4",
"typed-css-modules": "0.9.1",
"typescript": "5.3.3",
"vite": "4.5.3",
"vite-node": "0.34.7",
"vite-plugin-environment": "1.1.3",
"vite-plugin-inspect": "0.8.3",
"vitest": "0.34.6",
"xo": "0.56.0"
},
"packageManager": "[email protected]",
"pnpm": {
"packageExtensions": {
"eslint-import-resolver-webpack": {
"peerDependenciesMeta": {
"webpack": {
"optional": true
}
}
},
"xo": {
"dependencies": {
"typescript": null
},
"peerDependencies": {
"typescript": "*"
}
}
},
"patchedDependencies": {
"@prefresh/[email protected]": "patches/@[email protected]"
}
}
}