@react-page-plugins/slate-table
Version:
react-page plugin for slate table
54 lines (53 loc) • 1.56 kB
JSON
{
"name": "@react-page-plugins/slate-table",
"version": "0.1.0-alpha.12",
"description": "react-page plugin for slate table",
"main": "./lib/index.js",
"module": "./lib-es/index.js",
"typings": "./lib/index.d.ts",
"sideEffects": false,
"scripts": {
"build": "npm-run-all --parallel build:lib build:css",
"build:watch": "npm-run-all --parallel build:lib:watch build:css:watch",
"build:lib": "tsc -p ./tsconfig.json && tsc -p ./tsconfig-es.json",
"build:lib:watch": "yarn build:lib -- --watch",
"build:css": "postcss --config ../postcss.config.js --dir lib/ src/index.css",
"build:css:watch": "npm-run-all build:css -- -w",
"clean": "rimraf \"lib\" && rimraf \"lib-es\" && rm -f *.tsbuildinfo",
"sync-version": "node ../../scripts/sync-version.js --name=slate-table"
},
"keywords": [
"react-page",
"plugin",
"slate",
"table"
],
"author": "Junmin Ahn",
"license": "MIT",
"dependencies": {
"clsx": "^1.1.1",
"lodash": "^4.17.21",
"rc-slider": "^9.7.1",
"slate": "^0.59.0",
"slate-history": "^0.59.0",
"slate-react": "^0.59.0",
"styled-components": "^5.2.1"
},
"peerDependencies": {
"react": ">=17.0.1"
},
"devDependencies": {
"@types/styled-components": "^5.1.9",
"typescript": "^4.2.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/junminahn/react-page-plugins.git"
},
"bugs": {
"url": "https://github.com/junminahn/react-page-plugins/issues"
},
"publishConfig": {
"access": "public"
}
}