typescript-windows
Version:
Typescript React components for draggable and resizable windows.
96 lines (95 loc) • 2.66 kB
JSON
{
"name": "typescript-windows",
"version": "6.4.0",
"description": "Typescript React components for draggable and resizable windows.",
"keywords": [
"React",
"Typescript",
"Windows",
"Draggable",
"Resizable"
],
"author": {
"name": "Aydin Ghane Kh.",
"email": "aydin.ghane.kh@gmail.com",
"url": "http://iding.ir"
},
"license": "ISC",
"main": "./index",
"repository": {
"type": "git",
"url": "git+https://github.com/iding-ir/typescript-windows.git"
},
"bugs": {
"url": "https://github.com/iding-ir/typescript-windows/issues"
},
"dependencies": {
"@react-hook/window-size": "^3.0.7",
"clsx": "^1.1.1",
"react-draggable": "^4.4.3",
"react-jss": "^10.5.0",
"react-resizable": "^1.11.0",
"react-use-dimensions": "^1.2.1",
"use-breakpoint": "^1.1.5"
},
"devDependencies": {
"@babel/cli": "^7.8.3",
"@babel/core": "^7.8.3",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"@babel/preset-typescript": "^7.8.3",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"@types/react-resizable": "^1.7.2",
"i18next": "^19.8.3",
"mkdirp": "^1.0.4",
"ncp": "^2.0.0",
"node-sass": "^4.14.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-i18next": "^11.7.3",
"react-scripts": "4.0.0",
"typescript": "^3.7.5",
"web-vitals": "^0.2.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"publish:npm": "babel src --out-dir dist --extensions \".ts,.tsx\" --source-maps inline&& node-sass src/ -o dist && tsc --project tsconfig.types.json && mkdirp dist/assets && mkdirp dist/assets/images && ncp src/assets/images dist/assets/images"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react",
"@babel/preset-typescript"
],
"plugins": [
"@babel/plugin-proposal-class-properties"
]
}
}