forked from henrylle/bia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.25 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
46
47
48
49
50
51
52
{
"name": "bia",
"version": "1.0.1",
"description": "### Período do evento: 18 a 24 de Março/2024 (Online e ao vivo às 20h)",
"main": "index.js",
"scripts": {
"test": "jest tests/unit",
"start": "node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/henrylle/bia.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/henrylle/bia/issues"
},
"homepage": "https://github.com/henrylle/bia#readme",
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"config": "^3.3.6",
"cors": "^2.8.5",
"ejs": "^3.1.6",
"express": "^4.17.1",
"express-session": "^1.17.2",
"hbs": "^4.1.2",
"json-server": "^0.17.4",
"method-override": "^3.0.0",
"morgan": "^1.10.0",
"pg": "^8.7.1",
"pg-hstore": "^2.3.4",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.3.0",
"react-scripts": "^5.0.1",
"sequelize": "^6.6.5",
"web-vitals": "^1.0.1"
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"devDependencies": {
"jest": "^27.5.1",
"sequelize-cli": "^6.2.0"
}
}