-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.14 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
{
"name": "portfolio-microverse",
"version": "1.0.0",
"description": "replicate one of the portfolio templates Microverse is provided",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"fix-styles": "prettier-stylelint --write './dist/**/*.{css,scss}' "
},
"repository": {
"type": "git",
"url": "git+https://github.com/shahadat3669/Portfolio-Microverse.git"
},
"keywords": [
"Portfolio",
"Portfolio-Microverse",
"HTML",
"CSS",
"JAVASCRIPT"
],
"author": "Shahadat Hossain",
"license": "MIT",
"bugs": {
"url": "https://github.com/shahadat3669/Portfolio-Microverse/issues"
},
"homepage": "https://github.com/shahadat3669/Portfolio-Microverse#readme",
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.26.0",
"hint": "^7.1.3",
"prettier-eslint": "^15.0.1",
"prettier-stylelint": "^0.4.2",
"stylelint": "^14.14.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-csstree-validator": "^2.0.0",
"stylelint-scss": "^4.3.0"
}
}