-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
69 lines (69 loc) · 2.17 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
{
"name": "scanapp-org.github.io",
"version": "1.0.0",
"description": "QR Code and barcode scanner",
"main": "index.js",
"scripts": {
"fork": "cp node_modules/html5-qrcode/html5-qrcode.min.js assets/js/html5-qrcode.min.js",
"build-windows": "npm run build:umd_windows",
"build": "npm run build:umd",
"build:umd": "./scripts/build-webpack.sh",
"lint-md": "remark .",
"clean": "rm -Rf ./scanapp-js/lib/* ./scanapp-js/build/* ./scanapp-js/meta/bundlesize/* ./scanapp-js/meta/coverage/* ./scanapp-js/.rpt2_cache ./scanapp-js/dist/* ./scanapp-js/src/html5-qrcode/*.d.ts ./scanapp-js/src/html5-qrcode/ui/scanner/*.d.ts ./scanapp-js/src/html5-qrcode/*/*.d.ts ./scanapp-js/src/scanapp/*.d.ts",
"prebuild": "npm run clean",
"postbuild": "npm run clean",
"build:umd_windows": ".\\scripts\\build-webpack.bat"
},
"repository": {
"type": "git",
"url": "git+https://github.com/scanapp-org/scanapp-org.github.io.git"
},
"keywords": [
"qrcode",
"barcode",
"barcode",
"1d",
"barcode",
"2d",
"scanner"
],
"author": "minhazav@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/scanapp-org/scanapp-org.github.io/issues"
},
"homepage": "https://github.com/scanapp-org/scanapp-org.github.io#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.4",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@types/chai": "^4.3.0",
"@types/gtag.js": "^0.0.12",
"@types/mocha": "^9.0.0",
"babel-minify": "^0.5.1",
"chai": "^4.3.4",
"expose-loader": "^2.0.0",
"jsdom": "20.0.2",
"jsdom-global": "3.0.2",
"mocha": "^9.1.3",
"mocha-lcov-reporter": "^1.3.0",
"promise-polyfill": "^8.1.3",
"remark-cli": "^9.0.0",
"remark-preset-lint-recommended": "^5.0.0",
"rewire": "^5.0.0",
"ts-loader": "^9.1.2",
"ts-node": "^10.4.0",
"tsconfig-paths": "^3.12.0",
"typescript": "^4.3.2",
"typings": "^2.1.1",
"webpack": "^5.37.0",
"webpack-bundle-analyzer": "^4.8.0",
"webpack-cli": "^4.7.0"
},
"remarkConfig": {
"plugins": [
"remark-preset-lint-recommended"
]
}
}