-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 803 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 803 Bytes
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
{
"name": "kodingwarrior.github.io",
"version": "1.0.0",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"esbuild": "node esbuild.config.js --minify",
"esbuild-dev": "node esbuild.config.js --watch"
},
"devDependencies": {
"esbuild": "^0.19.2",
"glob": "^7.2.0",
"postcss": "^8.4.0",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-import": "^14.0.2",
"postcss-load-config": "^3.1.0",
"postcss-preset-env": "^7.0.1",
"tailwindcss": "^3.0.23"
},
"dependencies": {
"@11ty/is-land": "^4.0.0",
"bootstrap-icons": "^1.10.0",
"bridgetown-lit-renderer": "2.1.0-beta2",
"esbuild-plugin-lit-css": "^2.1.0",
"force-graph": "^1.42.18",
"lit": "^3.1.0",
"mermaid": "^10.6.1",
"pretendard": "^1.2.2"
}
}