-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
66 lines (66 loc) · 2.13 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
{
"name": "@iconify/website",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@8.15.7",
"author": "Vjacheslav Trushkin",
"license": "Apache 2.0",
"engines": {
"node": "^14.18.0 || >=16.10.0"
},
"scripts": {
"dev": "vitepress dev",
"dev:pwa": "SW_DEV=true vitepress dev",
"build": "nr prepare-assets && nr prepare-news && nr prepare-icons && vitepress build && nr validate-links",
"preview": "nr build && vitepress preview",
"https": "HTTPS=true nr build && serve dist",
"prepare-icons": "node scripts/icons.mjs",
"prepare-news": "node scripts/news.mjs",
"prepare-assets": "node scripts/lite-youtube.mjs",
"validate-links": "node scripts/validate-links.mjs",
"postinstall": "nr prepare-assets && nr prepare-news",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/ni": "^0.21.12",
"@iconify-json/entypo-social": "^1.1.8",
"@iconify-json/fluent-emoji": "^1.1.18",
"@iconify-json/fxemoji": "^1.1.8",
"@iconify-json/gg": "^1.1.9",
"@iconify-json/heroicons": "^1.1.20",
"@iconify-json/iconoir": "^1.1.43",
"@iconify-json/line-md": "^1.1.37",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/mdi-light": "^1.1.10",
"@iconify-json/ph": "^1.1.12",
"@iconify-json/pixelarticons": "^1.1.12",
"@iconify-json/tabler": "^1.1.110",
"@iconify/utils": "^2.1.23",
"@types/cheerio": "^0.22.35",
"@types/markdown-it": "^12.2.3",
"@types/node": "^18.19.31",
"cheerio": "1.0.0-rc.12",
"eslint": "^8.57.0",
"feed": "^4.2.2",
"highlight.js": "^11.9.0",
"highlightjs-svelte": "^1.0.6",
"https-localhost": "^4.7.1",
"iconify-icon": "^2.1.0",
"lite-youtube-embed": "^0.3.2",
"markdown-it": "^13.0.2",
"sass": "^1.75.0",
"sitemap": "^7.1.1",
"std-env": "^3.7.0",
"taze": "^0.10.3",
"typescript": "^5.4.5",
"unocss": "^0.53.6",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vitepress": "^1.1.3",
"yaml": "^2.4.1"
}
}