-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.21 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
{
"name": "sincere-blog",
"version": "0.0.1",
"type": "module",
"homepage": "https://github.com/sincerexie/sincere-blog",
"repository": {
"type": "git",
"url": "git+https://github.com/sincerexie/sincere-blog.git"
},
"scripts": {
"dev": "vitepress dev src",
"build": "vitepress build src",
"preview": "vitepress preview src",
"postinstall": "node scripts/replace-code.js"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"@algolia/client-search"
],
"allowedVersions": {
"typescript": "5"
}
}
},
"postcss": {
"plugins": {
"tailwindcss": {},
"autoprefixer": {}
}
},
"dependencies": {
"@iconify-json/bx": "^1.1.10",
"@iconify-json/carbon": "^1.1.31",
"@iconify-json/fluent-emoji": "^1.1.18",
"@iconify-json/heroicons-outline": "^1.1.10",
"@iconify-json/logos": "^1.1.42",
"@jcamp/tailwindcss-plugin-icons": "^0.6.2",
"@jcamp/vitepress-blog-theme": "^0.3.0",
"@tailwindcss/typography": "^0.5.12",
"autoprefixer": "^10.4.19",
"date-fns": "^3.6.0",
"feed": "^4.2.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"vitepress": "^1.1.0",
"vue": "^3.4.21"
}
}