-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
56 lines (56 loc) · 1.87 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
53
54
55
56
{
"name": "doceazedo.com",
"version": "0.0.1",
"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 --ignore-path .gitignore --check --plugin-search-dir=. . && eslint --ignore-path .gitignore .",
"format": "prettier --ignore-path .gitignore --write --plugin-search-dir=. .",
"format:locale": "prettier --loglevel silent --write src/lib/lang/locales",
"update-uses-locale": "vite-node scripts/update-uses-locale.ts && npm run format:locale"
},
"devDependencies": {
"@sveltejs/adapter-vercel": "^5.1.0",
"@sveltejs/kit": "^2.5.0",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@types/jsonic": "^0.3.3",
"@types/jsonpath": "^0.2.4",
"@types/spotify-web-api-node": "^5.0.11",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte3": "^4.0.0",
"jsonic": "^1.0.1",
"jsonpath": "^1.1.1",
"mdsvex": "^0.11.0",
"prettier": "^3.2.4",
"prettier-plugin-svelte": "^3.1.2",
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
"sass": "^1.70.0",
"svelte": "^4.2.9",
"svelte-check": "^3.6.3",
"svelte-feather-icons": "^4.1.0",
"svelte-preprocess": "^5.1.3",
"tslib": "^2.6.2",
"typescript": "~5.3.3",
"vite": "^5.0.12",
"vite-node": "^1.2.2"
},
"type": "module",
"dependencies": {
"@giscus/svelte": "^2.4.0",
"dayjs": "^1.11.10",
"deep-email-validator": "^0.1.21",
"dotenv": "^16.4.1",
"fast-xml-parser": "^4.3.4",
"simple-icons": "^11.3.0",
"spotify-web-api-node": "^5.0.2",
"svelte-french-toast": "^1.2.0"
}
}