mirror of https://github.com/msgbyte/tailchat
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.0 KiB
JSON
68 lines
2.0 KiB
JSON
{
|
|
"name": "pawchat-web",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/pawchat/pawchat.git",
|
|
"author": "moonrailgun <moonrailgun@gmail.com>",
|
|
"license": "GPLv3",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "cross-env TS_NODE_PROJECT='tsconfig.node.json' webpack",
|
|
"dev": "cross-env TS_NODE_PROJECT='tsconfig.node.json' NODE_ENV=development webpack serve"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/iconify": "^2.0.2",
|
|
"@iconify/react": "^3.0.0-alpha.1",
|
|
"@loadable/component": "^5.15.0",
|
|
"antd": "^4.16.6",
|
|
"clsx": "^1.1.1",
|
|
"jwt-decode": "^3.1.2",
|
|
"p-min-delay": "^4.0.0",
|
|
"pawchat-shared": "*",
|
|
"react": "^17.0.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-redux": "^7.2.4",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"react-use-gesture": "^9.1.3",
|
|
"socket.io-client": "^4.1.2",
|
|
"tailwindcss": "^2.2.4",
|
|
"yup": "^0.32.9"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/jest-dom": "^5.14.1",
|
|
"@testing-library/react": "^12.0.0",
|
|
"@testing-library/react-hooks": "^7.0.1",
|
|
"@types/copy-webpack-plugin": "^8.0.0",
|
|
"@types/mini-css-extract-plugin": "^1.4.3",
|
|
"@types/node": "^15.12.5",
|
|
"@types/react": "^17.0.11",
|
|
"@types/react-dom": "^17.0.8",
|
|
"@types/react-router": "^5.1.15",
|
|
"@types/react-router-dom": "^5.1.7",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-dev-server": "^3.11.4",
|
|
"autoprefixer": "^10.2.6",
|
|
"copy-webpack-plugin": "^9.0.1",
|
|
"cross-env": "^7.0.3",
|
|
"css-loader": "^5.2.6",
|
|
"esbuild-loader": "^2.13.1",
|
|
"file-loader": "^6.2.0",
|
|
"html-webpack-plugin": "^5.3.2",
|
|
"less": "^4.1.1",
|
|
"less-loader": "^10.0.0",
|
|
"mini-css-extract-plugin": "^1.6.2",
|
|
"postcss": "^8.3.5",
|
|
"postcss-loader": "^6.1.0",
|
|
"style-loader": "^3.0.0",
|
|
"ts-node": "^10.0.0",
|
|
"tsconfig-paths": "^3.9.0",
|
|
"tsconfig-paths-webpack-plugin": "^3.5.1",
|
|
"typescript": "^4.3.4",
|
|
"url-loader": "^4.1.1",
|
|
"webpack": "^5.41.0",
|
|
"webpack-cli": "^4.7.2",
|
|
"webpack-dev-server": "^3.11.2"
|
|
}
|
|
}
|