-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 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
{
"name": "pmat-manual-mode",
"private": true,
"version": "0.1.0",
"type": "module",
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-scroll-area": "^1.0.4",
"@radix-ui/react-select": "^2.1.1",
"jotai": "2.9.3",
"jotai-valtio": "^0.5.0",
"pm-manifest": "^1.2.23",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-use": "^17.5.1",
"valtio": "1.13.2"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
"@types/node": "22.5.0",
"@types/react": "18.3.4",
"@types/react-dom": "18.3.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.20",
"mini-svg-data-uri": "^1.4.4",
"postcss": "8.4.41",
"tailwindcss": "3.4.10",
"typescript": "5.5.4",
"vite": "5.4.2"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"predeploy": "pnpm build",
"deploy": "gh-pages -d dist"
}
}