-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
81 lines (81 loc) · 2.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "www.webosbrew.org",
"description": "Front page for webOS Homebrew Project",
"version": "0.0.0",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"start": "webpack serve",
"build": "webpack build --mode=production",
"test": "npm run build"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"@preact/signals": "^1.2.3",
"bootstrap": "^5.3.3",
"bootstrap-icons": "^1.11.3",
"gsap": "^3.12.5",
"htm": "^3.1.1",
"marquee-content": "^4.2.0",
"preact": "^10.24.3",
"preact-fetching": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@types/lodash-es": "^4.17.12",
"@types/semver": "^7.5.8",
"@webosbrew/caniroot": "^1.2.5",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"babel-plugin-htm": "^3.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"escape-string-regexp": "^5.0.0",
"favicons": "^7.2.0",
"handlebars": "^4.7.8",
"hast-util-to-html": "^9.0.1",
"hast-util-to-string": "^3.0.0",
"html-bundler-webpack-plugin": "^4.1.3",
"html-loader": "^5.1.0",
"image-minimizer-webpack-plugin": "^4.1.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lowlight": "^3.1.0",
"mdast-util-find-and-replace": "^3.0.1",
"mdast-util-to-string": "^4.0.0",
"node-html-parser": "^6.1.13",
"purgecss-webpack-plugin": "^6.0.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0",
"rehype-slug-custom-id": "^2.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-gemoji": "^8.0.0",
"remark-gfm": "^4.0.0",
"remark-github-blockquote-alert": "^1.2.1",
"remark-rehype": "^11.1.1",
"remark-sectionize": "^2.0.0",
"responsive-loader": "^3.1.2",
"sass": "^1.80.5",
"sass-loader": "^16.0.3",
"semver": "^7.6.3",
"sharp": "^0.33.4",
"style-loader": "^4.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.5.2",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.1",
"webpack": "^5.96.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0",
"yaml": "^2.6.0"
},
"engines": {
"node": ">=20"
}
}