-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.42 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
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"name": "lite_event_checkin",
"version": "0.1.0",
"author": {
"name": "Rob Taylor",
"email": "[email protected]",
"url": "https://github.com/manix84"
},
"licence": {
"type": "MIT",
"url": "https://www.opensource.org/licenses/mit-license.php"
},
"engines": {
"node": "10.x",
"npm": "6.x"
},
"keywords": [
"event",
"checkin",
"lite",
"qr",
"scanner"
],
"private": true,
"proxy": "http://localhost:5000/",
"dependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/react": "^11.2.6",
"@testing-library/user-event": "^12.8.3",
"@types/dotenv-flow": "^3.1.0",
"@types/express": "^4.17.11",
"@types/javascript-time-ago": "^2.0.2",
"@types/jest": "^26.0.22",
"@types/node": "^12.20.10",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.3",
"@types/react-helmet": "^6.1.1",
"@types/react-qr-reader": "^2.1.3",
"@types/react-router-dom": "^5.1.7",
"chalk": "^4.1.1",
"classnames": "^2.3.1",
"concurrently": "^6.0.2",
"cors": "^2.8.5",
"dotenv-flow": "^3.2.0",
"express": "^4.17.1",
"express-history-api-fallback": "^2.2.1",
"express-ws": "^4.0.0",
"http-proxy-middleware": "^1.3.1",
"https": "^1.0.0",
"javascript-time-ago": "^2.3.4",
"js-sha256": "^0.9.0",
"json2csv": "^5.0.6",
"mysql": "^2.18.1",
"node-sass": "^7.0.0",
"npm-run-all": "^4.1.5",
"path": "^0.12.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-qr-reader": "^2.2.1",
"react-qrcode-logo": "^2.4.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.3",
"simple-json-db": "^1.2.3",
"ts-node": "^9.1.1",
"typescript": "^4.2.4",
"web-vitals": "^1.1.1"
},
"scripts": {
"start": "run-s start:server",
"start:server": "node src/server/index.js",
"start:devServer": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"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"
]
},
"resolutions": {
"react-scripts/eslint-webpack-plugin": "2.3.0"
},
"devDependencies": {}
}