comty/package.json
2020-08-28 03:30:12 +02:00

106 lines
3.1 KiB
JSON
Executable File

{
"name": "comty-development",
"UUID": "C8mVSr-4nmPp2-pr5Vrz-CU4kg4",
"title": "Comty™",
"DevBuild": true,
"version": "0.8.27",
"stage": "dev-pre",
"description": "",
"author": "RageStudio",
"license": "ISC",
"private": true,
"main": "main/index.js",
"build": {
"files": [
"./dist/**/*",
"./pages/**/*",
"./node_modules/**/*"
],
"appId": "com.rstudio.comty",
"asar": false
},
"scripts": {
"start": "umi dev",
"postinstall": "electron-builder install-app-deps",
"dev": "concurrently \"electron .\" \"umi dev\"",
"build": "npm run build:main && npm run build:renderer",
"build:main": "ESLINT=none roadhog build",
"build:renderer": "ESLINT=none umi build",
"pack": "npm run build && npm run rebuild && build",
"pack:dir": "npm run build && npm run rebuild && build --dir",
"pack:dirOnly": "build --dir"
},
"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",
"antd": "^4.6.1",
"axios": "^0.19.2",
"babel-core": "^6.26.3",
"classnames": "^2.2.6",
"electron-config": "^2.0.0",
"electron-is": "^3.0.0",
"electron-log": "^4.2.4",
"enquire-js": "^0.2.1",
"feather-reactjs": "^2.0.13",
"jquery": "^3.5.1",
"less-vars-to-js": "^1.3.0",
"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",
"platform": "^1.3.6",
"radium": "^0.26.0",
"react": "^16.13.1",
"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-redux": "^7.2.1",
"react-reveal": "^1.2.2",
"react-scripts": "^3.4.1",
"react-virtualized": "^9.21.2",
"simple-icons": "^3.3.0",
"slash": "^3.0.0",
"stack-trace": "0.0.10",
"store": "^2.0.12",
"styled-components": "^5.1.1",
"timeago.js": "^4.0.2",
"wait-on": "^5.2.0"
},
"devDependencies": {
"@lingui/babel-preset-react": "^2.9.0",
"@lingui/cli": "^2.9.0",
"@lingui/loader": "^2.9.0",
"@umijs/preset-react": "^1.4.0",
"electron": "^10.0.1",
"electron-debug": "^2.0.0",
"electron-rebuild": "^1.7.3",
"electron-builder": "^22.8.0",
"electron-devtools-installer": "^3.1.1",
"concurrently": "^3.5.1",
"babel-eslint": "^10.0.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-module-resolver": "^4.0.0",
"cross-env": "^6.0.0",
"dva-model-extend": "^0.1.2",
"jsdoc": "^3.6.5",
"typescript": "^3.8.3",
"umi": "^3.2.17",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@types/electron-devtools-installer": "^2.2.0",
"@types/node": "^12.12.52"
}
}