forked from spacedriveapp/spacedrive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.41 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.41 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
48
49
50
51
52
53
54
55
56
57
{
"name": "spacedrive",
"private": true,
"scripts": {
"preinstall": "npx only-allow bun",
"typecheck": "bun run --filter @sd/tauri typecheck"
},
"devDependencies": {
"@types/react": "~19.1.10",
"@types/react-dom": "~19.1.10",
"@babel/plugin-syntax-import-assertions": "^7.24.0",
"@cspell/dict-rust": "^4.0.2",
"@cspell/dict-typescript": "^3.1.2",
"@ianvs/prettier-plugin-sort-imports": "^4.3.1",
"@taplo/cli": "^0.7.0",
"cspell": "^8.6.0",
"node-gyp": "^12.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.6",
"turbo": "^1.12.5",
"turbo-ignore": "^1.12.5",
"typescript": "^5.6.2",
"vite": "^5.4.9"
},
"engines": {
"bun": ">=1.3.0",
"node": ">=18.18 <19 || >=20.1"
},
"eslintConfig": {
"root": true
},
"packageManager": "[email protected]",
"overrides": {
"@types/node": ">18.18.x",
"@types/react": "~19.1.10",
"@types/react-dom": "~19.1.10",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-router": "=6.20.1",
"react-router-dom": "=6.20.1",
"@remix-run/router": "=1.13.1",
"@contentlayer/cli": "=0.3.4",
"tailwindcss-animate": "=1.0.7",
"@sinclair/typebox": "^0.34.41"
},
"workspaces": [
"packages/*",
"apps/*",
"scripts",
".github/actions/*"
],
"dependencies": {
"class-variance-authority": "^0.7.1",
"gray-matter": "^4.0.3",
"react": "19.1.0"
}
}