-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 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
{
"name": "sd-03-week3-html-css-project",
"version": "1.0.0",
"description": "Você já usa o GitHub diariamente para desenvolver os exercícios, certo? Agora, para desenvolver os projetos, você deverá seguir as instruções a seguir. Fique atento a cada passo, e se tiver qualquer dúvida, nos envie por _Slack_! #vqv 🚀",
"main": "index.js",
"scripts": {
"test": "cypress run",
"lint:styles": "stylelint **/*.css --config .stylelintrc.json --ignore-disables --allow-empty-input",
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tryber/sd-03-week3-html-css-project-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/tryber/sd-03-week3-html-css-project-tests/issues"
},
"homepage": "https://github.com/tryber/sd-03-week3-html-css-project-tests#readme",
"devDependencies": {
"cypress": "^5.0.0",
"cypress-multi-reporters": "^1.2.3",
"minimist": ">=1.2.2",
"mocha": "^7.0.1",
"mochawesome": "^4.1.0",
"mochawesome-merge": "^4.0.0",
"mochawesome-report-generator": "^4.1.0",
"stylelint": "^13.8.0",
"stylelint-config-standard": "^20.0.0"
}
}