-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.12 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": "tinker-p4t",
"version": "0.0.356",
"description": "secret...",
"private": true,
"type": "module",
"scripts": {
"dev": "concurrently \"yarn:twx --watch\" \"yarn:start\"",
"twx": "sh ./.generate",
"start": "vite",
"cc": "prettier --check './src/**/*.{css,pcss,js,jsx,ts,tsx}'",
"format": "prettier --write './src/**/*.{css,pcss,js,jsx,ts,tsx}'",
"spell": "cspell './**/*.{js,jsx,ts,tsx}'",
"build": "yarn twx; yarn format; tsc && vite build",
"preview": "vite preview",
"predeploy": "yarn version --patch; yarn build",
"deploy": "cd dist; ln -s ../.vercel; vc --prod",
"open": "open https://tinker-p4t.vercel.app"
},
"dependencies": {
"preact": "10.25.0"
},
"devDependencies": {
"@preact/preset-vite": "2.9.2",
"@preact/signals": "1.3.1",
"autoprefixer": "10.4.20",
"concurrently": "9.1.0",
"cspell": "8.16.1",
"pettier": "1.1.0",
"postcss": "8.4.49",
"prettier": "3.4.1",
"prettier-plugin-tailwindcss": "0.6.9",
"proto-tailwindcss-clrs": "0.0.385",
"tailwindcss": "3.4.15",
"typescript": "5.7.2",
"vite": "6.0.1"
}
}