Bring back the CSS Configuration

This commit is contained in:
Steve Kinney
2024-09-30 10:33:05 -06:00
parent c03bb7e8cb
commit b994076fa8
8 changed files with 118 additions and 1562 deletions

View File

@@ -1,25 +0,0 @@
{
"name": "scratchpad",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"start": "vitest --ui",
"test": "vitest"
},
"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": {
"@vitest/ui": "^2.1.1",
"vite": "^5.4.5",
"vitest": "^2.1.1"
}
}