-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.03 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": "r3f-vite-starter",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"generate:types": "sh ./bin/generate-types.sh",
"cli": "tsx --env-file .env ./bin/cli.ts ",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"verify": "tsc --pretty",
"format": "prettier --write src"
},
"dependencies": {
"@kadena/client": "^1.7.0",
"@kadena/pactjs": "^0.4.2",
"@react-three/drei": "9.75.0",
"@react-three/fiber": "8.15.13",
"@react-three/postprocessing": "^2.15.11",
"@react-three/rapier": "^1.2.1",
"@tanstack/react-query": "^5.17.8",
"@tanstack/react-query-devtools": "^5.17.8",
"@tanstack/react-router": "^1.1.9",
"@tanstack/router-devtools": "^1.1.9",
"@types/three": "0.160.0",
"classnames": "^2.5.1",
"framer-motion": "^10.17.4",
"jotai": "^2.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0",
"three": "0.160.0",
"three-stdlib": "^2.28.11",
"tinygesture": "^3.0.0",
"ua-parser-js": "^1.0.37",
"uuid": "^9.0.1"
},
"devDependencies": {
"@kadena/pactjs-cli": "^1.7.0",
"@kadena/types": "^0.6.0",
"@types/node": "^20.10.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@types/ua-parser-js": "^0.7.39",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.18.0",
"@typescript-eslint/parser": "^6.18.0",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "3.5.0",
"autoprefixer": "^10.4.16",
"citty": "^0.1.5",
"clipboardy": "^4.0.0",
"consola": "^3.2.3",
"envalid": "8.0.0",
"eslint": "^8.56.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"postcss": "^8.4.33",
"prettier": "3.1.1",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"tsx": "4.7.0",
"typescript": "^5.3.3",
"vite": "5.0.11"
}
}