-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.22 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.22 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
42
43
44
45
46
47
48
49
{
"name": "Solaxnm-browser",
"version": "1.3.0",
"description": "Solaxnm - SolanaM Image Studio Browser Extension",
"homepage": "https://solanam.com",
"license": "MIT",
"author": "SolanaM Team",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"type-check": "tsc --noEmit"
},
"dependencies": {
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"jiti": "latest",
"less": "latest",
"lightningcss": "latest",
"lucide-react": "0.562.0",
"next": "16.1.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "latest",
"sass-embedded": "latest",
"stylus": "latest",
"sugarss": "latest",
"tailwind-merge": "3.4.0",
"tailwindcss-animate": "1.0.7",
"terser": "latest",
"tsx": "latest",
"tw-animate-css": "1.4.0",
"yaml": "latest"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.9",
"@types/node": "^24.8.1",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"esbuild": "^0.28.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.9",
"typescript": "^5.5.3",
"vite": "^5.4.21"
}
}