This repository has been archived by the owner on Oct 21, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 2.11 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
{
"name": "spacetag",
"scripts": {
"build": "tsx ./scripts/satellites.ts && next build",
"dev": "next dev",
"format": "prettier --config ./prettier.config.js --write \"**/*.{css,js,md,mjs,scss,ts,tsx}\"",
"lint": "next lint",
"postinstall": "tsx ./scripts/satellites.ts",
"satellites:generate": "tsx ./scripts/satellites.ts",
"start": "next start",
"typecheck": "tsc",
"vscode:generate": "tsx ./scripts/vscode.ts"
},
"dependencies": {
"@formkit/auto-animate": "1.0.0-beta.6",
"@headlessui/react": "1.7.13",
"@hookform/resolvers": "2.9.11",
"@next/bundle-analyzer": "13.2.3",
"@react-three/drei": "9.57.0",
"@react-three/fiber": "8.11.7",
"@tanstack/react-query": "4.26.0",
"@tanstack/react-query-devtools": "4.26.0",
"@trpc/client": "10.14.0",
"@trpc/next": "10.14.0",
"@trpc/react-query": "10.14.0",
"@trpc/server": "10.14.0",
"clsx": "1.2.1",
"nanoid": "4.0.1",
"next": "13.2.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.43.4",
"react-icons": "4.8.0",
"react-wrap-balancer": "0.4.0",
"superjson": "1.12.2",
"three": "0.150.1",
"tle.js": "4.7.3",
"zod": "3.21.0",
"zustand": "4.3.5"
},
"devDependencies": {
"@matali/eslint-config": "1.0.0",
"@types/eslint": "8.21.1",
"@types/node": "18.14.6",
"@types/prettier": "2.7.2",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@types/three": "0.149.0",
"@typescript-eslint/eslint-plugin": "5.54.0",
"@typescript-eslint/parser": "5.54.0",
"autoprefixer": "10.4.13",
"eslint": "8.35.0",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sort-destructure-keys": "1.5.0",
"eslint-plugin-sort-keys": "2.3.5",
"eslint-plugin-typescript-sort-keys": "2.1.0",
"eslint-plugin-unused-imports": "2.0.0",
"postcss": "8.4.21",
"prettier": "2.8.4",
"prettier-plugin-tailwindcss": "0.2.4",
"tailwindcss": "3.2.7",
"tsx": "3.12.3",
"typescript": "4.9.5"
},
"private": true
}