-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.24 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.24 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
43
44
45
{
"name": "cowgill",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"build-preview": "vite build && vite preview",
"cms-proxy": "npx netlify-cms-proxy-server",
"prettyst": "npx prettier --write --plugin prettier-plugin-svelte --plugin prettier-plugin-tailwindcss ."
},
"devDependencies": {
"@iconify/json": "^2.2.254",
"@sveltejs/adapter-auto": "^3.2.5",
"@sveltejs/adapter-static": "^3.0.5",
"@sveltejs/kit": "2.8.3",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-svelte": "^2.44.1",
"fast-average-color-node": "^3.1.0",
"js-yaml": "^4.1.0",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"prettier-plugin-svelte": "^3.2.7",
"prettier-plugin-tailwindcss": "^0.6.8",
"svelte": "^4.2.19",
"tailwindcss": "^3.4.13",
"vite": "^5.4.8",
"vite-imagetools": "^7.0.4",
"vite-plugin-generate-file": "^0.2.0",
"watch": "^0.13.0"
},
"type": "module",
"dependencies": {
"@fontsource/barlow-semi-condensed": "^5.1.0",
"unplugin-icons": "^0.19.3"
},
"lint-staged": {
"*.{js,svelte,css,md,svelte}": "npm run lint"
}
}