-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "blog-vite",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"author": {
"name": "Bogdan Kostyuk",
"email": "[email protected]",
"url": "https://bogdankostyuk.xyz"
},
"scripts": {
"dev": "vite --port 3000",
"build": "NODE_ENV=production vite-ssg build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"browserslist": "last 3 years and > 0.2%, not dead, not op_mini all",
"dependencies": {
"@fontsource/ibm-plex-sans": "^5.1.0",
"@vueuse/core": "^11.1.0",
"@vueuse/head": "^2.0.0",
"animejs": "^3.2.2",
"browserslist-to-esbuild": "^2.1.1",
"image-size": "^1.1.1",
"markdown-it-anchor": "^9.2.0",
"markdown-it-shiki-twoslash": "^2.1.3",
"node-gyp": "^10.2.0",
"normalize.css": "^8.0.1",
"ogl": "^1.0.8",
"sass": "^1.79.4",
"sync-fetch": "^0.5.2",
"terser": "^5.34.1",
"typescript": "^5.6.2",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.8",
"vite-plugin-glsl": "^1.3.0",
"vite-plugin-vue-markdown": "^0.23.8",
"vite-ssg": "^0.23.8",
"vite-ssg-sitemap": "^0.8.1",
"vite-svg-loader": "^5.1.0",
"vue": "^3.5.10",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "8.57.0",
"gray-matter": "^4.0.3",
"unplugin-cloudflare-headers": "0.3.3",
"vite": "^5.4.8"
}
}