init project
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "code-crispies",
|
||||
"version": "1.0.0",
|
||||
"description": "An interactive platform for learning CSS through practical challenges",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user