mirror of
https://github.com/Nezumi-2711/html-css-practice-two.git
synced 2026-09-22 05:31:51 +00:00
24 lines
642 B
JSON
24 lines
642 B
JSON
{
|
|
"name": "practice-02",
|
|
"version": "1.0.0",
|
|
"description": "Practice 02",
|
|
"scripts": {
|
|
"start": "parcel ./src/*.pug --no-cache --no-source-maps",
|
|
"build": "rm -rf build && rm -rf .parcel-cache && parcel build ./src/*.pug --no-cache --no-source-maps --dist-dir dist",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@parcel/transformer-pug": "^2.9.3",
|
|
"@parcel/transformer-sass": "^2.9.3",
|
|
"@prettier/plugin-pug": "^2.5.1",
|
|
"parcel": "^2.9.3"
|
|
},
|
|
"dependencies": {
|
|
"pug": "^3.0.2",
|
|
"sass": "^1.63.6"
|
|
}
|
|
}
|