-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 946 Bytes
/
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
{
"name": "svelte-app",
"version": "1.5.0",
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"check": "svelte-check --tsconfig ./tsconfig.json",
"lint": "eslint -c eslint.config.js"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tsconfig/svelte": "^5.0.4",
"@typescript-eslint/parser": "^8.13.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.14.0",
"eslint-plugin-svelte": "^2.46.0",
"sass": "^1.79.4",
"svelte": "^5.1.1",
"svelte-check": "^4.0.4",
"svelte-eslint-parser": "^0.43.0",
"svelte-preprocess": "^6.0.3",
"ts-node": "^10.9.2",
"tslib": "^2.7.0",
"typescript": "^5.5.3",
"vite": "^5.4.8"
},
"engines": {
"yarn": "use npm!",
"npm": ">=10.2.3 <11.0.0",
"node": ">=20.18.0 <21.0.0"
},
"dependencies": {
"typescript-eslint": "^8.13.0"
}
}