@arteneo/forge
Version:
107 lines (106 loc) • 3.46 kB
JSON
{
"name": "@arteneo/forge",
"version": "4.0.1",
"description": "Forge",
"license": "MIT",
"author": "Arteneo",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint 'src/**/*.{js,ts,tsx}'",
"dev": "webpack --mode development --progress",
"watch": "webpack --watch --mode development --progress",
"test": "jest",
"build": "webpack --mode production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arteneo/forge.git"
},
"keywords": [
"Forge"
],
"bugs": {
"url": "https://github.com/arteneo/forge/issues"
},
"homepage": "https://github.com/arteneo/forge#readme",
"peerDependencies": {
"@dnd-kit/core": "^6.0.7",
"@dnd-kit/sortable": "^7.0.2",
"@dnd-kit/utilities": "^3.2.1",
"@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",
"@mui/x-date-pickers": "^6.5.0",
"axios": "^1.4.0",
"date-fns": "^2.30.0",
"formik": "^2.4.0",
"i18next": "^22.5.0",
"lodash": "^4.17.21",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-beforeunload": "^2.5.3",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-i18next": "^12.3.1",
"react-router-dom": "^6.11.2",
"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",
"@mui/x-date-pickers": "^6.5.0",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.195",
"@types/node": "^20.2.5",
"@types/react": "^18.2.7",
"@types/react-beautiful-dnd": "^13.1.4",
"@types/react-color": "^3.0.6",
"@types/react-dom": "^18.2.4",
"@types/react-highlight-words": "^0.16.4",
"@types/react-router-dom": "^5.3.3",
"@types/webpack": "^5.28.1",
"@types/yup": "^0.29.14",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"axios": "^1.4.0",
"date-fns": "^2.30.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",
"jest": "^29.5.0",
"lodash": "^4.17.21",
"prettier": "^2.8.8",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-beforeunload": "^2.5.3",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-highlight-words": "^0.20.0",
"react-i18next": "^12.3.1",
"react-router-dom": "^6.11.2",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"use-deep-compare-effect": "^1.8.1",
"webpack": "^5.84.1",
"webpack-cli": "^5.1.1",
"yup": "^1.2.0"
},
"files": [
"/dist"
]
}