mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-03-22 01:34:20 -05:00
36 lines
1013 B
JSON
36 lines
1013 B
JSON
{
|
|
"name": "spa-github-pages",
|
|
"version": "4.0.0",
|
|
"description": "Single Page Apps for GitHub Pages",
|
|
"scripts": {
|
|
"start": "webpack-dev-server -d --inline --host 0.0.0.0 --history-api-fallback --progress"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/rafrex/spa-github-pages.git"
|
|
},
|
|
"author": "Rafael Pedicini <code@rafrex.com>",
|
|
"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"
|
|
}
|
|
}
|