Bring back the CSS Configuration
This commit is contained in:
26
packages/css-configuration/package.json
Normal file
26
packages/css-configuration/package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "css-configuration",
|
||||
"version": "1.0.0",
|
||||
"description": "Some CSS settings for Vite/PostCSS that includes Tailwind",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"types": "tsc --emitDeclarationOnly --allowJs --declaration --skipLibCheck index.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/stevekinney/testing-javascript.git"
|
||||
},
|
||||
"author": "Steve Kinney <hello@stevekinney.net>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/stevekinney/testing-javascript/issues"
|
||||
},
|
||||
"homepage": "https://github.com/stevekinney/testing-javascript#readme",
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.20",
|
||||
"tailwindcss": "^3.4.12",
|
||||
"typescript": "^5.6.2",
|
||||
"vite": "^5.4.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user