This repository was archived by the owner on May 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.93 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.93 KB
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": "thankshell_react",
"version": "1.21.2",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.15.0",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
"@types/jest": "^26.0.24",
"@types/node": "^12.20.37",
"@types/react": "^17.0.34",
"@types/react-dom": "^17.0.11",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
"typescript": "^4.4.4",
"web-vitals": "^1.1.2",
"@types/react-router-dom": "^5.0.0",
"@types/react-copy-to-clipboard": "^5.0.0",
"@types/react-modal": "^3.10.6",
"@types/qrcode.react": "^1.0.0",
"@types/amazon-cognito-auth-js": "^1.0.0",
"react-router-dom": "^6.0.0",
"react-bootstrap": "^2.0.0",
"react-copy-to-clipboard": "^5.0.0",
"react-markdown": "^7.0.0",
"react-modal": "^3.0.0",
"react-svg": "^14.0.0",
"typescript-plugin-css-modules": "^3.0.0",
"env-cmd": "^10.0.0",
"glamor": "^2.0.0",
"mdbreact": "^5.0.0",
"qrcode.react": "^1.0.0",
"amazon-cognito-auth-js": "^1.0.0"
},
"scripts": {
"start": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts start",
"build": "REACT_APP_VERSION=$(node -pe 'require(\"./package.json\").version') react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build:production": "npm run build",
"build:staging": "./node_modules/.bin/env-cmd -f .env.staging npm run build",
"create-version-file": "echo \"{\\\"version\\\": \\\"$(node -pe 'require(\"./package.json\").version')\\\"}\" > public/revision.json"
},
"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"
]
}
}