mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-21 17:24:14 -05:00
103 lines
3.2 KiB
JSON
103 lines
3.2 KiB
JSON
{
|
|
"name": "chaoticbackup",
|
|
"version": "2.1.0",
|
|
"description": "Chaotic Backup",
|
|
"scripts": {
|
|
"start": "webpack-dev-server -d --inline",
|
|
"build": "webpack -p",
|
|
"lint": "tsc --noEmit; eslint '*/**/*.{js,ts,tsx}'",
|
|
"lint:fix": "tsc --noEmit; eslint '*/**/*.{js,ts,tsx}' --quiet --fix",
|
|
"test": "cross-env TS_NODE_COMPILER_OPTIONS='{ \"module\": \"commonjs\" }' mocha -r ts-node/register -r ignore-styles -r jsdom-global/register src/**/*.spec.ts"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chaoticbackup/chaoticbackup.github.io.git"
|
|
},
|
|
"author": "Danude Sandstorm",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@loadable/component": "^5.13.1",
|
|
"@material-ui/core": "^4.11.0",
|
|
"@material-ui/icons": "^4.9.1",
|
|
"@material-ui/styles": "^4.10.0",
|
|
"lokijs": "^1.5.9",
|
|
"mobx": "^5.15.4",
|
|
"mobx-react": "^6.2.2",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.13.1",
|
|
"react-collapsible": "^2.8.0",
|
|
"react-digit-input": "^1.0.0",
|
|
"react-dom": "^16.13.1",
|
|
"react-interactive": "^0.9.1",
|
|
"react-loadable": "^5.5.0",
|
|
"react-onclickoutside": "^6.9.0",
|
|
"react-process-string": "^1.2.0",
|
|
"react-router": "^5.2.0",
|
|
"react-router-dom": "^5.2.0",
|
|
"tone": "^14.7.33",
|
|
"universal-cookie": "^4.0.3",
|
|
"whatwg-fetch": "^3.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.10.5",
|
|
"@babel/core": "^7.10.5",
|
|
"@babel/node": "^7.10.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.10.4",
|
|
"@babel/plugin-proposal-decorators": "^7.10.5",
|
|
"@babel/plugin-proposal-dynamic-import": "^7.10.4",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.10.4",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
"@babel/plugin-transform-computed-properties": "^7.10.4",
|
|
"@babel/plugin-transform-runtime": "^7.10.5",
|
|
"@babel/polyfill": "^7.10.4",
|
|
"@babel/preset-env": "^7.10.4",
|
|
"@babel/preset-flow": "^7.10.4",
|
|
"@babel/preset-react": "^7.10.4",
|
|
"@babel/preset-typescript": "^7.10.4",
|
|
"@babel/register": "^7.10.5",
|
|
"@babel/runtime": "^7.10.5",
|
|
"@types/chai": "^4.2.12",
|
|
"@types/mocha": "^7.0.2",
|
|
"@types/react": "^16.9.43",
|
|
"@types/react-dom": "^16.9.8",
|
|
"@types/react-router-dom": "^5.1.5",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.1.0",
|
|
"chai": "^4.2.0",
|
|
"cross-env": "^7.0.2",
|
|
"css-loader": "^3.6.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-plugin-flowtype": "^4.7.0",
|
|
"eslint-plugin-import": "^2.22.0",
|
|
"eslint-plugin-react": "^7.20.3",
|
|
"eslint-plugin-react-hooks": "^3.0.0",
|
|
"ignore-styles": "^5.0.1",
|
|
"jsdom": "^16.3.0",
|
|
"jsdom-global": "^3.0.2",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"mocha": "^7.2.0",
|
|
"node-sass": "^4.14.1",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"sass-loader": "^8.0.2",
|
|
"style-loader": "^1.2.1",
|
|
"terser-webpack-plugin": "^2.3.7",
|
|
"ts-node": "^8.10.2",
|
|
"typescript": "^3.9.7",
|
|
"webpack": "^4.43.0",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"browserslist": {
|
|
"production": [
|
|
">0.2%",
|
|
"not dead",
|
|
"not op_mini all"
|
|
],
|
|
"development": [
|
|
"last 1 chrome version",
|
|
"last 1 firefox version",
|
|
"last 1 safari version"
|
|
]
|
|
}
|
|
}
|