-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
101 lines (101 loc) · 3.18 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
{
"name": "aos-playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"clean": "rm -rf dist-manifest.json dist-manifest.csv dist-id.txt dist",
"deploy": "pnpm run build && node deploy.js && pnpm run clean",
"start": "vite preview",
"format": "prettier . --write --cache"
},
"dependencies": {
"@hookform/resolvers": "^3.3.4",
"@million/lint": "^0.0.73",
"@monaco-editor/react": "^4.6.0",
"@permaweb/aoconnect": "^0.0.48",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-context-menu": "^2.1.5",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"ansi-to-react": "^6.1.6",
"arweave-account": "^1.4.3",
"arweave-wallet-kit": "^1.0.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"comlink": "^4.4.1",
"dexie": "^3.2.6",
"dexie-react-hooks": "^1.1.7",
"luaparse": "^0.3.1",
"lucide-react": "^0.358.0",
"monaco-editor": "^0.47.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.13",
"react-hook-form": "^7.51.0",
"react-query": "^3.39.3",
"react-resizable-panels": "^2.0.13",
"react-router-dom": "^6.22.3",
"react-svg-spinners": "^0.3.1",
"rehype-format": "^5.0.0",
"rehype-parse": "^9.0.0",
"rehype-react": "^8.0.0",
"rehype-stringify": "^10.0.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"tm-themes": "^1.3.2",
"traverse": "^0.6.8",
"unified": "^11.0.4",
"usehooks-ts": "^3.0.1",
"vaul": "^0.9.0",
"vite-tsconfig-paths": "^4.3.2",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@irys/sdk": "^0.1.21",
"@shikijs/monaco": "^1.2.1",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/luaparse": "^0.2.12",
"@types/node": "^20.11.27",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@types/traverse": "^0.6.36",
"@typescript-eslint/eslint-plugin": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.18",
"cz-conventional-changelog": "^3.3.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.35",
"prettier-plugin-tailwindcss": "^0.5.12",
"sharp": "^0.33.2",
"shiki": "^1.2.1",
"svgo": "^3.2.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-plugin-image-optimizer": "^1.1.7",
"vite-plugin-node-polyfills": "^0.21.0",
"vite-plugin-top-level-await": "^1.4.1",
"vite-plugin-wasm": "^3.3.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}