vite/playground/tailwind-sourcemap/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
323 B
JSON
Raw Normal View History

{
"name": "@vitejs/test-tailwind-sourcemap",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
2022-05-09 07:36:14 +00:00
"debug": "node --inspect-brk ../../packages/vite/bin/vite",
"preview": "vite preview"
},
"dependencies": {
"tailwindcss": "^3.4.15"
}
}