-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1.1 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
{
"name": "appsaeed-github",
"private": false,
"version": "1.1.0",
"type": "module",
"scripts": {
"start": "vite",
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"readme": "node vite-config/readme.js"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@preact/signals": "^1.2.1",
"@preact/signals-react": "^1.3.6",
"@solidjs/router": "^0.8.3",
"@sweetalert2/theme-dark": "^5.0.15",
"@tanstack/solid-query": "^4.35.0",
"clsx": "^2.1.1",
"solid-icons": "^1.0.11",
"solid-js": "^1.7.8",
"sweetalert2": "^11.7.23",
"tailwind-merge": "^2.3.0",
"utilies": "^1.26.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"@types/ejs": "^3.1.2",
"@types/html-minifier-terser": "^7.0.0",
"@types/node": "^20.12.12",
"autoprefixer": "^10.4.14",
"date-fns": "^2.30.0",
"flowbite": "^1.8.1",
"postcss": "^8.4.27",
"sass": "^1.65.1",
"tailwindcss": "^3.3.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-solid": "^2.7.0",
"vite-sitemap": "^1.0.2"
}
}