-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.61 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.61 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
64
{
"name": "bitfountain",
"version": "0.1.0",
"private": true,
"dependencies": {
"@borderless/base64": "^1.0.1",
"@craco/craco": "^6.1.2",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@zxing/browser": "^0.0.7",
"@zxing/library": "^0.18.3",
"comlink": "^4.3.1",
"jssha": "^3.2.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-markdown": "^6.0.2",
"react-scripts": "4.0.3",
"ts-node": "^9.1.1",
"typescript": "^4.1.2",
"use-user-media": "^0.1.7",
"web-vitals": "^1.0.1"
},
"resolutions": {
"react": "^17.0.2"
},
"scripts": {
"start": "NODE_OPTIONS=--openssl-legacy-provider craco start",
"build": "NODE_OPTIONS=--openssl-legacy-provider craco build",
"test": "env TS_NODE_PROJECT=\"tsconfig.testing.json\" mocha --timeout 30000 -r ts-node/register 'src/test/*.ts'",
"eject": "craco 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"
]
},
"devDependencies": {
"@types/chai": "^4.2.16",
"@types/jest": "^26.0.15",
"@types/mocha": "^8.2.2",
"@types/node": "^12.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"chai": "^4.3.4",
"html-loader": "^1.3.2",
"markdown-loader": "^6.0.0",
"mocha": "^8.3.2",
"worker-loader": "^3.0.8"
}
}