simple-keyboard/package.json

186 lines
5.0 KiB
JSON
Raw Normal View History

2018-04-21 04:34:02 +08:00
{
"name": "simple-keyboard",
2020-01-06 18:58:30 +08:00
"version": "2.27.57",
2018-09-25 03:52:54 +08:00
"description": "On-screen Javascript Virtual Keyboard",
2018-04-21 04:34:02 +08:00
"main": "build/index.js",
2018-11-28 21:53:06 +08:00
"types": "build/index.d.ts",
2018-04-21 04:34:02 +08:00
"scripts": {
"start": "node scripts/start.js",
"build": "node scripts/build.js",
2018-04-21 04:34:02 +08:00
"demo": "node scripts/demo.js",
2018-11-10 00:06:46 +08:00
"test": "node scripts/test.js",
2019-04-28 10:19:34 +08:00
"coverage": "node scripts/test.js --coverage --watchAll=false",
2019-10-13 03:17:39 +08:00
"prepare": "npm run build",
"trypublish": "npm publish || true"
2018-04-21 04:34:02 +08: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 23:47:23 +08:00
"homepage": "https://virtual-keyboard.js.org/",
2018-04-21 04:34:02 +08:00
"keywords": [
"javascript",
"es6",
"digital",
"keyboard",
"onscreen",
"virtual",
2018-10-29 23:47:23 +08:00
"screen-keyboard",
2018-04-21 04:34:02 +08:00
"component",
"virtual-keyboard",
"touchscreen",
2018-09-08 22:29:13 +08:00
"touch-screen",
2018-10-29 23:47:23 +08:00
"kiosk",
2019-01-25 12:02:59 +08:00
"osk",
"js"
2018-04-21 04:34:02 +08:00
],
2019-02-24 03:44:13 +08:00
"license": "MIT",
2018-04-21 04:34:02 +08:00
"devDependencies": {
"@babel/core": "7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@svgr/webpack": "5.0.1",
"@typescript-eslint/eslint-plugin": "1.13.0",
"@typescript-eslint/parser": "1.13.0",
"babel-eslint": "10.0.3",
2019-08-18 04:05:07 +08:00
"babel-jest": "^24.8.0",
"babel-loader": "8.0.6",
"babel-plugin-named-asset-import": "^0.3.5",
"babel-preset-react-app": "^9.1.0",
2019-08-18 04:05:07 +08:00
"camelcase": "^5.2.0",
2019-01-28 09:02:29 +08:00
"case-sensitive-paths-webpack-plugin": "2.2.0",
"copy-webpack-plugin": "^5.1.1",
"css-loader": "3.4.1",
"dotenv": "8.2.0",
"dotenv-expand": "5.1.0",
"eslint": "^6.8.0",
2019-08-18 04:05:07 +08:00
"eslint-config-react-app": "^5.0.1",
"eslint-loader": "3.0.3",
"eslint-plugin-flowtype": "3.13.0",
"eslint-plugin-import": "2.19.1",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"file-loader": "5.0.2",
"fs-extra": "8.1.0",
"html-webpack-plugin": "4.0.0-beta.11",
2018-11-10 00:06:46 +08:00
"identity-obj-proxy": "3.0.0",
"is-wsl": "^2.1.0",
"jest": "24.9.0",
"jest-environment-jsdom-fourteen": "1.0.1",
"jest-resolve": "24.9.0",
"jest-watch-typeahead": "0.4.2",
"mini-css-extract-plugin": "0.9.0",
"optimize-css-assets-webpack-plugin": "5.0.3",
"pnp-webpack-plugin": "1.5.0",
"prettier": "^1.19.1",
2019-08-18 04:05:07 +08:00
"prettier-webpack-plugin": "^1.2.0",
"postcss-flexbugs-fixes": "4.1.0",
2018-11-10 00:06:46 +08:00
"postcss-loader": "3.0.0",
"postcss-normalize": "8.0.1",
"postcss-preset-env": "6.7.0",
2018-11-10 00:06:46 +08:00
"postcss-safe-parser": "4.0.1",
"react": "^16.12.0",
"react-app-polyfill": "^1.0.5",
"react-dev-utils": "^10.0.0",
"react-dom": "^16.12.0",
"resolve": "1.14.1",
"resolve-url-loader": "3.1.1",
"sass-loader": "7.3.1",
"semver": "7.1.1",
"style-loader": "1.1.2",
"terser-webpack-plugin": "2.3.1",
"ts-pnp": "1.1.5",
2019-03-03 07:07:43 +08:00
"uglifyjs-webpack-plugin": "^2.1.2",
"url-loader": "3.0.0",
"webpack": "4.41.5",
"webpack-dev-server": "3.10.1",
"webpack-manifest-plugin": "2.2.0",
2019-05-11 06:47:38 +08:00
"workbox-webpack-plugin": "4.3.1"
2018-04-21 04:34:02 +08:00
},
2018-11-10 00:06:46 +08:00
"eslintConfig": {
2019-08-18 04:05:07 +08:00
"extends": "react-app"
2018-11-10 00:06:46 +08:00
},
2019-04-28 10:19:34 +08: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-21 04:34:02 +08:00
"jest": {
2019-08-18 04:05:07 +08:00
"roots": [
"<rootDir>/src"
],
2018-04-21 04:34:02 +08:00
"collectCoverageFrom": [
2018-11-10 00:06:46 +08:00
"src/**/*.{js,jsx,ts,tsx}",
2019-08-18 04:05:07 +08:00
"!src/**/*.d.ts",
"!src/lib/index.js",
"!src/demo/index.js",
2019-03-27 11:31:52 +08:00
"!src/utils/**",
2018-11-10 00:06:46 +08:00
"!src/**/*.d.ts",
2018-10-17 05:31:23 +08:00
"!**/tests/**"
2018-04-21 04:34:02 +08:00
],
"setupFiles": [
2018-11-10 00:06:46 +08:00
"react-app-polyfill/jsdom"
2018-04-21 04:34:02 +08:00
],
2019-04-28 10:19:34 +08:00
"setupFilesAfterEnv": [],
2018-04-21 04:34:02 +08:00
"testMatch": [
2019-08-18 04:05:07 +08:00
"<rootDir>/src/**/__tests__/**/*.{js,jsx,ts,tsx}",
"<rootDir>/src/**/*.{spec,test}.{js,jsx,ts,tsx}"
2018-04-21 04:34:02 +08:00
],
2019-04-28 10:19:34 +08:00
"testEnvironment": "jest-environment-jsdom-fourteen",
2018-04-21 04:34:02 +08:00
"transform": {
2018-11-10 00:06:46 +08:00
"^.+\\.(js|jsx|ts|tsx)$": "<rootDir>/node_modules/babel-jest",
2018-04-21 04:34:02 +08:00
"^.+\\.css$": "<rootDir>/config/jest/cssTransform.js",
2018-11-10 00:06:46 +08:00
"^(?!.*\\.(js|jsx|ts|tsx|css|json)$)": "<rootDir>/config/jest/fileTransform.js"
2018-04-21 04:34:02 +08:00
},
"transformIgnorePatterns": [
2018-11-10 00:06:46 +08:00
"[/\\\\]node_modules[/\\\\].+\\.(js|jsx|ts|tsx)$",
"^.+\\.module\\.(css|sass|scss)$"
2018-04-21 04:34:02 +08:00
],
2019-04-28 10:19:34 +08:00
"modulePaths": [],
2018-04-21 04:34:02 +08:00
"moduleNameMapper": {
2018-11-10 00:06:46 +08:00
"^react-native$": "react-native-web",
"^.+\\.module\\.(css|sass|scss)$": "identity-obj-proxy"
2018-04-21 04:34:02 +08:00
},
"moduleFileExtensions": [
"web.js",
"js",
2018-11-10 00:06:46 +08:00
"web.ts",
"ts",
"web.tsx",
"tsx",
2018-04-21 04:34:02 +08:00
"json",
"web.jsx",
"jsx",
"node"
2019-04-28 10:19:34 +08:00
],
"watchPlugins": [
"jest-watch-typeahead/filename",
"jest-watch-typeahead/testname"
2018-04-21 04:34:02 +08:00
]
},
"babel": {
"presets": [
2019-08-18 05:16:58 +08:00
"@babel/preset-env",
"@babel/preset-react"
2018-11-17 12:24:53 +08:00
],
"plugins": [
[
2019-08-18 04:05:07 +08:00
"@babel/plugin-proposal-class-properties"
2018-11-17 12:24:53 +08:00
]
2018-04-21 04:34:02 +08:00
]
}
}