-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
63 lines (63 loc) · 1.63 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": "isbn-scanner",
"version": "0.1.0",
"homepage": "./",
"private": true,
"description": "ISBN scanner in the browser",
"author": "@rimutaka, Pavel Maslov",
"license": "MIT",
"dependencies": {
"@auth0/auth0-react": "^2.2.4",
"@pathcheck/dcc-sdk": "^0.0.27",
"buffer": "^6.0.3",
"http-server": "^0.13.0",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-app-rewired": "^2.2.1",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"react-scripts": "5.0.1",
"react-usestateref": "^1.0.8",
"stream-browserify": "^3.0.0",
"upnqr": "1.1.0",
"util": "^0.12.5"
},
"devDependencies": {
"@babel/eslint-parser": "^7.25.1",
"eslint": "^8.0.0",
"eslint-config-react-app": "^7.0.1",
"tailwindcss": "^3.4.3"
},
"scripts": {
"start": "export REACT_APP_BUILD_TS=$(date --rfc-3339=seconds) && HTTPS=true PORT=8080 HOST=0.0.0.0 react-app-rewired start",
"build": "export REACT_APP_BUILD_TS=$(date --rfc-3339=seconds) && react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"overrides": {
"react-refresh": "0.14.0"
},
"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"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/rimutaka/bookwormfood.git"
},
"bugs": {
"url": "https://github.com/rimutaka/bookwormfood/issues"
}
}