gridcellx
Version:
GridCell component for React, written in TypeScript
59 lines (58 loc) • 1.43 kB
JSON
{
"name": "gridcellx",
"version": "1.0.8",
"private": false,
"main": "",
"homepage": "",
"license": "MIT",
"author": "liujiaheng",
"description": "GridCell component for React, written in TypeScript",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": ""
},
"keywords": [
"react",
"react-splitter",
"component",
"splitter",
"splitters",
"typescript",
"ts",
"es6"
],
"devDependencies": {
"@types/node": "^10.9.0",
"@types/react": "^16.4.11",
"@types/react-dom": "^16.0.7",
"node-sass": "^4.9.3",
"npm-run-all": "^4.1.3",
"react-scripts-ts": "^4.0.8",
"typescript": "^3.0.1"
},
"dependencies": {
"my-splitters": "^1.0.0",
"react": "^16.4.2",
"react-dom": "^16.4.2"
},
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0"
},
"scripts": {
"tsc-compile": "tsc src/components/GridCell/GCol.tsx --outDir ./lib --jsx react --target ES5",
"build-css": "node-sass src/ -o src/",
"watch-css": "npm run build-css && node-sass src/ -o src/ --watch",
"start-js": "react-scripts-ts start",
"start": "npm-run-all -p watch-css start-js",
"build": "npm run build-css && react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}