mirror of
https://github.com/Nezumi-2711/html-css-practice-one.git
synced 2026-09-22 13:38:36 +00:00
17 lines
502 B
JSON
17 lines
502 B
JSON
{
|
|
"name": "practice-01",
|
|
"version": "1.0.0",
|
|
"description": "Practice html-css-t",
|
|
"scripts": {
|
|
"start": "rm -rf dist && rm -rf .parcel-cache && parcel ./src/*.html --no-cache --no-source-maps",
|
|
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/*.html --no-cache --no-source-maps --dist-dir dist",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"parcel": "^2.9.3"
|
|
}
|
|
}
|