-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.17 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
{
"name": "tinker-s4e",
"version": "0.0.541",
"description": "prototype - a demo rendered with Svelte and Tailwind",
"author": "eswat2",
"license": "MIT",
"repository": "eswat2/tinker-s4e",
"type": "module",
"scripts": {
"dev": "concurrently \"yarn:twx --watch\" \"yarn:start\"",
"twx": "sh ./.generate",
"start": "vite",
"build": "yarn twx; yarn format; vite build",
"serve": "vite preview",
"test": "echo --skip...",
"cc": "prettier --check './src/**/*.{css,pcss,js,svelte}'",
"format": "prettier --write './src/**/*.{css,pcss,js,svelte}'",
"spell": "cspell './**/*.js'",
"predeploy": "yarn version --patch; yarn build",
"deploy": "cd dist; ln -s ../.vercel; vc --prod",
"open": "open https://tinker-s4e.vercel.app"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "5.0.2",
"autoprefixer": "10.4.20",
"concurrently": "9.1.0",
"d3-interpolate": "3.0.1",
"postcss": "8.4.49",
"prettier": "3.4.2",
"prettier-plugin-svelte": "3.3.2",
"prettier-plugin-tailwindcss": "0.6.9",
"proto-tailwindcss-clrs": "0.0.388",
"svelte": "5.14.0",
"tailwindcss": "3.4.16",
"vite": "6.0.3"
}
}