mirror of
https://github.com/Nezumi-2711/html-css-practice-two.git
synced 2026-09-22 13:38:40 +00:00
Init nav UI
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "practice-02",
|
||||
"version": "1.0.0",
|
||||
"description": "Practice 02",
|
||||
"scripts": {
|
||||
"start": "del -rf dist && del -rf .parcel-cache && 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user