document-editor-key-template
Version:
A reusable React TypeScript component
74 lines (73 loc) • 2.05 kB
JSON
{
"name": "document-editor-key-template",
"version": "1.0.18",
"description": "A reusable React TypeScript component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./styles.css": "./dist/styles/styles.css"
},
"files": [
"dist",
"README.md"
],
"keywords": [
"react",
"typescript",
"document-editor",
"syncfusion",
"mui"
],
"author": "",
"license": "MIT",
"homepage": "",
"scripts": {
"version-patch": "npm version patch",
"build": "webpack --mode production && tsc --emitDeclarationOnly",
"build1": "tsc --emitDeclarationOnly",
"bump-build": "npm run version-patch && npm run build",
"bump-build-pack": "npm run bump-build && npm pack",
"bump-build-publish": "npm run bump-build-pack && npm publish",
"dev": "webpack --mode development --watch",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@iconify/react": "^6.0.0",
"@mui/material": "^6.3.0",
"@syncfusion/ej2-react-documenteditor": "29.1.38",
"react": "^18 || ^19",
"react-dom": "^18 || ^19"
},
"devDependencies": {
"@babel/core": "^7.22.20",
"@babel/preset-env": "^7.22.20",
"@babel/preset-react": "^7.22.5",
"@babel/preset-typescript": "^7.22.5",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.8.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss-loader": "^8.1.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"style-loader": "^3.3.3",
"ts-loader": "^9.5.1",
"tslib": "^2.8.1",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"react-i18next": "^15.2.0"
}
}