Files
code-crispies/package.json
2025-05-13 19:09:11 +02:00

27 lines
578 B
JSON

{
"name": "code-crispies",
"version": "1.0.0",
"description": "An interactive platform for learning CSS through practical challenges",
"type": "module",
"scripts": {
"start": "npm run dev",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"test": "vitest"
},
"keywords": [
"css",
"html",
"learning",
"interactive",
"education"
],
"author": "Michael Czechowski <mail@dailysh.it>",
"license": "Copyright Michael Czechowski 2025",
"devDependencies": {
"vite": "^6.3.5",
"vitest": "^3.1.3"
}
}