-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
152 lines (152 loc) · 4.69 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
{
"name": "thorium-nova",
"version": "1.0.0-alpha.16",
"description": "Spaceship Simulator Controls Platform",
"keywords": [],
"author": "Alex Anderson",
"license": "Apache 2.0",
"private": true,
"type": "module",
"repository": {
"type": "git",
"url": "https://github.com/Thorium-Sim/thorium-nova.git"
},
"scripts": {
"build": "run-s build:*",
"build:client": "react-router build",
"build:server": "bun run ./scripts/build.ts",
"dev": "run-p --race dev:*",
"dev:client": "react-router dev",
"dev:server": "bun run --watch ./app/server.ts",
"start": "bun ./build/server/index.js",
"typecheck": "react-router typegen && tsc",
"lint": "biome lint .",
"test": "is-ci-cli \"test:coverage\" \"test:watch\"",
"test:coverage": "vitest --coverage",
"test:watch": "vitest --watch",
"format": "biome format --write .",
"format:different": "biome format .",
"semantic-release": "semantic-release",
"postinstall": "bun run init:plugin",
"validate": "concurrently --names \"lint,format,typecheck,test\" -c \"yellow.bold,magenta.bold,blue.bold,green.bold\" \"npm run lint\" \"npm run format:different\" \"npm run typecheck\" \"CI=true npm run test\"",
"init:plugin": "bun run scripts/pluginInit.ts",
"sly": "npx @sly-cli/sly"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@dnd-kit/modifiers": "^9.0.0",
"@dnd-kit/sortable": "^10.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@fontsource/outfit": "^5.1.1",
"@headlessui/react": "^2.2.0",
"@msgpack/msgpack": "^3.0.0-beta2",
"@react-router/node": "^7.1.3",
"@react-router/serve": "^7.1.3",
"@react-spring/web": "^9.7.5",
"@react-three/drei": "^9.121.3",
"@react-three/fiber": "^9.0.0-rc.5",
"@seregpie/three.text-texture": "^3.2.1",
"@tanstack/react-query": "^5.64.2",
"@tanstack/react-query-devtools": "^5.64.2",
"@tauri-apps/api": "^2.2.0",
"@tauri-apps/plugin-opener": "^2.2.5",
"@tauri-apps/plugin-shell": "^2.2.0",
"@thorium-sim/rapier3d-node": "^0.13.2",
"@use-gesture/react": "^10.3.1",
"browser-tab-id": "^0.0.8",
"change-case": "^5.4.4",
"chroma-js": "^3.1.2",
"dockview-react": "^3.0.2",
"dot-beat-time": "^1.2.1",
"eventemitter3": "^5.0.1",
"fast-deep-equal": "^3.1.3",
"gl-matrix": "^3.4.3",
"hono": "^4.6.17",
"htmlparser2": "^10.0.0",
"immer": "^10.1.1",
"isbot": "^5.1.17",
"js-yaml": "^4.1.0",
"json-schema-to-zod": "^2.6.0",
"less": "^4.2.1",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lottie-web": "^5.12.2",
"luxon": "^3.5.0",
"markdown-it": "^14.1.0",
"match-sorter": "^8.0.0",
"monaco-editor": "^0.52.2",
"postcss-less": "^6.0.0",
"pure-rand": "^6.1.0",
"react": "^19.0.0",
"react-aria": "^3.37.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^5.0.0",
"react-router": "^7.1.3",
"react-stately": "^3.35.0",
"reconnecting-websocket": "^4.4.0",
"remix-utils": "^8.0.0",
"rng": "^0.2.2",
"roman-numerals": "^0.3.2",
"suspend-react": "^0.1.3",
"tailwind-merge": "^2.6.0",
"tar-stream": "^3.1.7",
"three": "^0.172.0",
"three-stdlib": "^2.35.12",
"zod": "^3.24.1",
"zod-to-json-schema": "^3.24.1",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@mdx-js/rollup": "^3.1.0",
"@react-router/dev": "^7.1.3",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@shikijs/rehype": "^1.27.2",
"@tailwindcss/container-queries": "^0.1.1",
"@tailwindcss/postcss": "^0.0.0-development.1",
"@tailwindcss/typography": "^0.5.16",
"@tauri-apps/cli": "^2.2.7",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^14.4.3",
"@types/bun": "^1.1.17",
"@types/chroma-js": "^3.1.0",
"@types/js-yaml": "^4.0.9",
"@types/less": "^3.0.7",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@types/luxon": "^3.4.2",
"@types/markdown-it": "^14.1.2",
"@types/node": "^22.10.7",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/roman-numerals": "^0.3.2",
"@types/tar-stream": "^3.1.3",
"@types/three": "^0.172.0",
"@vitest/coverage-v8": "^0.34.6",
"alias-hq": "^6.2.3",
"autoprefixer": "^10.4.20",
"concurrently": "^7.6.0",
"daisyui": "^4.12.23",
"happy-dom": "^12.10.3",
"is-ci-cli": "^2.2.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.49",
"postcss-mixins": "^11.0.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^5.0.0",
"semantic-release": "^20.0.1",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.3",
"vite": "^5.4.11",
"vite-plugin-icons-spritesheet": "^2.2.1",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^0.34.6"
},
"publishConfig": {
"access": "restricted"
}
}