12 lines
261 B
JSON
12 lines
261 B
JSON
{
|
|
"name": "week-1-task-3-vanilla",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"packageManager": "yarn@1.22.22",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"lint": "echo 'Add your lint script here'",
|
|
"clean": "rm -rf dist build"
|
|
}
|
|
} |