UNPKG

@canes/ecb-tas-feature

Version:
78 lines (77 loc) 2.3 kB
{ "name": "@canes/ecb-tas-feature", "version": "2.3.3", "description": "Tas Feature", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "scripts": { "build": "rollup -c --prod", "watch": "rollup -c -w", "start": "npm-run-all --parallel watch start-example", "start-example": "cd example && npm start", "i-all": "npm i && cd example && npm i", "eslint": "eslint --ext .tsx,.ts ./src -c .eslintrc.json" }, "repository": { "type": "git", "url": "git+https://github.com/ecobavn/tas-feature.git" }, "keywords": [ "ecoba", "tas" ], "author": "nvdunginest", "license": "MIT", "homepage": "https://github.com/ecobavn/tas-feature#readme", "files": [ "dist" ], "typings": "dist/index.d.ts", "peerDependencies": { "@ecoba-vn/client-core": "^2.0.2", "@ecoba-vn/client-shared-ui": "^1.1.1", "@fortawesome/react-fontawesome": "^0.1.16", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.61", "moment": "^2.29.4", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.2.1", "react-scripts": "^5.0.1", "styled-components": "^5.3.5" }, "overrides": { "nth-check": "^2.0.1" }, "devDependencies": { "@ecoba-vn/ckeditor5-custom-build": "^1.0.0", "@ecoba-vn/client-core": "^2.0.2", "@ecoba-vn/client-shared-ui": "^1.1.1", "@fortawesome/react-fontawesome": "^0.1.16", "@material-ui/core": "^4.12.3", "@material-ui/icons": "^4.11.3", "@material-ui/lab": "^4.0.0-alpha.61", "@rollup/plugin-image": "^2.1.1", "@types/react": "^17.0.18", "@types/react-dom": "^17.0.9", "@types/react-router-dom": "^5.3.2", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "clsx": "^1.2.1", "eslint": "^8.17.0", "eslint-plugin-react": "^7.30.0", "moment": "*", "npm-run-all": "^4.1.5", "react": "^17.0.2", "react-dom": "^17.0.2", "react-router-dom": "^6.2.1", "react-scripts": "^5.0.1", "rollup": "^2.75.7", "rollup-plugin-delete": "^2.0.0", "rollup-plugin-typescript2": "^0.32.1", "rollup-plugin-version-injector": "^1.3.3", "styled-components": "^5.3.5", "typescript": "4.3.5" } }