-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.62 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": "japen",
"private": true,
"version": "2.7.9",
"type": "module",
"scripts": {
"dev": "vite --config vite/vite.config.ts",
"build": "tsc && vite build --config vite/vite.config.ts",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview --config vite/vite.config.ts"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"ahooks": "^3.7.8",
"antd": "^5.13.2",
"classnames": "^2.5.1",
"dateformat": "^5.0.3",
"html-to-image": "^1.11.11",
"immer": "^10.0.3",
"jotai": "^2.6.3",
"jotai-immer": "^0.3.0",
"kuromoji": "^0.1.2",
"kuroshiro": "^1.2.0",
"kuroshiro-analyzer-kuromoji": "^1.1.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"path-browserify": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@rollup/plugin-inject": "^5.0.5",
"@types/dateformat": "^5.0.2",
"@types/eslint": "8.56.2",
"@types/html-minifier-terser": "7.0.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.7",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"less": "4.2.0",
"prettier": "3.2.4",
"type-fest": "3.13.1",
"typescript": "5.1.6",
"vite": "^4.4.5",
"vite-plugin-minify": "1.5.2"
}
}