mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
93 lines
2.5 KiB
JSON
Executable File
93 lines
2.5 KiB
JSON
Executable File
{
|
|
"name": "comty-development",
|
|
"UUID": "C8mVSr-4nmPp2-pr5Vrz-CU4kg4",
|
|
"title": "Comty™",
|
|
"DevBuild": true,
|
|
"version": "0.8.22",
|
|
"stage": "dev-pre",
|
|
"description": "",
|
|
"author": "RageStudio",
|
|
"license": "ISC",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "umi dev",
|
|
"build": "umi build",
|
|
"postinstall": "umi generate tmp",
|
|
"prettier": "prettier --write '**/*.{js,jsx,tsx,ts,less,md,json}'",
|
|
"test": "umi-test",
|
|
"test:coverage": "umi-test --coverage"
|
|
},
|
|
"gitHooks": {
|
|
"pre-commit": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"*.{js,jsx,less,md,json}": [
|
|
"prettier --write"
|
|
],
|
|
"*.ts?(x)": [
|
|
"prettier --parser=typescript --write"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@icons-pack/react-simple-icons": "^3.8.0",
|
|
"@lingui/cli": "^2.9.1",
|
|
"@lingui/loader": "^2.9.1",
|
|
"@lingui/react": "^2.9.1",
|
|
"@material-ui/core": "^4.9.9",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@ragestudio/ycorejs-lib": "^0.1.22",
|
|
"@steveeeie/react-page-transition": "^1.2.0",
|
|
"antd": "^4.5.1",
|
|
"axios": "^0.19.2",
|
|
"babel-core": "^6.26.3",
|
|
"classnames": "^2.2.6",
|
|
"dva-model-extend": "^0.1.2",
|
|
"enquire-js": "^0.2.1",
|
|
"feather-reactjs": "^2.0.13",
|
|
"jquery": "^3.5.1",
|
|
"less-vars-to-js": "^1.3.0",
|
|
"lint-staged": "^10.0.7",
|
|
"localforage": "^1.7.4",
|
|
"lodash": "^4.17.19",
|
|
"moment": "^2.27.0",
|
|
"node-sass": "^4.13.1",
|
|
"nprogress": "^0.2.0",
|
|
"path-to-regexp": "^6.1.0",
|
|
"prettier": "^1.19.1",
|
|
"prop-types": "^15.7.2",
|
|
"radium": "^0.26.0",
|
|
"react": "^16.12.0",
|
|
"react-animations": "^1.0.0",
|
|
"react-color": "^2.18.1",
|
|
"react-dazzle": "^1.4.0",
|
|
"react-dom": "^16.12.0",
|
|
"react-emoji": "^0.5.0",
|
|
"react-google-recaptcha": "^2.0.1",
|
|
"react-helmet": "^5.2.1",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-perfect-scrollbar": "^1.5.8",
|
|
"react-reveal": "^1.2.2",
|
|
"react-scripts": "^3.4.1",
|
|
"react-transition-group": "^4.4.1",
|
|
"react-virtualized": "^9.21.2",
|
|
"simple-icons": "^3.3.0",
|
|
"stack-trace": "0.0.10",
|
|
"store": "^2.0.12",
|
|
"styled-components": "^5.1.1",
|
|
"timeago.js": "^4.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@lingui/babel-preset-react": "^2.9.0",
|
|
"@lingui/cli": "^2.9.0",
|
|
"@lingui/loader": "^2.9.0",
|
|
"@umijs/preset-react": "^1.4.0",
|
|
"babel-eslint": "^10.0.1",
|
|
"babel-plugin-dev-expression": "^0.2.1",
|
|
"babel-plugin-module-resolver": "^4.0.0",
|
|
"cross-env": "^6.0.0",
|
|
"typescript": "^3.8.3",
|
|
"jsdoc": "^3.6.5",
|
|
"umi": "^3.2.9"
|
|
}
|
|
}
|