-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
77 lines (77 loc) · 2.45 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
{
"name": "muxi-forum",
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc --noEmit --skipLibCheck && vite build",
"server": "vite preview",
"lint:fix": "eslint ./src --ext .jsx,.js,.ts,.tsx --quiet --fix --ignore-path ./.gitignore",
"lint:format": "prettier --loglevel warn --write \"./**/*.{js,jsx,ts,tsx,css,md,json}\" ",
"lint": "pnpm lint:format && pnpm lint:fix ",
"type-check": "tsc",
"prepare": "husky install"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
"@types/emoji-mart": "3.0.1",
"@types/markdown-it": "^12.2.3",
"@types/markdown-navbar": "^1.4.0",
"@types/node": "^17.0.32",
"@types/react-document-title": "^2.0.5",
"@types/styled-components": "^5.1.25",
"@wangeditor/editor": "^5.0.1",
"@wangeditor/editor-for-react": "^1.0.2",
"ahooks": "^3.3.10",
"antd": "^4.23.4",
"dexie": "^3.2.1",
"dexie-react-hooks": "^1.1.1",
"emoji-mart": "^3.0.1",
"less": "^4.1.2",
"markdown-it": "^13.0.1",
"markdown-navbar": "^1.4.3",
"md-editor-rt": "^1.6.12",
"moment": "^2.29.3",
"nanoid": "^4.0.0",
"pont-engine": "^1.4.0",
"qiniu-js": "^3.4.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-infinite-scroll-component": "^6.1.0",
"react-is": "^18.2.0",
"react-router": "^6.3.0",
"react-router-dom": "^6.3.0",
"styled-components": "^5.3.5",
"use-load-more-list": "^0.4.0",
"vite-plugin-imp": "^2.3.0",
"zh-cn": "link:moment/locale/zh-cn",
"zustand": "^4.0.0-rc.0"
},
"devDependencies": {
"@rollup/plugin-virtual": "^2.1.0",
"@types/dompurify": "^2.3.4",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^5.10.2",
"@typescript-eslint/parser": "^5.10.2",
"@vitejs/plugin-react": "^1.3.0",
"@vitejs/plugin-react-refresh": "^1.3.6",
"babel-plugin-styled-components": "^2.0.7",
"dompurify": "^2.4.0",
"eslint": "^8.8.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.28.0",
"eslint-plugin-simple-import-sort": "^7.0.0",
"husky": "^8.0.1",
"pre-commit": "^1.2.2",
"prettier": "^2.5.1",
"typescript": "^4.6.3",
"vite": "^2.9.5",
"vite-plugin-pages": "^0.26.0",
"vite-tsconfig-paths": "^3.3.17"
},
"pre-commit": "lint",
"license": "MIT"
}