mirror of
https://github.com/atisawd/boxicons.git
synced 2024-11-13 19:04:52 +01:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "spa-github-pages",
|
||
|
"version": "5.1.0",
|
||
|
"private": true,
|
||
|
"description": "Single Page Apps for GitHub Pages",
|
||
|
"scripts": {
|
||
|
"start": "webpack-dev-server --devtool eval-source-map --history-api-fallback --open",
|
||
|
"build": "webpack -p"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/rafrex/spa-github-pages.git"
|
||
|
},
|
||
|
"author": "Rafael Pedicini <code@rafrex.com>",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"prop-types": "^15.6.0",
|
||
|
"react": "^16.0.0",
|
||
|
"react-dom": "^16.0.0",
|
||
|
"react-interactive": "^0.8.1",
|
||
|
"react-router-dom": "^4.2.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"babel-core": "^6.26.0",
|
||
|
"babel-eslint": "^7.2.3",
|
||
|
"babel-loader": "^7.1.2",
|
||
|
"babel-preset-env": "^1.6.0",
|
||
|
"babel-preset-react": "^6.24.1",
|
||
|
"babel-preset-stage-1": "^6.24.1",
|
||
|
"eslint": "^3.19.0",
|
||
|
"eslint-config-airbnb": "^14.1.0",
|
||
|
"eslint-plugin-import": "^2.2.0",
|
||
|
"eslint-plugin-jsx-a11y": "^4.0.0",
|
||
|
"eslint-plugin-react": "^6.10.3",
|
||
|
"webpack": "^3.6.0",
|
||
|
"webpack-dev-server": "^2.8.2"
|
||
|
}
|
||
|
}
|