-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.51 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
45
{
"name": "sd-0x-project-trybewarts",
"version": "1.0.0",
"description": "Ao iniciar este projeto, você concorda com as diretrizes do Código de Ética e Conduta e do Manual da Pessoa Estudante da Trybe.",
"main": "script.js",
"scripts": {
"lint": "eslint --no-inline-config --no-error-on-unmatched-pattern -c .eslintrc.json . --ext .js, .jsx",
"lint:styles": "stylelint **/*.css --config .stylelintrc.json --ignore-disables --allow-empty-input",
"cypress:open": "cypress open",
"test": "cypress run",
"cy:browser": "cypress run --headless --browser chrome"
},
"engines": {
"node": "16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betrybe/sd-0x-project-trybewarts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/betrybe/sd-0x-project-trybewarts/issues"
},
"homepage": "https://github.com/betrybe/sd-0x-project-trybewarts#readme",
"devDependencies": {
"@types/cypress": "1.1.3",
"cypress": "9.6.0",
"cypress-layout-inspector": "1.5.0",
"cypress-multi-reporters": "1.4.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-trybe-fundamentals": "1.1.0",
"eslint-plugin-cypress": "2.11.2",
"eslint-plugin-import": "2.22.1",
"minimist": "1.2.5",
"mocha": "8.3.0",
"mochawesome": "6.2.2",
"mochawesome-merge": "4.2.0",
"mochawesome-report-generator": "5.2.0",
"stylelint": "13.11.0",
"stylelint-config-standard": "20.0.0"
}
}