-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.12 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.12 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
{
"name": "smart-notes",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "export VITE_APP_VERSION=$(git rev-parse --short HEAD) && vite",
"build": "export VITE_APP_VERSION=$(git rev-parse --short HEAD) && vite build",
"preview": "vite preview"
},
"dependencies": {
"@tailwindcss/vite": "^4.1.12",
"@uiw/react-md-editor": "^4.0.8",
"hast-util-to-jsx-runtime": "^2.3.6",
"idb-keyval": "^6.2.2",
"lucide-react": "^0.542.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"remark-gfm": "^4.0.1",
"shiki": "^3.12.2",
"tailwindcss": "^4.1.12"
},
"devDependencies": {
"@biomejs/biome": "^2.2.2",
"@types/node": "^24.5.2",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@vite-pwa/assets-generator": "^1.0.0",
"@vitejs/plugin-react": "^5.0.2",
"globals": "^16.3.0",
"typescript": "^5.9.2",
"vite": "^7.1.4",
"vite-plugin-pwa": "^1.0.3",
"workbox-core": "^7.3.0",
"workbox-window": "^7.3.0"
},
"resolutions": {
"sharp": "0.32.6",
"sharp-ico": "0.1.5"
}
}