119 lines
3.5 KiB
JSON
119 lines
3.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"react-flatpickr@3.10.7",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "react-flatpickr@3.10.7",
|
|
"_id": "react-flatpickr@3.10.7",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-dJ7cZAayefqWJnX4Xe8Piy13oK2h4aeGCH9tz+D2iSNh+kbezUAWVMVCKdTqjsNBqTMS4v0DkfMy2CP2atNCTQ==",
|
|
"_location": "/react-flatpickr",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "react-flatpickr@3.10.7",
|
|
"name": "react-flatpickr",
|
|
"escapedName": "react-flatpickr",
|
|
"rawSpec": "3.10.7",
|
|
"saveSpec": null,
|
|
"fetchSpec": "3.10.7"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/react-flatpickr/-/react-flatpickr-3.10.7.tgz",
|
|
"_spec": "3.10.7",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"author": {
|
|
"name": "haoxin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/coderhaoxin/react-flatpickr/issues"
|
|
},
|
|
"dependencies": {
|
|
"flatpickr": "^4.6.2",
|
|
"prop-types": "^15.5.10"
|
|
},
|
|
"description": "flatpickr for React",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.0.0",
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.0.0",
|
|
"@babel/plugin-proposal-decorators": "^7.0.0",
|
|
"@babel/plugin-proposal-do-expressions": "^7.0.0",
|
|
"@babel/plugin-proposal-export-default-from": "^7.0.0",
|
|
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
|
|
"@babel/plugin-proposal-function-bind": "^7.0.0",
|
|
"@babel/plugin-proposal-function-sent": "^7.0.0",
|
|
"@babel/plugin-proposal-json-strings": "^7.0.0",
|
|
"@babel/plugin-proposal-logical-assignment-operators": "^7.0.0",
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.0.0",
|
|
"@babel/plugin-proposal-numeric-separator": "^7.0.0",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.0.0",
|
|
"@babel/plugin-proposal-pipeline-operator": "^7.0.0",
|
|
"@babel/plugin-proposal-throw-expressions": "^7.0.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
|
|
"@babel/plugin-syntax-import-meta": "^7.0.0",
|
|
"@babel/preset-env": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-eslint": "^9.0.0",
|
|
"babel-loader": "^8.0.0",
|
|
"css-loader": "^3.6.0",
|
|
"enzyme": "^3.9.0",
|
|
"enzyme-adapter-react-16": "^1.12.1",
|
|
"eslint": "^7.20.0",
|
|
"eslint-config-ok": "github:haoxins/eslint-config",
|
|
"jest": "^24.8.0",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"semantic-ui-react": "^0.88.2",
|
|
"style-loader": "^0.19.0",
|
|
"webpack": "^4.41.5",
|
|
"webpack-cli": "^3.3.10",
|
|
"webpack-dev-server": "^3.10.3"
|
|
},
|
|
"eslintConfig": {
|
|
"extends": [
|
|
"ok"
|
|
]
|
|
},
|
|
"files": [
|
|
"build/",
|
|
"lib/"
|
|
],
|
|
"homepage": "https://github.com/coderhaoxin/react-flatpickr#readme",
|
|
"jest": {
|
|
"setupFiles": [
|
|
"./test/setup.js"
|
|
]
|
|
},
|
|
"keywords": [
|
|
"flatpickr",
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"main": "build/index.js",
|
|
"name": "react-flatpickr",
|
|
"peerDependencies": {
|
|
"react": "^17.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/coderhaoxin/react-flatpickr.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel lib --out-dir build",
|
|
"dev": "echo 'Please open the example directory to view the example' && webpack-dev-server --config example/webpack.js",
|
|
"example": "npm run build && webpack --config example/webpack.js",
|
|
"lint": "eslint lib && eslint example",
|
|
"prepublishOnly": "npm run build",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"version": "3.10.7"
|
|
}
|