-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "rinablog",
"type": "module",
"version": "0.0.0",
"engines": {
"node": "^14.18 || >= 16.0.0"
},
"scripts": {
"dev": "iles dev --open",
"build": "iles build",
"preview": "iles preview --open --port 5050",
"now": "npm run build && npm run preview",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@giscus/vue": "^2.3.0",
"@islands/excerpt": "^0.9.0",
"@islands/feed": "^0.8.1",
"@islands/headings": "^0.8.2",
"@islands/images": "^0.8.2",
"@islands/prism": "^0.8.0",
"@types/lodash": "^4.17.7",
"@vueuse/core": "^10.4.1",
"lodash": "^4.17.21",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.0",
"rehype-plugin-image-native-lazy-loading": "^1.2.0",
"remark-gfm": "^3.0.1",
"remark-math": "^6.0.0",
"remark-toc": "^8.0.1",
"simple-git": "^3.25.0",
"viewerjs": "^1.11.6",
"vite-plugin-compression": "^0.5.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.24.1",
"@shikijs/rehype": "^1.12.0",
"@shikijs/transformers": "^1.12.0",
"autoprefixer": "^10.4.16",
"eslint": "9.5.0",
"iles": "^0.9.5",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"vite-plugin-webfont-dl": "^3.9.4",
"vue-tsc": "^1.8.15"
}
}