-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "packages-viewer",
"private": true,
"version": "2.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "tsc -b && vite build",
"format": "prettier -c --write ."
},
"devDependencies": {
"@types/node": "^22.10.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/string-hash": "^1.1.3",
"@types/string-template": "^1.0.6",
"@types/uniqid": "^5.3.4",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-router-dom": "^6.28.0",
"string-hash": "^1.1.3",
"string-template": "^1.0.0",
"tailwindcss": "^3.4.16",
"typescript": "^5.7.2",
"uniqid": "^5.4.0",
"vite": "^6.0.3",
"vite-plugin-pwa": "^0.21.1",
"zod": "^3.23.8"
},
"prettier": {
"useTabs": false,
"singleQuote": false,
"trailingComma": "none",
"printWidth": 120
}
}