-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
56dc17c
commit a828e49
Showing
10 changed files
with
3,232 additions
and
11,074 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,12 @@ | ||
{ | ||
"name": "catalog-page", | ||
"version": "1.0.0", | ||
"description": "Frontend practice with catalog page", | ||
"name": "layout_catalog", | ||
"source": "src/index.html", | ||
"scripts": { | ||
"init": "mate-scripts init", | ||
"start": "mate-scripts start", | ||
"format": "prettier --ignore-path .prettierignore --write './src/**/*.{html,css,scss}'", | ||
"lint": "npm run format && mate-scripts lint", | ||
"test:only": "mate-scripts test", | ||
"build": "mate-scripts build", | ||
"deploy": "mate-scripts deploy", | ||
"update": "mate-scripts update", | ||
"postinstall": "npm run update", | ||
"test": "npm run lint && npm run test:only" | ||
"start": "parcel --open", | ||
"build": "parcel build" | ||
}, | ||
"keywords": [], | ||
"author": "Mate Academy", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@linthtml/linthtml": "^0.9.6", | ||
"@mate-academy/backstop-config": "latest", | ||
"@mate-academy/bemlint": "latest", | ||
"@mate-academy/linthtml-config": "latest", | ||
"@mate-academy/scripts": "^1.8.6", | ||
"@mate-academy/stylelint-config": "latest", | ||
"@parcel/transformer-sass": "^2.12.0", | ||
"backstopjs": "6.3.23", | ||
"jest": "^29.7.0", | ||
"parcel": "^2.12.0", | ||
"prettier": "^3.3.2", | ||
"stylelint": "^16.7.0", | ||
"stylelint-scss": "^6.4.1" | ||
}, | ||
"mateAcademy": { | ||
"projectType": "layout", | ||
"linters": { | ||
"javascript": false | ||
} | ||
"@parcel/transformer-sass": "^2.13.2", | ||
"parcel": "^2.13.2" | ||
} | ||
} |
Oops, something went wrong.