mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
33 lines
827 B
JSON
33 lines
827 B
JSON
{
|
|
"private": true,
|
|
"globalGit": "https://github.com/srgooglo/comty",
|
|
"gitRepo": "srgooglo/comty",
|
|
"scripts": {
|
|
"start": "umi dev",
|
|
"build": "umi build"
|
|
},
|
|
"dependencies": {
|
|
"@nodecorejs/utils": "^0.14.7",
|
|
"@umijs/preset-react": "^1.8.7",
|
|
"antd": "^4.15.5",
|
|
"axios": "^0.21.1",
|
|
"classnames": "^2.2.6",
|
|
"feather-reactjs": "^2.0.13",
|
|
"hosted-git-info": "4.0.2",
|
|
"lint-staged": "^10.0.7",
|
|
"moment": "^2.29.0",
|
|
"prettier": "^1.19.1",
|
|
"radium": "^0.26.1",
|
|
"react-animation": "^1.2.2",
|
|
"react-dom": "^16.13.1",
|
|
"react-google-recaptcha": "^2.1.0",
|
|
"react-helmet": "^6.1.0",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-reveal": "^1.2.2",
|
|
"store": "^2.0.12",
|
|
"styled-components": "^5.2.0",
|
|
"umi": "^3.4.20",
|
|
"yorkie": "^2.0.0"
|
|
}
|
|
}
|