Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew1256 committed Dec 12, 2024
1 parent 56dc17c commit a828e49
Show file tree
Hide file tree
Showing 10 changed files with 3,232 additions and 11,074 deletions.
13,537 changes: 2,525 additions & 11,012 deletions package-lock.json

Large diffs are not rendered by default.

41 changes: 6 additions & 35 deletions package.json
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"
}
}
Loading

0 comments on commit a828e49

Please sign in to comment.