-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "svelte-portfolio",
"version": "0.0.1",
"scripts": {
"dev": "vite dev --port 3000",
"build": "vite build && copy .nojekyll build",
"preview": "vite preview",
"deploy": "yarn build && touch .nojekyll && echo 'mehdikeramati.ir' > ./build/CNAME && npx gh-pages -d build --nojekyll",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@fontsource/fira-mono": "^4.5.10",
"@iconify/svelte": "^4.0.2",
"@neoconfetti/svelte": "^1.0.0",
"@sveltejs/adapter-auto": "^3.0.0",
"@sveltejs/adapter-static": "^3.0.2",
"@sveltejs/kit": "^2.0.0",
"@sveltejs/vite-plugin-svelte": "^3.0.0",
"@types/gh-pages": "^6",
"autoprefixer": "^10.4.19",
"daisyui": "^4.12.8",
"gh-pages": "^6.1.1",
"postcss": "^8.4.38",
"sass": "^1.77.6",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"tailwindcss": "^3.4.4",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.0.3"
},
"type": "module",
"dependencies": {
"@emailjs/browser": "^4.3.3",
"i18next": "^23.11.5",
"svelte-i18next": "^2.2.2",
"swiper": "^11.1.4",
"tailwindcss-dir": "^4.0.0"
}
}