UNPKG

tui-calendar-react

Version:
70 lines (69 loc) 2.12 kB
{ "name": "tui-calendar-react", "version": "0.1.0", "description": "React wrapper for tui-calendar", "author": "IniZio", "license": "ISC", "homepage": "https://github.com/IniZio/react-tui-calendar#readme", "repository": { "type": "git", "url": "git+https://github.com/IniZio/react-tui-calendar.git" }, "bugs": { "url": "https://github.com/IniZio/react-tui-calendar/issues" }, "main": "dist/react-tui-calendar.cjs.js", "module": "dist/react-tui-calendar.es.js", "browser": "dist/react-tui-calendar.iife.min.js", "unpkg": "dist/react-tui-calendar.min.js", "jsdelivr": "dist/react-tui-calendar.min.js", "files": [ "dist" ], "keywords": [ "react", "tui-calendar", "calendar" ], "scripts": { "dev": "NODE_ENV=development bili --watch --no-babel.babelrc", "dev:styleguide": "styleguidist server", "build": "NODE_ENV=production bili --compress --no-inline --no-babel.babelrc", "build:styleguide": "styleguidist build", "predeploy:styleguide": "npm run build:styleguide", "deploy:styleguide": "deploy-to-gh-pages --update --local styleguide", "release": "yarn test && yarn build && yarn publish", "test": "echo \"No test yet\" && exit 0" }, "gh-pages-deploy": { "staticpath": "styleguide", "commit": "doc(styleguidist): updated styleguide", "noprompt": false }, "devDependencies": { "babel-core": "^6.26.3", "babel-loader": "^7.1.5", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-flow-strip-types": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "bili": "^3.1.2", "css-loader": "^1.0.0", "deploy-to-gh-pages": "^1.3.6", "react": "^16.4.1", "react-dom": "^16.4.1", "react-styleguidist": "^7.1.0", "shelljs": "^0.8.2", "style-loader": "^0.21.0", "tui-calendar": "^1.3.0", "webpack": "^4.16.0" }, "peerDependencies": { "react": "^16.4.1", "tui-calendar": "^1.3.0" }, "dependencies": { "dayjs": "^1.7.4" } }