-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.69 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
{
"name": "react-language-keyboard",
"version": "1.0.4",
"description": "Add language support on your website to every keyboard on desktop device",
"keywords": ["language", "keyboard", "language keyboard", "react", "multilanguage","key binding", "letter replacment"],
"main": "./build/index.js",
"types": "./build/index.d.ts",
"dependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1",
"@babel/core": "^7.13.10",
"@storybook/addon-actions": "^6.1.21",
"@storybook/addon-essentials": "^6.1.21",
"@storybook/addon-links": "^6.1.21",
"@storybook/react": "^6.1.21",
"@types/jest": "^26.0.22",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"babel-loader": "^8.2.2",
"jest": "^26.6.3",
"ts-jest": "^26.5.4",
"typescript": "^4.2.3"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"eslint": "eslint src/**",
"test": "jest --collectCoverage",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook -o docs",
"npm:publish": "npm run build && npm publish --access=public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wokayme/react-language-keyboard.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wokayme/react-language-keyboard/issues"
},
"homepage": "https://github.com/wokayme/react-language-keyboard#readme"
}