-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
76 lines (76 loc) · 2.2 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
{
"name": "scandit-capacitor-datacapture-barcode",
"version": "6.28.3",
"description": "Scandit Data Capture SDK for Capacitor",
"license": "Apache-2.0",
"private": false,
"author": {
"name": "Scandit",
"email": "support@scandit.com"
},
"homepage": "https://github.com/Scandit/scandit-capacitor-datacapture-barcode",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/dts/index.d.ts",
"scripts": {
"jest": "jest",
"coverage": "jest --coverage",
"lint": "eslint ./src",
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
"swiftlint": "node-swiftlint",
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
"clean": "rimraf ./dist",
"watch": "tsc --watch"
},
"dependencies": {
"scandit-capacitor-datacapture-core": "6.28.3",
"scandit-datacapture-frameworks-barcode": "6.28.3",
"scandit-datacapture-frameworks-core": "6.28.3"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@babel/preset-typescript": "^7.23.3",
"@capacitor/android": "^6.0.0",
"@capacitor/core": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@ionic/prettier-config": "^1.0.0",
"@ionic/swiftlint-config": "^1.0.0",
"@jest/globals": "^29.7.0",
"@rollup/plugin-commonjs": "24.1.0",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.0",
"@types/node": "18.15.3",
"@typescript-eslint/eslint-plugin": "5.57.1",
"@typescript-eslint/parser": "5.57.1",
"babel-jest": "^29.7.0",
"eslint": "8.37.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"prettier": "^2.0.5",
"prettier-plugin-java": "^2.0.0",
"rimraf": "4.4.0",
"rollup": "3.25.1",
"rollup-plugin-modify": "3.0.0",
"swiftlint": "^1.0.1",
"ts-jest": "^29.1.2",
"typescript": "4.9.5"
},
"files": [
"dist/",
"ios/",
"android/",
"ScanditCapacitorDatacaptureBarcode.podspec"
],
"capacitor": {
"ios": {
"src": "ios"
},
"android": {
"src": "android"
}
},
"prettier": "@ionic/prettier-config",
"swiftlint": "@ionic/swiftlint-config"
}