-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.22 KB
/
package.json
File metadata and controls
42 lines (42 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
{
"name": "dilanx-site",
"version": "1.0.0",
"private": true,
"prettier": "@dilanx/config/prettier",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"package": "svelte-kit package",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --check --plugin-search-dir=. .",
"format": "prettier --write --plugin-search-dir=. .",
"predeploy": "npm run build",
"deploy": "gh-pages -d build -t true"
},
"devDependencies": {
"@dilanx/config": "^1.1.2",
"@sveltejs/adapter-auto": "next",
"@sveltejs/adapter-static": "^2.0.2",
"@sveltejs/kit": "^1.15.7",
"gh-pages": "^5.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.0",
"sass": "^1.62.0",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"svelte-preprocess": "^5.0.3",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"vite": "^4.3.1"
},
"type": "module",
"dependencies": {
"svelte-media-queries": "^1.5.4",
"svelte-particles": "^2.9.3",
"tsparticles-engine": "^2.9.3",
"tsparticles-preset-fireworks": "^2.9.3",
"tsparticles-preset-snow": "^2.9.3"
}
}