-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 950 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": "mac-website",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"prebuild": "node render.js",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"fmt": "prettier --write ."
},
"devDependencies": {
"@eslint/js": "^9.5.0",
"@img/sharp-wasm32": "^0.33.4",
"@shikijs/markdown-it": "^1.10.3",
"@tailwindcss/typography": "^0.5.13",
"autoprefixer": "^10.4.19",
"eslint": "~9.5.0",
"glob": "^10.4.1",
"globals": "^15.5.0",
"gray-matter": "^4.0.3",
"javascript-time-ago": "^2.5.10",
"jsdom": "^24.1.0",
"markdown-it": "^14.1.0",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.6.1",
"sharp": "^0.33.4",
"tailwindcss": "^3.4.3",
"vite": "^5.2.11",
"vite-plugin-image-optimizer": "^1.1.8",
"vite-plugin-run": "^0.5.2"
},
"dependencies": {
"fuse.js": "^7.0.0"
}
}