73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"name": "misskey-tools",
|
|
"version": "4.0.0-dev",
|
|
"description": "",
|
|
"author": "Shrimpia Network",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "run-s build:backend build:frontend",
|
|
"build:frontend": "webpack",
|
|
"dev:frontend": "webpack --watch",
|
|
"clean": "rimraf built",
|
|
"lint": "eslint --ext .ts,.tsx src",
|
|
"lint:fix": "eslint --fix --ext .ts,.tsx src"
|
|
},
|
|
"dependencies": {
|
|
"@babel/preset-react": "^7.14.5",
|
|
"@reduxjs/toolkit": "^1.6.1",
|
|
"css-loader": "^6.2.0",
|
|
"dayjs": "^1.10.7",
|
|
"deepmerge": "^4.2.2",
|
|
"i18next": "^20.6.1",
|
|
"i18next-browser-languagedetector": "^6.1.2",
|
|
"insert-text-at-cursor": "^0.3.0",
|
|
"json5-loader": "^4.0.1",
|
|
"markdown-it": "^12.3.2",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-i18next": "^11.12.0",
|
|
"react-image-crop": "^9.0.5",
|
|
"react-markdown": "^8.0.0",
|
|
"react-modal-hook": "^3.0.0",
|
|
"react-redux": "^7.2.9",
|
|
"react-router-dom": "^5.2.1",
|
|
"react-twemoji": "^0.5.0",
|
|
"sass": "^1.38.2",
|
|
"sass-loader": "^12.1.0",
|
|
"striptags": "^3.2.0",
|
|
"style-loader": "^3.2.1",
|
|
"styled-components": "^5.3.1",
|
|
"ts-loader": "^9.2.5",
|
|
"tsc-alias": "^1.3.9",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
"typescript": "^4.9.5",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^4.8.0",
|
|
"xeltica-ui": "xeltica-studio/design-system"
|
|
},
|
|
"devDependencies": {
|
|
"@types/insert-text-at-cursor": "^0.3.0",
|
|
"@types/koa": "^2.11.3",
|
|
"@types/koa-bodyparser": "^4.3.0",
|
|
"@types/koa-router": "^7.4.1",
|
|
"@types/koa-send": "^4.1.3",
|
|
"@types/koa-session": "^5.10.2",
|
|
"@types/koa-views": "^2.0.4",
|
|
"@types/markdown-it": "^12.2.3",
|
|
"@types/ms": "^0.7.31",
|
|
"@types/node": "^18.14.1",
|
|
"@types/node-cron": "^2.0.3",
|
|
"@types/react": "^17.0.19",
|
|
"@types/react-dom": "^17.0.9",
|
|
"@types/react-router-dom": "^5.1.8",
|
|
"@types/react-twemoji": "^0.4.0",
|
|
"@types/styled-components": "^5.1.13",
|
|
"@types/uuid": "^8.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^5.53.0",
|
|
"@typescript-eslint/parser": "^5.53.0",
|
|
"copyfiles": "^2.3.0",
|
|
"eslint": "^8.34.0"
|
|
}
|
|
}
|