@arteneo/forge-uppy
Version:
95 lines (94 loc) • 3.01 kB
JSON
{
"name": "@arteneo/forge-uppy",
"version": "3.0.2",
"description": "Forge Uppy",
"license": "MIT",
"author": "Arteneo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"list": "npm list --depth=0",
"lint": "eslint 'src/**/*.{js,ts,tsx}'",
"dev": "webpack --mode --progress development",
"watch": "webpack --watch --progress --mode development",
"build": "webpack --progress --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arteneo/forge-uppy.git"
},
"keywords": [
"Forge",
"Uppy"
],
"bugs": {
"url": "https://github.com/arteneo/forge-uppy/issues"
},
"homepage": "https://github.com/arteneo/forge-uppy#readme",
"peerDependencies": {
"@arteneo/forge": "^3.0.0 || ^4.0.0",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@mui/system": "^5.13.2",
"@uppy/core": "^3.2.0",
"@uppy/dashboard": "^3.4.0",
"@uppy/drag-drop": "^3.0.2",
"@uppy/file-input": "^3.0.2",
"@uppy/progress-bar": "^3.0.2",
"@uppy/react": "^3.1.2",
"@uppy/status-bar": "^3.1.2",
"@uppy/tus": "^3.1.0",
"formik": "^2.4.0",
"i18next": "^22.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"yup": "^1.2.0"
},
"devDependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.3",
"@mui/system": "^5.13.2",
"@sindresorhus/slugify": "^2.2.1",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@types/webpack": "^5.28.1",
"@types/yup": "^0.29.14",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"@uppy/core": "^3.2.0",
"@uppy/dashboard": "^3.4.0",
"@uppy/drag-drop": "^3.0.2",
"@uppy/file-input": "^3.0.2",
"@uppy/progress-bar": "^3.0.2",
"@uppy/react": "^3.1.2",
"@uppy/status-bar": "^3.1.2",
"@uppy/tus": "^3.1.0",
"eslint": "^8.41.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-webpack-plugin": "^4.0.1",
"formik": "^2.4.0",
"i18next": "^22.5.0",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^12.3.1",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"yup": "^1.2.0"
},
"files": [
"/dist"
]
}