-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathpackage.json
55 lines (55 loc) · 1.63 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
{
"name": "beaudar",
"version": "1.0.0",
"description": "Chinese version of 'utterances'.",
"keywords": [
"github",
"comments-widget",
"comments",
"blog"
],
"homepage": "https://beaudar.lipk.org",
"bugs": "https://github.com/beaudar/beaudar/issues",
"repository": {
"type": "git",
"url": "https://github.com/beaudar/beaudar.git"
},
"license": "MIT",
"scripts": {
"build": "npm run build-html && npm run build-script",
"preview": "npm run build && http-server --port 3000 ./dist",
"build-html": "vite build --config ./config/vite.build-html.config.js",
"build-script": "vite build --config ./config/vite.build-script.config.js",
"lint": "eslint -c .eslintrc.js --ext .ts",
"start": "vite serve --config ./config/vite.dev-server.config.js --host"
},
"dependencies": {
"@github/text-expander-element": "^2.2.2",
"http-server": "^14.1.1"
},
"devDependencies": {
"@types/dompurify": "^3.0.2",
"@types/marked": "^4.0.7",
"@typescript-eslint/eslint-plugin": "^5.10.1",
"@typescript-eslint/parser": "^5.10.1",
"autoprefixer": "^10.4.2",
"dompurify": "^3.0.3",
"eslint": "^8.7.0",
"gh-pages": "^3.1.0",
"lit-html": "^2.7.4",
"marked": "^4.0.12",
"mathjax": "^3.2.2",
"postcss": "8.4.5",
"postcss-custom-properties": "^12.1.3",
"postcss-import": "^14.0.2",
"postcss-url": "^10.1.3",
"posthtml": "^0.16.6",
"posthtml-expressions": "1.9.0",
"posthtml-include": "^1.6.0",
"typescript": "^4.5.5",
"vite": "^3.2.7"
},
"engines": {
"node": "16"
}
}