-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
103 lines (103 loc) · 4.14 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
{
"name": "weaveworld",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"test": "vitest",
"build": "vite build --base ./",
"build-safe": "tsc && vite build --base ./",
"deploy": "DEPLOY_KEY=$(base64 -i ./.secret/deploy_frontend.json) npx permaweb-deploy --ant-process hCGTGU3tOfjup3TQxhz8BsNK8NXXx0-n-MZyOc0yWHM",
"format": "prettier --write .",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006 --no-open",
"build-storybook": "storybook build",
"aos-s1": "func() { aos ${1} --wallet ./.secret/deploy_sqlite_jwk.json --module=\"GYrbbe0VbHim_7Hi6zrOpHQXrSQz07XNtwCnfbFo2I0\" ; }; func",
"aos-s2": "func() { aos ${1} --wallet ./.secret/deploy_sqlite_jwk.json --module=\"aGVVWHldKA7GBlI_w7Qp_agO6aKjCoOTPA1G2OlluXE\" ; }; func",
"aos-l1": "func() { aos ${1} --wallet ./.secret/deploy_llama_jwk.json --module=\"BlucTh6AJQvcbhNPa1t1UpNgHTM7UEmR0czYdAdCxXg\" ; }; func",
"aos-l1.1": "func() { aos ${1} --wallet ./.secret/deploy_llama_jwk.json --module=\"yyghqOorzZZxuEaILaBVVt2BHkZoujCTxKj-_atX0SE\" ; }; func",
"aos-l2": "func() { aos ${1} --wallet ./.secret/deploy_llama_jwk.json --module=\"-jmMbTRSNk_q7yV-Heu2qbCH410RKy0qI_2UEQLG6UE\" ; }; func",
"aos-l3": "func() { aos ${1} --wallet ./.secret/deploy_llama_jwk.json --module=\"XcWULRSWWv_bmaEyx4PEOFf4vgRSVCP9vM5AucRvI40\" ; }; func",
"aos-le1": "func() { aos ${1} --wallet ./.secret/deploy_llama_jwk.json --module=\"d5i1D7MmP23Lmj0OdEAo329skLsbxXSWaNFh0R8xCbE\" ; }; func"
},
"dependencies": {
"@hookform/resolvers": "^3.4.2",
"@othent/kms": "^1.0.12",
"@permaweb/aoconnect": "^0.0.54",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tooltip": "^1.0.7",
"@rjsf/core": "^5.18.4",
"@rjsf/utils": "^5.18.4",
"@rjsf/validator-ajv8": "^5.18.4",
"@scure/base": "^1.1.6",
"@statelyai/inspect": "^0.3.1",
"@tanstack/react-query": "^5.39.0",
"@tanstack/react-query-devtools": "^5.45.1",
"@tanstack/react-router": "^1.34.3",
"@xstate/react": "^4.1.1",
"@yornaath/batshit": "^0.10.1",
"arweave": "^1.15.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fontfaceobserver": "^2.3.0",
"humanize-duration": "^3.32.1",
"js-confetti": "^0.12.0",
"linkify-react": "^4.1.3",
"linkifyjs": "^4.1.3",
"lucide-react": "^0.379.0",
"next-themes": "^0.3.0",
"p-queue": "^8.0.1",
"phaser": "^3.80.1",
"pretty-ms": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.5",
"sonner": "^1.4.41",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"warp-arbundles": "^1.0.4",
"xstate": "^5.13.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@chromatic-com/storybook": "^1.4.0",
"@storybook/addon-essentials": "^8.1.3",
"@storybook/addon-interactions": "^8.1.3",
"@storybook/addon-links": "^8.1.3",
"@storybook/addon-onboarding": "^8.1.3",
"@storybook/blocks": "^8.1.3",
"@storybook/react": "^8.1.3",
"@storybook/react-vite": "^8.1.3",
"@storybook/test": "^8.1.3",
"@tanstack/router-devtools": "^1.34.4",
"@tanstack/router-vite-plugin": "^1.34.1",
"@types/fontfaceobserver": "^2.1.3",
"@types/humanize-duration": "^3.27.4",
"@types/node": "^20.12.12",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.19",
"concurrently": "^8.2.2",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"eslint-plugin-storybook": "^0.8.0",
"permaweb-deploy": "^1.1.8",
"postcss": "^8.4.38",
"prettier": "3.3.2",
"storybook": "^8.1.3",
"tailwindcss": "^3.4.3",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-webfont-dl": "^3.9.4",
"vitest": "^1.6.0"
}
}