93 lines
2.5 KiB
JSON
93 lines
2.5 KiB
JSON
{
|
|
"name": "@lingdocs/pashto-inflector",
|
|
"version": "1.9.2",
|
|
"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",
|
|
"main": "dist-cjs/library.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"
|
|
},
|
|
"dependencies": {
|
|
"classnames": "^2.2.6",
|
|
"pbf": "^3.2.1",
|
|
"rambda": "^6.7.0",
|
|
"react-rewards": "^2.0.3",
|
|
"react-select": "^5.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-free": "^5.15.2",
|
|
"@rollup/plugin-commonjs": "^17.1.0",
|
|
"@rollup/plugin-image": "^2.0.6",
|
|
"@rollup/plugin-node-resolve": "^11.2.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",
|
|
"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.41.0",
|
|
"typescript": "^4.2.3",
|
|
"web-vitals": "^1.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^17.0.1",
|
|
"react-bootstrap": "^1.5.1",
|
|
"react-dom": "^17.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": "node get-words.js && rimraf dist && rimraf dist-cjs && tsc --project library-tsconfig.json && node library-post-build.js && rollup -c",
|
|
"test-ci": "npm run test -- --watchAll=false",
|
|
"get-words": "node get-words.js"
|
|
},
|
|
"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"
|
|
]
|
|
}
|
|
}
|