skapps-listbox
Version:
Listbox for SKAPPS apps
63 lines (62 loc) • 2.07 kB
JSON
{
"name": "skapps-listbox",
"version": "1.0.34",
"private": false,
"description": "Listbox for SKAPPS apps",
"main": "dist/SkpListbox",
"typings": "typings/SkpListbox",
"scripts": {
"justdoit": "npm update && npm run build && git commit -a -m \"auto commit\" && npm version patch && npm publish && git push",
"prepublishOnly": "babel src --out-dir dist --extensions \".ts,.tsx,.js\" --source-maps -s inline",
"test": "echo \"Error: no test specified\" && exit 1",
"check-types": "tsc",
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch",
"build": "npm run build:types && npm run build:js",
"build:types": "tsc --declaration --declarationDir typings --allowJs false --noEmit false --isolatedModules false --emitDeclarationOnly",
"build:js": "babel src --out-dir dist --extensions \".ts,.tsx,.js\" --source-maps inline"
},
"keywords": [
"SKAPPS",
"listbox"
],
"author": "Steye Kalma",
"license": "ISC",
"peerDependencies": {
"react": "^16.9.0",
"skapps-styles": "^1.0.12",
"skapps-datatools": "^1.0.0"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-numeric-separator": "^7.12.5",
"@babel/plugin-proposal-object-rest-spread": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"@babel/preset-typescript": "^7.12.1",
"@material-ui/core": "^4.11.0",
"@types/mui-datatables": "^2.12.1",
"@types/react": "^16.9.56",
"@types/react-adal": "^0.4.1",
"date-fns": "^2.16.1",
"mui-datatables": "^2.12.4",
"react": "^16.14.0",
"react-adal": "^0.5.0",
"react-dom": "^16.14.0",
"skapps-datatools": "^1.0.32",
"skapps-localization": "^1.0.85",
"skapps-styles": "^1.0.46",
"typescript": "^3.9.7"
},
"dependencies": {
"csstype": "^3.0.4",
"deepmerge": "^4.2.2",
"skapps-helpertext": "^1.0.4"
},
"files": [
"dist",
"typings"
]
}