mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-01-20 01:22:59 +08:00
09ce54dbf0
Bumps [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/HEAD/packages/eslint-plugin-react-hooks) from 4.1.2 to 4.2.0. - [Release notes](https://github.com/facebook/react/releases) - [Changelog](https://github.com/facebook/react/blob/master/packages/eslint-plugin-react-hooks/CHANGELOG.md) - [Commits](https://github.com/facebook/react/commits/HEAD/packages/eslint-plugin-react-hooks) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
190 lines
5.1 KiB
JSON
190 lines
5.1 KiB
JSON
{
|
|
"name": "simple-keyboard",
|
|
"version": "2.32.7",
|
|
"description": "On-screen Javascript Virtual Keyboard",
|
|
"main": "build/index.js",
|
|
"types": "build/index.d.ts",
|
|
"scripts": {
|
|
"start": "node scripts/start.js",
|
|
"build": "node scripts/build.js",
|
|
"demo": "node scripts/demo.js",
|
|
"test": "node scripts/test.js",
|
|
"coverage": "node scripts/test.js --coverage --watchAll=false",
|
|
"prepare": "npm run build",
|
|
"trypublish": "npm publish || true"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/hodgef/simple-keyboard"
|
|
},
|
|
"author": "Francisco Hodge <hello@franciscohodge.com> (https://github.com/hodgef)",
|
|
"bugs": {
|
|
"url": "https://github.com/hodgef/simple-keyboard/issues"
|
|
},
|
|
"homepage": "https://virtual-keyboard.js.org/",
|
|
"keywords": [
|
|
"javascript",
|
|
"es6",
|
|
"digital",
|
|
"keyboard",
|
|
"onscreen",
|
|
"virtual",
|
|
"screen-keyboard",
|
|
"component",
|
|
"virtual-keyboard",
|
|
"touchscreen",
|
|
"touch-screen",
|
|
"kiosk",
|
|
"osk",
|
|
"js"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@babel/core": "7.12.3",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.1",
|
|
"@babel/preset-react": "^7.12.1",
|
|
"@svgr/webpack": "5.4.0",
|
|
"@testing-library/jest-dom": "^5.11.4",
|
|
"@testing-library/react": "^11.1.0",
|
|
"@testing-library/user-event": "^12.1.9",
|
|
"@typescript-eslint/eslint-plugin": "^2.10.0",
|
|
"@typescript-eslint/parser": "^2.10.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^26.6.0",
|
|
"babel-loader": "8.1.0",
|
|
"babel-plugin-named-asset-import": "^0.3.6",
|
|
"babel-preset-react-app": "^9.1.2",
|
|
"camelcase": "^6.1.0",
|
|
"case-sensitive-paths-webpack-plugin": "2.3.0",
|
|
"copy-webpack-plugin": "^5.1.2",
|
|
"css-loader": "5.0.0",
|
|
"dotenv": "8.2.0",
|
|
"dotenv-expand": "5.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-react-app": "^5.0.1",
|
|
"eslint-loader": "4.0.2",
|
|
"eslint-plugin-flowtype": "4.7.0",
|
|
"eslint-plugin-import": "2.22.1",
|
|
"eslint-plugin-jsx-a11y": "6.3.1",
|
|
"eslint-plugin-react": "7.21.5",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"file-loader": "6.1.1",
|
|
"fs-extra": "9.0.1",
|
|
"html-webpack-plugin": "4.5.0",
|
|
"identity-obj-proxy": "3.0.0",
|
|
"jest": "26.6.0",
|
|
"jest-environment-jsdom-fourteen": "1.0.1",
|
|
"jest-resolve": "26.6.0",
|
|
"jest-watch-typeahead": "0.6.1",
|
|
"mini-css-extract-plugin": "1.1.1",
|
|
"optimize-css-assets-webpack-plugin": "5.0.4",
|
|
"pnp-webpack-plugin": "1.6.4",
|
|
"postcss-flexbugs-fixes": "4.2.1",
|
|
"postcss-loader": "3.0.0",
|
|
"postcss-normalize": "9.0.0",
|
|
"postcss-preset-env": "6.7.0",
|
|
"postcss-safe-parser": "5.0.2",
|
|
"prettier": "^1.19.1",
|
|
"prettier-webpack-plugin": "^1.2.0",
|
|
"react": "^17.0.0",
|
|
"react-app-polyfill": "^1.0.6",
|
|
"react-dev-utils": "^10.2.1",
|
|
"react-dom": "^17.0.0",
|
|
"resolve": "1.18.1",
|
|
"resolve-url-loader": "3.1.2",
|
|
"sass-loader": "10.0.3",
|
|
"semver": "7.3.2",
|
|
"style-loader": "2.0.0",
|
|
"terser-webpack-plugin": "4.2.3",
|
|
"ts-pnp": "1.2.0",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"url-loader": "4.1.1",
|
|
"webpack": "4.44.2",
|
|
"webpack-dev-server": "3.11.0",
|
|
"webpack-manifest-plugin": "2.2.0",
|
|
"workbox-webpack-plugin": "5.1.4"
|
|
},
|
|
"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"
|
|
]
|
|
},
|
|
"jest": {
|
|
"roots": [
|
|
"<rootDir>/src"
|
|
],
|
|
"collectCoverageFrom": [
|
|
"src/**/*.{js,jsx,ts,tsx}",
|
|
"!src/**/*.d.ts",
|
|
"!src/lib/index.js",
|
|
"!src/demo/index.js",
|
|
"!src/utils/**",
|
|
"!src/**/*.d.ts",
|
|
"!**/tests/**"
|
|
],
|
|
"setupFiles": [
|
|
"react-app-polyfill/jsdom"
|
|
],
|
|
"setupFilesAfterEnv": [
|
|
"<rootDir>/src/setupTests.js"
|
|
],
|
|
"testMatch": [
|
|
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
|
|
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
|
|
],
|
|
"testEnvironment": "jest-environment-jsdom-fourteen",
|
|
"transform": {
|
|
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
|
|
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
|
|
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
|
|
},
|
|
"transformIgnorePatterns": [
|
|
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
|
|
"^.+\\.module\\.(css|sass|scss)$"
|
|
],
|
|
"modulePaths": [],
|
|
"moduleNameMapper": {
|
|
"^react-native$": "react-native-web",
|
|
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
|
|
},
|
|
"moduleFileExtensions": [
|
|
"web.js",
|
|
"js",
|
|
"web.ts",
|
|
"ts",
|
|
"web.tsx",
|
|
"tsx",
|
|
"json",
|
|
"web.jsx",
|
|
"jsx",
|
|
"node"
|
|
],
|
|
"watchPlugins": [
|
|
"jest-watch-typeahead/filename",
|
|
"jest-watch-typeahead/testname"
|
|
]
|
|
},
|
|
"babel": {
|
|
"presets": [
|
|
"@babel/preset-env",
|
|
"@babel/preset-react"
|
|
],
|
|
"plugins": [
|
|
[
|
|
"@babel/plugin-proposal-class-properties"
|
|
]
|
|
]
|
|
}
|
|
}
|