semantic-ui-calendar-react
Version:
date/time picker built from semantic-ui elements
85 lines (84 loc) • 2.56 kB
JSON
{
"name": "semantic-ui-calendar-react",
"version": "0.12.0",
"description": "date/time picker built from semantic-ui elements",
"main": "dist/index.js",
"scripts": {
"test": "npx mocha -r @babel/register ./test/setup.js ./test/**/*.js",
"start": "npx webpack-dev-server",
"prebuild": "npx rimraf dist/*",
"build": "npx babel src -d dist",
"build:ts": "npx cpy **/*.d.ts ../dist/ --cwd=src --parents",
"postbuild": "npm run build:ts",
"publish-npm": "npm run test && npm run build && npm publish",
"build:example": "npx webpack --production"
},
"keywords": [
"semantic",
"react",
"calendar",
"datepicker"
],
"author": "Artem Fedulov <arfedulov@gmail.com>",
"homepage": "https://github.com/arfedulov/semantic-ui-calendar-react#readme",
"bugs": {
"url": "https://github.com/arfedulov/semantic-ui-calendar-react/issues"
},
"files": [
"src",
"dist"
],
"repository": {
"type": "git",
"url": "https://github.com/arfedulov/semantic-ui-calendar-react.git"
},
"license": "MIT",
"peerDependencies": {
"react": "^16.6.0",
"react-dom": "^16.6.0",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.82.5"
},
"devDependencies": {
"@babel/cli": "^7.1.2",
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-export-default-from": "^7.0.0",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.0.0",
"@types/react": "^16.4.18",
"babel-eslint": "^8.2.6",
"babel-loader": "^8.0.4",
"babel-plugin-transform-react-handled-props": "^1.0.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.14",
"babel-preset-airbnb": "^2.5.3",
"chai": "^4.1.2",
"cpy-cli": "^1.0.1",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.10.0",
"jsdom": "^11.12.0",
"mkdirp": "^0.5.1",
"mocha": "^5.2.0",
"mockdate": "^2.0.2",
"react": "^16.6.0",
"react-dom": "^16.6.0",
"rimraf": "^2.6.2",
"semantic-ui-css": "^2.4.1",
"semantic-ui-react": "^0.82.5",
"sinon": "^6.1.4",
"webpack": "^4.23.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.10"
},
"dependencies": {
"keyboard-key": "^1.0.2",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"prop-types": "^15.6.2"
}
}