-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 999 Bytes
/
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
{
"name": "tw-vite-node-preact",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"format": "prettier . --write"
},
"dependencies": {
"@headlessui/react": "^1.7.11",
"@preact/signals": "^1.1.3",
"@talisman-connect/wallets": "^1.1.3",
"preact": "^10.12.1",
"react-router-dom": "^6.8.1",
"tailwind-merge": "^1.10.0",
"vite-tsconfig-paths": "^4.0.5"
},
"resolutions": {
"react": "preact/compat",
"react-dom": "preact/compat"
},
"devDependencies": {
"@babel/core": ">=7.12.10 <8.0.0",
"@preact/preset-vite": "^2.5.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.13",
"clsx": "^1.2.1",
"postcss": "^8.4.21",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5",
"vite": "^4.1.4"
}
}