-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.29 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.29 KB
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
{
"name": "@arken/sigil",
"version": "0.0.1",
"description": "Arken Sigil",
"homepage": "https://arken.gg",
"scripts": {
"setup": "npm install && tsc -p tsconfig.json",
"switch": "node node_modules/onejs-core/scripts/switch.cjs"
},
"devDependencies": {
"chokidar": "^4.0.3",
"chokidar-cli": "^3.0.0",
"@trpc/server": "11.0.0-rc.660",
"@trpc/client": "11.0.0-rc.660",
"@trpc/react-query": "next",
"esbuild": "^0.20.0",
"fs-extra": "^11.2.0",
"postcss": "^8.4.38",
"postcss-cli": "^11.0.0",
"postcss-import": "^16.1.0",
"postcss-selector-parser": "^7.1.0",
"rimraf": "^5.0.7",
"source-map-support": "^0.5.21",
"tar": "^7.2.0",
"tiny-glob": "^0.2.9",
"lodash": "^4",
"xml2js": "^0.6.2"
},
"dependencies": {
"@arken/evolution-protocol": "^2.0.14",
"@arken/seer-protocol": "^0.1.10",
"@arken/forge-protocol": "^0.1.6",
"clsx": "^2.1.1",
"css-flatten": "^2.0.0",
"css-simple-parser": "^3.0.0",
"onejs-comps": "^0.0.14",
"onejs-core": "3.0.2",
"onejs-preact": "^2.0.0",
"tailwind-merge": "^2.6.0",
"zod": "^3"
},
"overrides": {
"@trpc/client": "11.0.0-rc.660",
"@trpc/server": "11.0.0-rc.660",
"onejs-core": "3.0.2"
}
}