-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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": "gabriel-pastor-proyecto",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"axios": "^0.25.0",
"bcrypt": "^5.0.1",
"coc-simple-react-snippets": "^1.1.0",
"cookie": "^0.4.2",
"create-react-app": "^4.0.3",
"dotenv": "^16.0.1",
"js-cookie": "^3.0.1",
"live-server": "^1.2.1",
"npx": "^10.2.2",
"react": "^17.0.2",
"react-chartjs-2": "^4.0.0",
"react-dom": "^17.0.2",
"react-router": "^6.2.2",
"react-router-dom": "^6.3.0",
"snippets": "^0.0.6",
"web-vitals": "^2.1.2"
},
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"build": "react-scripts --expose-gc --max-old-space-size=8192 build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CasoMateo/Nursing-Home.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CasoMateo/Nursing-Home/issues"
},
"homepage": "https://github.com/CasoMateo/Nursing-Home#readme"
}