-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.11 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.11 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
49
{
"name": "articlelayout",
"version": "1.0.0",
"description": "文章排版神器 - 一键生成精美排版",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "tsc --noEmit",
"lint:eslint": "eslint . --ext ts,tsx"
},
"keywords": [
"wechat",
"layout",
"markdown",
"typesetting",
"公众号",
"排版",
"article",
"poster"
],
"author": "Andy | AI酋长",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/AIPMAndy/ArticleLayout.git"
},
"devDependencies": {
"@types/dompurify": "^3.0.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0",
"marked": "^9.0.0",
"dompurify": "^3.0.0",
"html2canvas": "^1.4.0",
"lucide-react": "^0.300.0"
}
}