-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathpackage.json
39 lines (39 loc) · 1.09 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
{
"name": "briefsky",
"private": true,
"version": "1.5.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write --plugin prettier-plugin-svelte .",
"lint": "eslint .",
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@iconify/svelte": "^4.0.2",
"@popperjs/core": "^2.11.6",
"@sveltejs/vite-plugin-svelte": "^3.1.1",
"@tsconfig/svelte": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"autoprefixer": "^10.4.7",
"classnames": "^2.3.2",
"eslint": "^8.30.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-svelte": "^2.33.2",
"flowbite-svelte": "0.46.15",
"postcss": "^8.4.14",
"postcss-load-config": "^6.0.1",
"prettier": "^3.0.0",
"prettier-plugin-svelte": "^3.0.0",
"svelte": "^4.0.0",
"svelte-check": "^3.4.3",
"svelte-preprocess": "^6.0.2",
"tailwindcss": "^3.1.5",
"tslib": "^2.4.1",
"typescript": "^5.0.0",
"vite": "^5.4.0"
}
}