mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-22 01:34:20 -05:00
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "chaoticbackup",
|
|
"version": "2.1.0",
|
|
"description": "Chaotic Backup",
|
|
"scripts": {
|
|
"start": "webpack-dev-server -d --inline",
|
|
"build": "webpack -p"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/chaoticbackup/chaoticbackup.github.io.git"
|
|
},
|
|
"author": "Danude Sandstorm",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@loadable/component": "^5.10.3",
|
|
"lokijs": "^1.5.7",
|
|
"mobx": "^5.13.1",
|
|
"mobx-react": "^5.4.4",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.10.1",
|
|
"react-collapsible": "^2.6.0",
|
|
"react-digit-input": "^1.0.0",
|
|
"react-dom": "^16.10.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.1.2",
|
|
"react-router-dom": "^5.1.2",
|
|
"universal-cookie": "^4.0.2",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.6.2",
|
|
"@babel/core": "^7.6.2",
|
|
"@babel/node": "^7.6.2",
|
|
"@babel/plugin-proposal-class-properties": "^7.5.5",
|
|
"@babel/plugin-proposal-decorators": "^7.6.0",
|
|
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
|
|
"@babel/plugin-transform-runtime": "^7.6.2",
|
|
"@babel/polyfill": "^7.6.0",
|
|
"@babel/preset-env": "^7.6.2",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.6.2",
|
|
"@babel/runtime": "^7.6.2",
|
|
"babel-eslint": "^10.0.3",
|
|
"babel-loader": "^8.0.5",
|
|
"css-loader": "^3.2.0",
|
|
"eslint": "^6.5.1",
|
|
"eslint-plugin-import": "^2.18.2",
|
|
"eslint-plugin-react": "^7.15.0",
|
|
"eslint-plugin-react-hooks": "^2.1.1",
|
|
"mini-css-extract-plugin": "^0.8.0",
|
|
"node-sass": "^4.12.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"sass-loader": "^8.0.0",
|
|
"style-loader": "^1.0.0",
|
|
"uglifyjs-webpack-plugin": "^2.2.0",
|
|
"webpack": "^4.41.0",
|
|
"webpack-cli": "^3.3.9",
|
|
"webpack-dev-server": "^3.8.1"
|
|
}
|
|
}
|