-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.47 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
49
50
51
52
{
"name": "my-site",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "prettier --plugin-search-dir . --check . && eslint .",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@hcaptcha/types": "^1.0.4",
"@popperjs/core": "^2.11.8",
"@sveltejs/adapter-auto": "^3.3.1",
"@sveltejs/kit": "^2.8.5",
"@sveltejs/vite-plugin-svelte": "^3.1.2",
"@types/dompurify": "^3.2.0",
"@types/nodemailer": "^6.4.17",
"@types/sanitize-html": "^2.13.0",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"bootstrap": "^5.3.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.46.0",
"highlight.js": "^11.10.0",
"prettier": "^3.4.1",
"prettier-plugin-svelte": "^3.3.2",
"sass": "^1.81.0",
"svelte": "^4.2.19",
"svelte-check": "^3.8.6",
"svelte-highlight": "^7.7.0",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^5.4.11"
},
"type": "module",
"dependencies": {
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"dompurify": "^3.2.1",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.16",
"photoswipe": "^5.4.4",
"sanitize-html": "^2.13.1",
"swiper": "^11.1.15"
}
}