-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "sd-0x-project-trybewarts-rubric",
"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": {
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betrybe/sd-0x-project-trybewarts-rubric.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/betrybe/sd-0x-project-trybewarts-rubric/issues"
},
"homepage": "https://username.github.io/app-toot-name",
"devDependencies": {
"@types/cypress": "1.1.3",
"cypress": "6.8.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"
},
"dependencies": {
"gh-pages": "^4.0.0"
}
}