-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.81 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
88
89
90
91
{
"name": "easy-paper-reader",
"private": true,
"version": "0.0.9",
"type": "module",
"homepage": "https://yc-w-cn.github.io/easy-paper-reader",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest --run",
"test:watch": "vitest",
"test:ui": "vitest --ui",
"coverage": "vitest run --coverage",
"predeploy": "tsc && vite build --mode gh-pages",
"deploy": "gh-pages -d dist -t true",
"tauri:build": "pnpm tauri build"
},
"dependencies": {
"@ant-design/cssinjs": "^1.18.2",
"@ant-design/icons": "^5.2.6",
"@ant-design/pro-components": "^2.6.43",
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@dnd-kit/utilities": "^3.2.2",
"@emoji-mart/data": "^1.1.2",
"@google/generative-ai": "^0.1.3",
"@reduxjs/toolkit": "^2.0.1",
"@tanstack/react-query": "^5.17.9",
"antd": "^5.12.8",
"axios": "^1.6.5",
"chalk": "^5.3.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"emoji-mart": "^5.5.2",
"highlightable": "1.3.0-beta.0",
"katex": "^0.16.9",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"marked": "^11.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-katex": "^3.0.1",
"react-redux": "^9.1.0",
"react-resizable-panels": "^1.0.9",
"react-router-dom": "^6.21.1",
"react-syntax-highlighter": "^15.5.0",
"redux-thunk": "^3.1.0",
"tailwind-merge": "^2.2.0",
"use-deep-compare": "^1.2.1",
"uuid": "^9.0.1",
"vite-plugin-package-version": "^1.1.0"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.17.7",
"@tauri-apps/cli": "^1.5.9",
"@testing-library/jest-dom": "^6.2.0",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.8",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-katex": "^3.0.4",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/react-test-renderer": "^18.0.7",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/ui": "^1.1.3",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.1",
"happy-dom": "^13.0.2",
"jsdom": "^23.2.0",
"postcss": "^8.4.33",
"prettier": "^3.1.1",
"prettier-config-nick": "^1.0.8",
"react-test-renderer": "^18.2.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.2.2",
"vite": "^5.0.8",
"vite-plugin-svgr": "^4.2.0",
"vitest": "^1.1.3"
},
"prettier": "prettier-config-nick"
}