chaoticbackup.github.io/package.json
2017-04-27 17:26:44 -04:00

36 lines
994 B
JSON

{
"name": "chaoticbackup-portal",
"version": "0.0.1",
"description": "Chaotic Backup Portal to Perim",
"scripts": {
"start": "webpack-dev-server -d --inline --host 0.0.0.0 --history-api-fallback --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chaoticbackup/portal.git"
},
"author": "Danude Sandstorm",
"license": "MIT",
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1",
"react-interactive": "^0.5.1",
"react-router": "^3.0.0"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"eslint": "^3.12.2",
"eslint-config-airbnb": "^13.0.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.8.0",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}