-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.43 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "fynapp_frontend",
"version": "1.0.0",
"description": "Mediabros FynApp (frontend)",
"author": "Carlos J. Ramirez (Mediabros)",
"license": "Private",
"homepage": "https://tomkat-cr.github.io/fynapp_frontend/",
"repository": {
"type": "git",
"url": "https://gitlab.com/tomkat-cr/fynapp_frontend.git"
},
"bugs": {
"url": "https://gitlab.com/tomkat-cr/fynapp_frontend/issues"
},
"private": true,
"dependencies": {
"@fortawesome/fontawesome": "^1.1.8",
"@fortawesome/fontawesome-free-solid": "^5.0.13",
"@fortawesome/fontawesome-svg-core": "^6.2.1",
"@fortawesome/react-fontawesome": "^0.1.16",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^13.5.0",
"bootstrap": "^5.1.3",
"express": "^4.17.3",
"formik": "^2.2.9",
"history": "^4.9.0",
"react-bootstrap": "^2.0.2",
"buffer": "^6.0.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-router-dom": "^6.3.0",
"react-scripts": "5.0.1",
"rxjs": "^6.3.3",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"resolutions": {
"//": "See https://github.com/facebook/create-react-app/issues/11773",
"react-error-overlay": "6.0.9"
},
"devDependencies": {
"react-error-overlay": "6.0.9",
"path": "^0.12.7",
"webpack-cli": "^4.9.2",
"gh-pages": "^4.0.0"
},
"engines": {
"node": "15.14.0",
"npm": "7.7.6"
},
"scripts": {
"start": "node server.js",
"start-build": "./node_modules/react-scripts/bin/react-scripts.js build && node server.js",
"start-debug": "ls -lah && node server.js",
"start-dev": "react-scripts start",
"build-prod": "webpack --mode production",
"heroku-postbuild": "npm run build",
"build": "react-scripts build",
"eject-dev": "react-scripts eject",
"test-dev": "react-scripts test",
"//": "See https://stackoverflow.com/questions/70368760/react-uncaught-referenceerror-process-is-not-defined",
"preinstall": "npx npm-force-resolutions",
"predeploy": "npm run build",
"deploy": "gh-pages -d build"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}