-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.44 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
{
"name": "sd-0x-trybeer",
"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": {
"start": "npm run install-back && npm run install-front && npm run start-back && npm run start-front",
"install-back": "npm --prefix back-end/ install",
"start-back": "npm --prefix back-end/ run start&",
"install-front": "npm --prefix front-end/ install",
"start-front": "npm --prefix front-end/ run start&",
"test": "echo \"Error: no test specified\" && exit 1",
"cypress:open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/betrybe/sd-0x-trybeer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/betrybe/sd-0x-trybeer/issues"
},
"homepage": "https://github.com/betrybe/sd-0x-trybeer#readme",
"dependencies": {
"mysql2": "2.1.0",
"react-router-dom": "^5.2.0",
"sequelize": "6.3.4"
},
"devDependencies": {
"cypress": "5.0.0",
"cypress-multi-reporters": "1.2.3",
"dotenv": "8.2.0",
"faker": "4.1.0",
"mocha": "7.0.1",
"mochawesome": "4.1.0",
"mochawesome-merge": "4.0.0",
"mochawesome-report-generator": "4.1.0",
"sequelize-cli": "6.2.0"
}
}