chaoticbackup.github.io/package.json
2021-08-05 14:55:29 -04:00

111 lines
3.5 KiB
JSON

{
"name": "chaoticbackup",
"version": "2.1.0",
"description": "Chaotic Backup",
"scripts": {
"start": "webpack-cli serve --mode development --env development",
"build": "webpack",
"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.15.0",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@material-ui/styles": "^4.11.4",
"lokijs": "^1.5.12",
"mobx": "^5.15.7",
"mobx-react": "^6.3.1",
"prop-types": "^15.7.2",
"react": "^16.14.0",
"react-collapsible": "^2.8.3",
"react-digit-input": "^2.1.0",
"react-dom": "^16.14.0",
"react-interactive": "^0.9.5",
"react-loadable": "^5.5.0",
"react-onclickoutside": "^6.11.2",
"react-process-string": "^1.2.0",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"tone": "^14.7.77",
"universal-cookie": "^4.0.4",
"whatwg-fetch": "^3.6.2"
},
"devDependencies": {
"@babel/cli": "^7.14.8",
"@babel/core": "^7.15.0",
"@babel/node": "^7.14.9",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.14.5",
"@babel/plugin-proposal-dynamic-import": "^7.14.5",
"@babel/plugin-proposal-object-rest-spread": "^7.14.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-computed-properties": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.15.0",
"@babel/preset-react": "^7.14.5",
"@babel/preset-typescript": "^7.15.0",
"@babel/register": "^7.14.5",
"@babel/runtime": "^7.14.8",
"@types/chai": "^4.2.21",
"@types/mocha": "^8.2.3",
"@types/react": "^16.14.11",
"@types/react-dom": "^16.9.14",
"@types/react-router-dom": "^5.1.8",
"@typescript-eslint/eslint-plugin": "^4.29.0",
"@typescript-eslint/parser": "^4.29.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"chai": "^4.3.4",
"clean-webpack-plugin": "^3.0.0",
"cross-env": "^7.0.3",
"css-loader": "^5.2.7",
"css-minimizer-webpack-plugin": "^1.3.0",
"eslint": "^7.32.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-react-hooks": "^4.2.0",
"fsevents": "^2.3.2",
"ignore-styles": "^5.0.1",
"jsdom": "^16.7.0",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^1.6.2",
"mocha": "^8.4.0",
"postcss": "^8.3.6",
"sass": "^1.37.5",
"sass-loader": "^11.1.1",
"style-loader": "^2.0.0",
"terser-webpack-plugin": "^5.1.4",
"ts-node": "^9.1.1",
"typescript": "^4.3.5",
"webpack": "^5.48.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
},
"browser": {
"fs": false
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}