-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.26 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
{
"name": "test-free-online",
"type": "module",
"version": "1.0.0",
"homepage": "https://test-free.online",
"description": "Test free online tools",
"private": true,
"scripts": {
"dev": "astro dev --host",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^4.0.0",
"@astrojs/svelte": "^7.0.1",
"@astrojs/tailwind": "^5.1.3",
"@astrojs/vercel": "^8.0.1",
"@astrojs/vue": "^5.0.1",
"@fontsource/inter": "^5.0.18",
"@headlessui/react": "^2.1.5",
"@headlessui/vue": "^1.7.23",
"@heroicons/react": "^2.1.5",
"@heroicons/vue": "^2.2.0",
"@monaco-editor/react": "^4.6.0",
"@radix-ui/react-slot": "^1.1.0",
"astro": "^5.0.3",
"canvas": "^2.11.2",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"framer-motion": "^11.2.10",
"lucide-react": "^0.435.0",
"react-konva": "^18.2.10",
"svelte": "^5.8.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.3",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.6.2",
"vue": "^3.5.12"
},
"devDependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1"
}
}