forked from mate-academy/layout_stars
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.18 KB
/
package.json
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
43
44
{
"name": "stars",
"version": "1.0.0",
"description": "Create reusable stars block with BEM",
"main": "src/main.js",
"scripts": {
"init": "mate-scripts init",
"start": "mate-scripts start",
"lint": "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"
},
"keywords": [],
"author": "Mate Academy",
"license": "GPL-3.0",
"devDependencies": {
"@linthtml/linthtml": "^0.8.3",
"@mate-academy/backstop-config": "^1.0.0",
"@mate-academy/bemlint": "^0.1.1",
"@mate-academy/eslint-config": "*",
"@mate-academy/linthtml-config": "0.0.2",
"@mate-academy/scripts": "^0.2.0",
"@mate-academy/stylelint-config": "*",
"backstopjs": "^5.0.1",
"eslint": "^5.16.0",
"eslint-plugin-node": "^8.0.1",
"jest": "^27.3.1",
"node-sass": "^4.14.1",
"parcel": "^1.12.4",
"stylelint": "^13.5.0",
"stylelint-scss": "^3.17.2"
},
"mateAcademy": {
"projectType": "layout",
"linters": {
"bem": false
}
},
"dependencies": {}
}