-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
59 lines (59 loc) · 1.44 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
{
"name": "@nexys/qrbill",
"version": "1.2.12",
"license": "MIT",
"repository": "git://github.com/nexys-admin/qrbill.git",
"dependencies": {
"@hapi/joi": "^17.1.1",
"@nexys/validation": "^2.1.0",
"@types/hapi__joi": "^17.1.2"
},
"devDependencies": {
"@bbit/swiss-qr-bill": "^0.1.2",
"@nexys/uibs4": "0.0.4",
"@nexys/utils": "^3.9.0",
"@types/qrcode.react": "^1.0.1",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"path-to-regexp": "^6.1.0",
"qrcode.react": "^1.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-qr-reader": "^2.2.1",
"react-router-dom": "^5.1.2",
"snowpack": "^3.8.8",
"@types/jest": "^26.0.22",
"@types/react-qr-reader": "^2.1.3",
"@types/react-router-dom": "^5.1.5",
"jest": "^26.6.3",
"jest-environment-jsdom": "^26.6.2",
"ts-jest": "^26.5.4",
"typescript": "^4.2.4"
},
"scripts": {
"buildpackage": "tsc -p tsconfig.build.json",
"start": "SNOWPACK_PUBLIC_URL= snowpack dev",
"build": "SNOWPACK_PUBLIC_URL=/qrbill snowpack build",
"test": "jest"
},
"main": "dist/index.js",
"files": [
"index.js",
"dist/*"
],
"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"
]
}
}