mirror of
https://github.com/Nezumi-2711/loi-phan-internship.git
synced 2026-09-22 20:01:33 +00:00
Init project
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name": "practice-02",
|
||||
"version": "1.0.0",
|
||||
"description": "Practice 02",
|
||||
"scripts": {
|
||||
"start": "rm -rf dist && rm -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",
|
||||
"parcel": "^2.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"pug": "^3.0.2",
|
||||
"sass": "^1.63.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user