-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 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
{
"name": "global-input-react",
"version": "4.6.7",
"description": "global input react component",
"main": "./dist/index",
"repository": {
"type": "git",
"url": "git+https://github.com/global-input/global-input-react.git"
},
"author": "Dilshat Hewzulla",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/global-input/global-input-react/issues"
},
"homepage": "https://github.com/global-input/global-input-react#readme",
"keywords": [
"mobile integration",
"mobile authentication",
"mobile encryption",
"mobile input",
"mobile control",
"second screen experience",
"mobile personal storage",
"mobile encryption",
"mobile signing",
"mobile content transfer",
"mobile encrypted storage",
"password-less authentication"
],
"scripts": {
"build": "./node_modules/.bin/babel src --out-dir dist",
"webpack": "webpack --mode production",
"test": "jest",
"debug": "node --debug-brk --inspect ./node_modules/.bin/jest -i",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"jest": {
"transform": {
".*": "<rootDir>/node_modules/jest-css-modules"
},
"testEnvironment": "node"
},
"devDependencies": {
"@babel/cli": "^7.12.10",
"@babel/core": "^7.12.10",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.11",
"@babel/preset-react": "^7.12.10",
"@babel/register": "^7.12.10",
"@testing-library/jest-dom": "^5.11.6",
"@testing-library/react": "^11.2.2",
"@testing-library/react-hooks": "^3.7.0",
"@testing-library/user-event": "^12.6.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"eslint": "^7.16.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4.2.0",
"jest": "^26.6.3",
"jest-dom": "^4.0.0",
"prettier": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-test-renderer": "^18.2.0",
"webpack": "^5.73.0"
},
"dependencies": {
"global-input-message": "^2.1.6",
"qrcode.react": "^3.1.0"
}
}