-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
158 lines (158 loc) · 4.38 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
{
"name": "maxp.co",
"version": "2.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "vite build",
"clean": "rimraf node_modules .cspellcache .eslintcache .svelte-kit .vercel",
"dev": "vite dev",
"fix": "bun run fix:eslint && bun run fix:prettier",
"fix:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext js,ts,svelte --fix --cache --report-unused-disable-directives --max-warnings 0 --ignore-path .gitignore",
"fix:prettier": "prettier \"./**/*.{js,ts,svelte,css,json}\" --write --cache --ignore-path .gitignore",
"preinstall": "npx only-allow bun",
"postinstall": "bunx simple-git-hooks",
"lint": "bun run lint:eslint && bun run lint:prettier && bun run lint:spellcheck && bun run lint:svelte",
"lint:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint . --ext js,ts,svelte --cache --report-unused-disable-directives --max-warnings 0 --ignore-path .gitignore",
"lint:prettier": "prettier \"./**/*.{html,css,js,ts,svelte,json}\" --check --cache --ignore-path .gitignore",
"lint:spellcheck": "cspell \"./**/*.{html,css,js,ts,svelte}\" --cache --gitignore",
"lint:svelte": "svelte-kit sync && svelte-check",
"preview": "bun run build && vite preview"
},
"simple-git-hooks": {
"pre-commit": "bunx lint-staged && bun run lint:svelte",
"commit-msg": "bunx commitlint --edit --config=commitlint.config.cjs",
"pre-push": "bun run build"
},
"lint-staged": {
"*.{js,ts,svelte}": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint --fix --cache --report-unused-disable-directives --max-warnings 0",
"*.{html,css,js,ts,svelte,json}": "prettier --write --cache",
"package.json": "sort-package-json"
},
"browserslist": [
"defaults and supports es6-module"
],
"prettier": {
"plugins": [
"prettier-plugin-svelte",
"prettier-plugin-tailwindcss"
],
"semi": false,
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
},
"dependencies": {
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"bits-ui": "^0.22.0",
"clsx": "^2.1.1",
"cmdk-sv": "^0.0.18",
"lucide-svelte": "^0.469.0",
"mode-watcher": "^0.5.0",
"svelte-sonner": "^0.3.28",
"tailwind-merge": "^2.6.0",
"tailwind-variants": "^0.3.0"
},
"devDependencies": {
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@sveltejs/adapter-static": "^3.0.8",
"@sveltejs/kit": "^2.15.1",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tailwindcss/typography": "^0.5.15",
"@types/eslint": "^9.6.1",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"cspell": "^8.17.1",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-compat": "^6.0.2",
"eslint-plugin-svelte": "^2.46.1",
"lint-staged": "^15.3.0",
"mdsvex": "^0.12.3",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"rimraf": "^6.0.1",
"shiki": "^1.24.4",
"simple-git-hooks": "^2.11.1",
"sort-package-json": "^2.12.0",
"svelte": "5.15.0",
"svelte-check": "^4.1.1",
"sveltekit-embed": "^0.0.18",
"tailwindcss": "^3.4.17",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^6.0.6"
},
"cspell": {
"version": "0.2",
"language": "en",
"dictionaries": [
"typescript",
"html",
"css",
"npm"
],
"enableFiletypes": [
"html",
"css",
"javascript",
"typescript",
"tailwindcss",
"svelte",
"!json",
"!svg"
],
"words": [
"clsx",
"cmdk",
"dtlp",
"farcaster",
"gehc",
"keymap",
"lucide",
"maxp",
"maxpetretta",
"mdsvex",
"monaspace",
"monokai",
"petretta",
"quickcast",
"rehype",
"shiki",
"shikiji",
"slnt",
"sonner",
"swyx",
"tailwindcss",
"twitt",
"wdth",
"wght",
"worldcoin"
]
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"trustedDependencies": [
"@sveltejs/kit",
"@vercel/speed-insights",
"esbuild",
"simple-git-hooks",
"svelte-preprocess"
]
}