forked from AKASHAorg/extension-devkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.15 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.15 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
{
"name": "extension-devkit",
"packageManager": "yarn@4.3.1",
"private": true,
"scripts": {
"build:production": "vite build --mode production",
"dev": "vite build --mode development -w"
},
"dependencies": {
"@akashaorg/composedb-models": "0.1.14",
"@akashaorg/core-sdk": "0.1.20-alpha",
"@akashaorg/ui-core-hooks": "0.1.8",
"@radix-ui/react-slot": "1.2.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"lucide-react": "0.503.0",
"react": "18.3.1",
"tailwind-merge": "3.2.0",
"tailwindcss-animate": "1.0.7"
},
"devDependencies": {
"@akashaorg/typings": "0.1.16",
"@rollup/plugin-typescript": "12.1.2",
"@tailwindcss/vite": "4.1.4",
"@types/node": "22.15.2",
"@types/react": "18.3.11",
"@types/ws": "8.18.1",
"@vitejs/plugin-basic-ssl": "2.0.0",
"@vitejs/plugin-react": "4.4.1",
"autoprefixer": "10.4.21",
"chokidar": "4.0.3",
"mime": "4.0.7",
"postcss": "8.5.3",
"rollup-plugin-external-globals": "0.13.0",
"tailwindcss": "4.1.4",
"vite": "6.3.3",
"vite-plugin-environment": "1.1.3",
"vite-plugin-external": "6.2.1",
"ws": "8.18.1"
}
}