-
Notifications
You must be signed in to change notification settings - Fork 64
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 2.16 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 2.16 KB
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
{
"scripts": {
"all": "node ./all/get-all.mts && node ./all/gen.js && node all/title-desc-get.mts && node all/first-commit/index.mts",
"compress": "node ./img/compress.js",
"home:build": "node home-page/imitation-scss-parser.js home-page/index.html.scss index.html home-page/style.css",
"home:dev": "http-server . -c-1 -s & nodemon --watch home-page --ext scss,yml,js home-page/imitation-scss-parser.js home-page/index.html.scss index.html home-page/style.css",
"meanwhile": "esbuild --bundle --format=esm 我/meanwhile/src/index.tsx --outfile=我/meanwhile/dist/index.mjs --supported:nesting=false --minify && node 我/meanwhile/render-html.mjs",
"reform:build": "esbuild --bundle --format=esm reform/index.ts --outdir=reform/v1/ --supported:nesting=false --minify --sourcemap",
"reform:dev": "esbuild --bundle --format=esm reform/index.ts --outdir=reform/v1/ --serve=8080 --servedir=. --sourcemap",
"sheep3": "node all/sheep3/build.mts",
"gunn-confessions:build": "esbuild --bundle gunn-confessions/index.tsx --outfile=gunn-confessions/index.js --minify",
"gunn-confessions:dev": "esbuild --bundle gunn-confessions/index.tsx --outfile=gunn-confessions/index.js --serve=8080 --servedir=. --sourcemap"
},
"dependencies": {
"discord.js": "^12.5.3",
"node-fetch": "^3.1.1",
"node-html-parser": "^6.1.13",
"pngquant-bin": "^6.0.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"temporal-polyfill": "^0.3.2",
"xml2js": "^0.4.23",
"yaml": "^1.10.2"
},
"name": "sheeptester.github.io",
"description": "GitHub pages",
"version": "1.0.0",
"main": "main.js",
"devDependencies": {
"@types/node": "^24.0.13",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/xml2js": "^0.4.14",
"esbuild": "^0.19.11",
"nodemon": "^3.1.7",
"prettierx": "^0.19.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SheepTester/sheeptester.github.io.git"
},
"author": "SheepTester",
"license": "MIT",
"bugs": {
"url": "https://github.com/SheepTester/sheeptester.github.io/issues"
},
"homepage": "https://github.com/SheepTester/sheeptester.github.io#readme"
}