-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
87 lines (87 loc) · 2.19 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
82
83
84
85
86
87
{
"name": "electerm.html5beta.com",
"version": "0.3.0",
"description": "homepage for electerm",
"main": "index.js",
"type": "module",
"scripts": {
"start": "npm run c",
"d": "vercel dev",
"b": "./bin/build",
"tb": "./bin/build-only",
"b1": "node bin/build-all.js",
"b2": "node bin/build-js.js",
"gitee": "node bin/rebuild-gitee.js",
"sitemap": "node bin/sitemap.js",
"after": "node bin/after.js",
"build": "echo \"ok\"",
"fix": "standard --fix",
"lint": "standard",
"pub": "npm run b && vercel --prod",
"cp": "cp -r src/static/* public/ && cp -r data public/",
"rm": "rm -rf public/ && mkdir public",
"c": "node bin/vite/dev-server.js",
"s": "node bin/server.mjs",
"bb": "NODE_ENV=production vite build --config bin/vite/conf.js"
},
"repository": {
"type": "git",
"url": "https://github.com/electerm/electerm.html5beta.com.git"
},
"keywords": [
"electerm.html5beta.com",
"electerm"
],
"author": {
"name": "ZHAO Xudong",
"email": "[email protected]",
"url": "http://html5beta.com"
},
"devDependencies": {
"@electerm/electerm-locales": "1.2.25",
"@tsconfig/recommended": "^1.0.2",
"@types/node": "^20.3.1",
"@vercel/node": "^2.15.8",
"@vitejs/plugin-react": "^4.0.4",
"antd-mobile": "^5.32.0",
"antd-mobile-icons": "^0.3.0",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"gitee-client": "^0.2.0",
"json5": "^2.2.3",
"morgan": "^1.10.0",
"pug": "^3.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"shelljs": "^0.8.5",
"sitemaps": "^2.0.4",
"standard": "^17.1.0",
"typescript": "^5.2.2",
"universe-bg": "^1.0.0",
"vite": "^4.4.9",
"vite-plugin-purgecss": "^0.2.12"
},
"standard": {
"ignore": [
"*.html",
"/res/",
"/temp",
"/data",
"/public"
],
"parserOptions": {
"requireConfigFile": false,
"sourceType": "module"
}
},
"license": "MIT",
"bugs": {
"url": "https://github.com/electerm/electerm.html5beta.com/issues"
},
"homepage": "https://electerm.html5beta.com",
"dependencies": {
"mongoose": "^7.5.0",
"nanoid": "^4.0.2"
}
}