-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 912 Bytes
/
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
{
"name": "@yuxxeun/flolyn",
"description": "cute URL examiner",
"license": "MIT",
"type": "module",
"version": "1.0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/react": "^3.0.10",
"@astrojs/svelte": "^5.2.0",
"@astrojs/tailwind": "^5.1.0",
"@astrojs/vue": "^4.0.8",
"@prisma/client": "^5.10.2",
"@types/react": "^18.2.63",
"@types/react-dom": "^18.2.20",
"astro": "^4.4.12",
"capture-website": "^4.1.0",
"geist": "^1.2.2",
"mysql": "^2.18.1",
"puppeteer-core": "^22.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"require": "^2.4.20",
"site-preview": "^1.0.1",
"svelte": "^4.2.12",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.5",
"vue": "^3.4.21"
}
}