This repository has been archived by the owner on Oct 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.78 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
{
"name": "readme-arkiv",
"version": "0.1.0",
"private": true,
"dependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.11.6",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@types/react-instantsearch-dom": "^6.12.2",
"@types/react-router-bootstrap": "^0.24.5",
"algoliasearch": "^4.10.3",
"bootstrap": "^4.6.0",
"firebase": "^9.6.1",
"formik": "^2.2.8",
"instantsearch.css": "^7.4.5",
"lodash": "^4.17.20",
"react": "^16.14.0",
"react-bootstrap": "^1.6.4",
"react-dom": "^16.14.0",
"react-instantsearch-dom": "^6.12.1",
"react-lazyload": "^3.2.0",
"react-lazyload-fadein": "^1.1.0",
"react-router-bootstrap": "^0.25.0",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.3",
"react-switch": "^6.0.0",
"typescript": "^4.4.4",
"use-dark-mode": "^2.3.1",
"yup": "^0.32.9"
},
"scripts": {
"start": "npm run watch & npm run start:emulators",
"start:app": "react-scripts start",
"start:emulators": "firebase emulators:start --import=./firebase-fixtures",
"build": "react-scripts build",
"watch": "cra-build-watch",
"test": "react-scripts test",
"serve": "firebase serve --only functions",
"eject": "react-scripts eject",
"deploy": "npm run build && firebase deploy"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react-lazyload": "^3.1.1",
"@types/react-router-dom": "^5.3.2",
"cra-build-watch": "^3.4.0"
}
}