pashto-inflector/package.json

100 lines
2.6 KiB
JSON

{
"name": "@lingdocs/pashto-inflector",
"version": "4.9.16",
"author": "lingdocs.com",
"description": "A Pashto inflection and verb conjugation engine, inculding React components for displaying Pashto text, inflections, and conjugations",
"homepage": "https://verbs.lingdocs.com",
"license": "MIT",
"exports": {
"./functions": "./dist-cjs/dist/functions.js",
"./components": "./dist-cjs/dist/components.js"
},
"module": "dist/library.js",
"types": "dist/library.d.ts",
"private": false,
"files": [
"dist",
"dist-cjs",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/lingdocs/pashto-inflector.git"
},
"publishConfig": {
"registry": "https://npm.lingdocs.com"
},
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"@rollup/plugin-commonjs": "^22.0.2",
"@rollup/plugin-image": "^2.0.6",
"@rollup/plugin-node-resolve": "^14.1.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.20",
"@types/node": "^15.12.1",
"@types/node-fetch": "^2.5.10",
"@types/pbf": "^3.0.2",
"@types/react": "^17.0.3",
"@types/react-dom": "^17.0.2",
"bootstrap": "^4.6.0",
"fs-extra": "^9.1.0",
"glob": "^7.1.6",
"node-fetch": "^2.6.1",
"pbf": "^3.2.1",
"react": "^17.0.1",
"react-bootstrap": "^1.5.1",
"react-dom": "^17.0.1",
"react-scripts": "4.0.3",
"rimraf": "^3.0.2",
"rollup": "^2.79.1",
"typescript": "^4.2.3",
"web-vitals": "^1.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"build-website": "node get-words.js && npm run build",
"build-library": "cd src/components && rimraf dist && tsc --project lib-tsconfig.json && cd ../lib && rimraf dist && tsc --project lib-tsconfig.json && cd .. && rollup -c",
"test-ci": "npm run test -- --watchAll=false",
"get-words": "node get-words.js"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
],
"rules": {
"no-warning-comments": [
1,
{
"terms": [
"fixme",
"xxx"
],
"location": "anywhere"
}
]
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"react-select": "^5.4.0"
}
}