vlibras-player-nextjs
Version:
VLibras Player para Next.js - Biblioteca moderna para tradução de texto em Libras com callbacks de estado
79 lines (78 loc) • 2.13 kB
JSON
{
"name": "vlibras-player-nextjs",
"version": "2.5.1",
"description": "VLibras Player para Next.js - Biblioteca moderna para tradução de texto em Libras com callbacks de estado",
"main": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.esm.js",
"require": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"./styles": "./dist/styles.css"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"scripts": {
"build": "rollup -c",
"build:types": "tsc --emitDeclarationOnly",
"lint": "eslint src --ext .ts,.tsx",
"lint:fix": "eslint src --ext .ts,.tsx --fix",
"type-check": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"prepublishOnly": "npm run build"
},
"keywords": [
"vlibras",
"libras",
"accessibility",
"sign-language",
"nextjs",
"react",
"typescript"
],
"author": "VLibras Team",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Luca-Sousa/vlibras-player-web-nextjs.git"
},
"peerDependencies": {
"next": ">=13.0.0",
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"dependencies": {
"axios": "^1.7.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"@types/jest": "^29.5.0",
"@types/node": "^20.0.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"autoprefixer": "^10.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.0.0",
"jest": "^29.7.0",
"next": "^14.2.0",
"postcss": "^8.4.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rollup": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-postcss": "^4.0.0",
"tailwindcss": "^3.4.0",
"typescript": "^5.4.0"
}
}