mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-22 01:34:20 -05:00
64 lines
1.9 KiB
JSON
64 lines
1.9 KiB
JSON
{
|
|
"name": "chaoticbackup",
|
|
"version": "2.0.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": {
|
|
"lokijs": "^1.5.6",
|
|
"mobx": "^5.10.1",
|
|
"mobx-react": "^5.4.4",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.6",
|
|
"react-collapsible": "^2.6.0",
|
|
"react-digit-input": "^1.0.0",
|
|
"react-dom": "^16.8.6",
|
|
"react-interactive": "^0.8.3",
|
|
"react-onclickoutside": "^6.8.0",
|
|
"react-process-string": "^1.2.0",
|
|
"react-router": "^5.0.1",
|
|
"react-router-dom": "^5.0.1",
|
|
"universal-cookie": "^4.0.0",
|
|
"whatwg-fetch": "^3.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.2.3",
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/node": "^7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.2.3",
|
|
"@babel/plugin-proposal-decorators": "^7.2.3",
|
|
"@babel/plugin-transform-runtime": "^7.2.0",
|
|
"@babel/polyfill": "^7.2.5",
|
|
"@babel/preset-env": "^7.4.5",
|
|
"@babel/preset-flow": "^7.0.0",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"@babel/register": "^7.0.0",
|
|
"@babel/runtime": "^7.4.5",
|
|
"babel-eslint": "^10.0.2",
|
|
"babel-loader": "^8.0.5",
|
|
"css-loader": "^3.0.0",
|
|
"eslint": "^6.0.1",
|
|
"eslint-config-airbnb": "^17.1.1",
|
|
"eslint-plugin-import": "^2.18.0",
|
|
"eslint-plugin-jsx-a11y": "^6.2.3",
|
|
"eslint-plugin-react": "^7.14.2",
|
|
"mini-css-extract-plugin": "^0.7.0",
|
|
"node-sass": "^4.12.0",
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3",
|
|
"sass-loader": "^7.0.x",
|
|
"style-loader": "^0.23.1",
|
|
"uglifyjs-webpack-plugin": "^2.1.3",
|
|
"webpack": "^4.35.2",
|
|
"webpack-cli": "^3.3.5",
|
|
"webpack-dev-server": "^3.7.2"
|
|
}
|
|
}
|