-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2 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
{
"name": "diori",
"private": true,
"version": "1.7.3",
"type": "module",
"description": "📒 Viết nhật ký và lưu trữ trên GitHub, sử dụng GitHub API.",
"keywords": [
"diary",
"journal",
"github",
"octokit-js",
"personal-access-token",
"pwa",
"typescript",
"react",
"zustand",
"antd-mobile",
"vite"
],
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"test": "vitest"
},
"dependencies": {
"@fancyapps/ui": "^5.0.36",
"@monaco-editor/react": "^4.6.0",
"@octokit/rest": "^20.1.1",
"ahooks": "^3.8.4",
"antd-mobile": "^5.38.1",
"antd-mobile-icons": "^0.3.0",
"clsx": "2.1.1",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"immer": "^10.1.1",
"lodash": "^4.17.21",
"monaco-editor": "^0.47.0",
"nanoid": "^5.0.9",
"pica": "^9.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hotkeys-hook": "4.6.1",
"react-router": "7.0.2",
"react-tag-input-component": "^2.0.2",
"react-use-pwa-install": "1.0.2",
"vietnamese-date": "^1.1.1",
"zustand": "^4.5.5"
},
"devDependencies": {
"@octokit/types": "^12.6.0",
"@types/crypto-js": "^4.2.2",
"@types/lodash": "^4.17.13",
"@types/pica": "^9.0.4",
"@types/prop-types": "^15.7.14",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@typescript-eslint/eslint-plugin": "^7.16.1",
"@typescript-eslint/parser": "^7.16.1",
"@vitejs/plugin-react": "4.3.4",
"eslint": "^8.57.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.16",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"prop-types": "^15.8.1",
"sass": "^1.77.8",
"simple-zustand-devtools": "^1.1.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"vite": "^5.4.11",
"vite-plugin-mkcert": "1.17.6",
"vitest": "^1.6.0"
}
}