forked from mate-academy/layout_catalog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "catalog-page",
"version": "1.0.0",
"description": "Frontend practice with catalog page",
"scripts": {
"init": "mate-scripts init",
"start": "parcel src/index.html",
"format": "prettier --ignore-path .prettierignore --write './src/**/*.{html,css,scss}'",
"lint": "npm run format && mate-scripts lint",
"test:only": "mate-scripts test",
"build": "parcel build src/index.html --public-url ./ && xcopy backstop_data\\html_report dist\\report /E /I /Y && xcopy backstop_data\\bitmaps_reference dist\\bitmaps_reference /E /I /Y && xcopy backstop_data\\bitmaps_test dist\\bitmaps_test /E /I /Y",
"deploy": "gh-pages -d dist",
"update": "mate-scripts update",
"postinstall": "npm run update",
"test": "npm run lint && npm run test:only"
},
"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": "^2.1.3",
"@mate-academy/stylelint-config": "latest",
"@parcel/transformer-sass": "^2.12.0",
"backstopjs": "6.3.23",
"gh-pages": "^6.3.0",
"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
}
}
}