@dewesoft-web/grid
Version:
Dewesoft WebUI Grid
44 lines (43 loc) • 1.33 kB
JSON
{
"name": "@dewesoft-web/grid",
"description": "Dewesoft WebUI Grid",
"version": "2.3.6",
"main": "src/DSGrid.tsx",
"license": "Proprietary",
"scripts": {
"start": "webpack-dev-server --progress --inline --hot",
"clean": "rimraf ./dist ./coverage",
"build": "npm run clean && npm run lint && npm run test-once && set NODE_ENV=production&& webpack -p --progress",
"prod": "rimraf ./dist && set NODE_ENV=production&& webpack -p --progress",
"typedoc": "typedoc src --exclude node_modules --ignoreCompilerErrors --experimentalDecorators --mode file --target ES6 --jsx react --out doc",
"lint": "npm run lint-ts",
"lint-ts": "tslint ./src/*.ts*",
"webpack": "webpack"
},
"keywords": [
"dewesoft",
"WebUI",
"controls",
"components",
"grid",
"table"
],
"peerDependencies": {
"typescript": "^2.3.0"
},
"dependencies": {
"@types/node": "^7.0.31",
"@dewesoft-web/ui": "^4.2.0",
"@types/react-dom": "^0.14.20",
"lodash": "^4.17.4",
"mobx": "^3.1.7",
"mobx-react": "^4.1.5",
"react": "^15.4.2",
"css-selector-generator": "^1.0.2",
"mark.js": "github:julmot/mark.js",
"react-contexify": "^1.1.0",
"react-dom": "^15.4.2",
"uuid": "^3.0.1",
"react-toolbox": "^2.0.0-beta.8"
}
}