This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.7 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
{
"name": "react-firebase-template",
"version": "1.0.0",
"private": false,
"dependencies": {
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^12.0.0",
"@testing-library/user-event": "^14.0.0",
"bootstrap": "^5.0.2",
"firebase": "^8.2.9",
"react": "^18.0.0",
"react-bootstrap": "^1.5.0",
"react-bootstrap-image-cropper": "^0.3.0",
"react-dom": "^18.0.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "5.0.0",
"source-map-explorer": "^2.5.0",
"web-vitals": "^2.1.0"
},
"devDependencies": {
"eslint": "^8.7.0",
"eslint-plugin-react": "^7.21.5",
"firebase-tools": "^10.1.2"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"build": "react-scripts build",
"eject": "react-scripts eject",
"start": "react-scripts start",
"deploy": "react-scripts build ; firebase deploy --only hosting ; rm -r build",
"deployTest": "react-scripts build ; firebase hosting:channel:deploy testing ; rm -r build",
"test": "react-scripts test"
},
"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"
]
},
"repository": {
"type": "git",
"url": "https://github.com/rlgerma92/react-firebase-template.git"
},
"keywords": [
"react",
"firebase",
"template"
],
"author": "rlgerma92",
"license": "MIT",
"bugs": {
"url": "https://github.com/rlgerma92/react-firebase-template/issues"
}
}