2018-04-20 16:34:02 -04:00
|
|
|
{
|
|
|
|
"name": "simple-keyboard",
|
2020-08-05 16:08:08 +00:00
|
|
|
"version": "2.29.89",
|
2018-09-24 15:52:54 -04:00
|
|
|
"description": "On-screen Javascript Virtual Keyboard",
|
2018-04-20 16:34:02 -04:00
|
|
|
"main": "build/index.js",
|
2018-11-28 08:53:06 -05:00
|
|
|
"types": "build/index.d.ts",
|
2018-04-20 16:34:02 -04:00
|
|
|
"scripts": {
|
|
|
|
"start": "node scripts/start.js",
|
2019-08-17 16:27:06 -04:00
|
|
|
"build": "node scripts/build.js",
|
2018-04-20 16:34:02 -04:00
|
|
|
"demo": "node scripts/demo.js",
|
2018-11-09 11:06:46 -05:00
|
|
|
"test": "node scripts/test.js",
|
2019-04-27 22:19:34 -04:00
|
|
|
"coverage": "node scripts/test.js --coverage --watchAll=false",
|
2019-10-12 15:17:39 -04:00
|
|
|
"prepare": "npm run build",
|
|
|
|
"trypublish": "npm publish || true"
|
2018-04-20 16:34:02 -04:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
},
|
2018-10-29 11:47:23 -04:00
|
|
|
"homepage": "https://virtual-keyboard.js.org/",
|
2018-04-20 16:34:02 -04:00
|
|
|
"keywords": [
|
|
|
|
"javascript",
|
|
|
|
"es6",
|
|
|
|
"digital",
|
|
|
|
"keyboard",
|
|
|
|
"onscreen",
|
|
|
|
"virtual",
|
2018-10-29 11:47:23 -04:00
|
|
|
"screen-keyboard",
|
2018-04-20 16:34:02 -04:00
|
|
|
"component",
|
|
|
|
"virtual-keyboard",
|
|
|
|
"touchscreen",
|
2018-09-08 10:29:13 -04:00
|
|
|
"touch-screen",
|
2018-10-29 11:47:23 -04:00
|
|
|
"kiosk",
|
2019-01-24 23:02:59 -05:00
|
|
|
"osk",
|
|
|
|
"js"
|
2018-04-20 16:34:02 -04:00
|
|
|
],
|
2019-02-23 14:44:13 -05:00
|
|
|
"license": "MIT",
|
2018-04-20 16:34:02 -04:00
|
|
|
"devDependencies": {
|
2020-08-05 16:03:42 +00:00
|
|
|
"@babel/core": "7.11.1",
|
2020-07-01 14:21:25 +00:00
|
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
2020-07-31 23:03:53 +00:00
|
|
|
"@babel/preset-env": "^7.11.0",
|
2020-07-01 14:33:05 +00:00
|
|
|
"@babel/preset-react": "^7.10.4",
|
2020-04-28 11:18:56 +00:00
|
|
|
"@svgr/webpack": "5.4.0",
|
2019-07-27 09:15:02 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "1.13.0",
|
2019-07-27 09:28:05 +00:00
|
|
|
"@typescript-eslint/parser": "1.13.0",
|
2020-02-26 10:52:28 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2020-07-31 23:04:26 +00:00
|
|
|
"babel-jest": "^26.2.2",
|
2020-03-23 12:48:44 +00:00
|
|
|
"babel-loader": "8.1.0",
|
2020-01-31 11:03:24 +00:00
|
|
|
"babel-plugin-named-asset-import": "^0.3.6",
|
2020-03-23 12:42:54 +00:00
|
|
|
"babel-preset-react-app": "^9.1.2",
|
2020-04-07 11:14:32 +00:00
|
|
|
"camelcase": "^6.0.0",
|
2020-01-16 10:55:36 +00:00
|
|
|
"case-sensitive-paths-webpack-plugin": "2.3.0",
|
2019-12-13 09:33:35 +00:00
|
|
|
"copy-webpack-plugin": "^5.1.1",
|
2020-07-31 22:51:35 +00:00
|
|
|
"css-loader": "4.2.0",
|
2019-10-16 03:10:35 +00:00
|
|
|
"dotenv": "8.2.0",
|
2019-08-24 09:30:20 +00:00
|
|
|
"dotenv-expand": "5.1.0",
|
2019-12-23 10:44:48 +00:00
|
|
|
"eslint": "^6.8.0",
|
2019-08-17 16:05:07 -04:00
|
|
|
"eslint-config-react-app": "^5.0.1",
|
2020-04-27 12:56:12 +00:00
|
|
|
"eslint-loader": "4.0.2",
|
2020-05-22 12:53:02 +00:00
|
|
|
"eslint-plugin-flowtype": "4.7.0",
|
2020-06-30 12:54:25 +00:00
|
|
|
"eslint-plugin-import": "2.22.0",
|
2020-06-22 15:00:35 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.3.1",
|
2020-07-29 13:17:20 +00:00
|
|
|
"eslint-plugin-react": "7.20.5",
|
2020-07-14 13:50:30 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.0.8",
|
2020-03-17 13:17:48 -04:00
|
|
|
"file-loader": "6.0.0",
|
2020-06-04 12:53:59 +00:00
|
|
|
"fs-extra": "9.0.1",
|
2020-05-01 12:41:13 +00:00
|
|
|
"html-webpack-plugin": "4.3.0",
|
2018-11-09 11:06:46 -05:00
|
|
|
"identity-obj-proxy": "3.0.0",
|
2020-05-04 14:07:03 +00:00
|
|
|
"is-wsl": "^2.2.0",
|
2020-07-31 22:55:50 +00:00
|
|
|
"jest": "26.2.2",
|
2019-12-02 09:14:08 +00:00
|
|
|
"jest-environment-jsdom-fourteen": "1.0.1",
|
2020-07-31 22:52:25 +00:00
|
|
|
"jest-resolve": "26.2.2",
|
2020-05-06 12:25:55 +00:00
|
|
|
"jest-watch-typeahead": "0.6.0",
|
2019-12-23 10:47:14 +00:00
|
|
|
"mini-css-extract-plugin": "0.9.0",
|
2019-06-29 09:13:45 +00:00
|
|
|
"optimize-css-assets-webpack-plugin": "5.0.3",
|
2020-02-19 10:29:22 +00:00
|
|
|
"pnp-webpack-plugin": "1.6.4",
|
2020-04-28 11:17:46 +00:00
|
|
|
"postcss-flexbugs-fixes": "4.2.1",
|
2018-11-09 11:06:46 -05:00
|
|
|
"postcss-loader": "3.0.0",
|
2020-04-13 11:51:57 +00:00
|
|
|
"postcss-normalize": "9.0.0",
|
2019-07-13 09:15:11 +00:00
|
|
|
"postcss-preset-env": "6.7.0",
|
2020-02-10 11:20:56 +00:00
|
|
|
"postcss-safe-parser": "4.0.2",
|
2020-02-05 23:41:59 -05:00
|
|
|
"prettier": "^1.19.1",
|
|
|
|
"prettier-webpack-plugin": "^1.2.0",
|
2020-03-20 10:40:32 +00:00
|
|
|
"react": "^16.13.1",
|
2020-01-31 10:52:04 +00:00
|
|
|
"react-app-polyfill": "^1.0.6",
|
2020-03-17 13:17:48 -04:00
|
|
|
"react-dev-utils": "10.1.0",
|
2020-03-23 12:38:06 +00:00
|
|
|
"react-dom": "^16.13.1",
|
2020-04-23 11:20:56 +00:00
|
|
|
"resolve": "1.17.0",
|
2019-11-11 11:38:11 +00:00
|
|
|
"resolve-url-loader": "3.1.1",
|
2020-07-07 16:01:25 +00:00
|
|
|
"sass-loader": "9.0.2",
|
2020-04-15 11:24:15 +00:00
|
|
|
"semver": "7.3.2",
|
2020-04-29 11:28:18 +00:00
|
|
|
"style-loader": "1.2.1",
|
2020-08-04 18:06:16 +00:00
|
|
|
"terser-webpack-plugin": "4.0.0",
|
2020-03-27 10:51:08 +00:00
|
|
|
"ts-pnp": "1.2.0",
|
2020-02-05 23:41:59 -05:00
|
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
2020-04-09 11:06:19 +00:00
|
|
|
"url-loader": "4.1.0",
|
2020-07-30 15:54:18 +00:00
|
|
|
"webpack": "4.44.1",
|
2020-05-11 13:48:55 +00:00
|
|
|
"webpack-dev-server": "3.11.0",
|
2019-10-05 09:19:01 +00:00
|
|
|
"webpack-manifest-plugin": "2.2.0",
|
2020-04-27 12:52:46 +00:00
|
|
|
"workbox-webpack-plugin": "5.1.3"
|
2018-04-20 16:34:02 -04:00
|
|
|
},
|
2018-11-09 11:06:46 -05:00
|
|
|
"eslintConfig": {
|
2019-08-17 16:05:07 -04:00
|
|
|
"extends": "react-app"
|
2018-11-09 11:06:46 -05:00
|
|
|
},
|
2019-04-27 22:19:34 -04:00
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
2018-04-20 16:34:02 -04:00
|
|
|
"jest": {
|
2019-08-17 16:05:07 -04:00
|
|
|
"roots": [
|
|
|
|
"<rootDir>/src"
|
|
|
|
],
|
2018-04-20 16:34:02 -04:00
|
|
|
"collectCoverageFrom": [
|
2018-11-09 11:06:46 -05:00
|
|
|
"src/**/*.{js,jsx,ts,tsx}",
|
2019-08-17 16:05:07 -04:00
|
|
|
"!src/**/*.d.ts",
|
|
|
|
"!src/lib/index.js",
|
|
|
|
"!src/demo/index.js",
|
2019-03-26 23:31:52 -04:00
|
|
|
"!src/utils/**",
|
2018-11-09 11:06:46 -05:00
|
|
|
"!src/**/*.d.ts",
|
2018-10-16 17:31:23 -04:00
|
|
|
"!**/tests/**"
|
2018-04-20 16:34:02 -04:00
|
|
|
],
|
|
|
|
"setupFiles": [
|
2018-11-09 11:06:46 -05:00
|
|
|
"react-app-polyfill/jsdom"
|
2018-04-20 16:34:02 -04:00
|
|
|
],
|
2019-04-27 22:19:34 -04:00
|
|
|
"setupFilesAfterEnv": [],
|
2018-04-20 16:34:02 -04:00
|
|
|
"testMatch": [
|
2019-08-17 16:05:07 -04:00
|
|
|
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
|
|
|
|
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
|
2018-04-20 16:34:02 -04:00
|
|
|
],
|
2019-04-27 22:19:34 -04:00
|
|
|
"testEnvironment": "jest-environment-jsdom-fourteen",
|
2018-04-20 16:34:02 -04:00
|
|
|
"transform": {
|
2018-11-09 11:06:46 -05:00
|
|
|
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
|
2018-04-20 16:34:02 -04:00
|
|
|
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
|
2018-11-09 11:06:46 -05:00
|
|
|
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
|
2018-04-20 16:34:02 -04:00
|
|
|
},
|
|
|
|
"transformIgnorePatterns": [
|
2018-11-09 11:06:46 -05:00
|
|
|
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
|
|
|
|
"^.+\\.module\\.(css|sass|scss)$"
|
2018-04-20 16:34:02 -04:00
|
|
|
],
|
2019-04-27 22:19:34 -04:00
|
|
|
"modulePaths": [],
|
2018-04-20 16:34:02 -04:00
|
|
|
"moduleNameMapper": {
|
2018-11-09 11:06:46 -05:00
|
|
|
"^react-native$": "react-native-web",
|
|
|
|
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
|
2018-04-20 16:34:02 -04:00
|
|
|
},
|
|
|
|
"moduleFileExtensions": [
|
|
|
|
"web.js",
|
|
|
|
"js",
|
2018-11-09 11:06:46 -05:00
|
|
|
"web.ts",
|
|
|
|
"ts",
|
|
|
|
"web.tsx",
|
|
|
|
"tsx",
|
2018-04-20 16:34:02 -04:00
|
|
|
"json",
|
|
|
|
"web.jsx",
|
|
|
|
"jsx",
|
|
|
|
"node"
|
2019-04-27 22:19:34 -04:00
|
|
|
],
|
|
|
|
"watchPlugins": [
|
|
|
|
"jest-watch-typeahead/filename",
|
|
|
|
"jest-watch-typeahead/testname"
|
2018-04-20 16:34:02 -04:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"babel": {
|
|
|
|
"presets": [
|
2019-08-17 17:16:58 -04:00
|
|
|
"@babel/preset-env",
|
|
|
|
"@babel/preset-react"
|
2018-11-16 23:24:53 -05:00
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
[
|
2019-08-17 16:05:07 -04:00
|
|
|
"@babel/plugin-proposal-class-properties"
|
2018-11-16 23:24:53 -05:00
|
|
|
]
|
2018-04-20 16:34:02 -04:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|