117 lines
3.6 KiB
JSON
117 lines
3.6 KiB
JSON
|
{
|
||
|
"name": "@eldewrito-menu/frontend",
|
||
|
"version": "0.0.1",
|
||
|
"private": true,
|
||
|
"browser": "./lib/website/index.js",
|
||
|
"scripts": {
|
||
|
"build:website:development": "yon run -s build:website -- --env development",
|
||
|
"build:website:production": "yon run -s build:website -- --env production",
|
||
|
"build:website:watch": "run-p build:website -- --watch",
|
||
|
"build:website": "webpack",
|
||
|
"build:production": "bnr build:production",
|
||
|
"build": "run-p build:website",
|
||
|
"clean": "rimraf build lib",
|
||
|
"lint": "eslint .",
|
||
|
"prepublishOnly": "yon run -s build:production",
|
||
|
"start": "webpack-dev-server --mode development --env development --hot --inline"
|
||
|
},
|
||
|
"betterScripts": {
|
||
|
"build:production": {
|
||
|
"command": "yon run -s build",
|
||
|
"env": {
|
||
|
"NODE_ENV": "production"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "ssh://git@git.icedream.tech:2222/icedream/eldewrito-menu.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"website"
|
||
|
],
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"README.md"
|
||
|
],
|
||
|
"author": "Carl Kittelberger <icedream@icedream.pw>",
|
||
|
"license": "UNLICENSED",
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "^8.3.0",
|
||
|
"babel-cli": "^6.26.0",
|
||
|
"babel-core": "^6.26.0",
|
||
|
"babel-eslint": "^8.2.3",
|
||
|
"babel-loader": "^7.1.4",
|
||
|
"babel-plugin-dynamic-import-node": "^1.2.0",
|
||
|
"babel-plugin-dynamic-import-webpack": "^1.0.2",
|
||
|
"babel-plugin-syntax-export-extensions": "^6.13.0",
|
||
|
"babel-plugin-transform-class-properties": "^6.24.1",
|
||
|
"babel-plugin-transform-export-extensions": "^6.22.0",
|
||
|
"babel-plugin-transform-object-rest-spread": "^6.26.0",
|
||
|
"babel-plugin-transform-react-constant-elements": "^6.23.0",
|
||
|
"babel-plugin-transform-runtime": "^6.23.0",
|
||
|
"babel-polyfill": "^6.26.0",
|
||
|
"babel-preset-env": "^1.6.1",
|
||
|
"babel-preset-react": "^6.24.1",
|
||
|
"better-npm-run": "^0.1.0",
|
||
|
"browserslist": "^3.2.4",
|
||
|
"case-sensitive-paths-webpack-plugin": "^2.1.2",
|
||
|
"chalk": "^2.4.0",
|
||
|
"check-types": "^7.3.0",
|
||
|
"css-loader": "^0.28.11",
|
||
|
"debug": "^3.1.0",
|
||
|
"eslint": "^4.19.1",
|
||
|
"eslint-config-airbnb": "^16.1.0",
|
||
|
"eslint-plugin-babel": "^5.1.0",
|
||
|
"eslint-plugin-import": "^2.11.0",
|
||
|
"eslint-plugin-json": "^1.2.0",
|
||
|
"eslint-plugin-jsx-a11y": "^6.0.3",
|
||
|
"eslint-plugin-react": "^7.7.0",
|
||
|
"eventsource-polyfill": "^0.9.6",
|
||
|
"extract-text-webpack-plugin": "4.0.0-beta.0",
|
||
|
"file-loader": "^1.1.11",
|
||
|
"html-webpack-plugin": "^3.2.0",
|
||
|
"json-loader": "^0.5.7",
|
||
|
"node-fetch": "^2.1.2",
|
||
|
"node-sass": "^4.8.3",
|
||
|
"nodemon": "^1.17.3",
|
||
|
"normalize-scss": "^7.0.1",
|
||
|
"npm-run-all": "^4.1.2",
|
||
|
"obop": "^0.0.12",
|
||
|
"offline-plugin": "^4.9.0",
|
||
|
"performance-now": "^2.1.0",
|
||
|
"postcss-loader": "^2.1.4",
|
||
|
"progress-bar-webpack-plugin": "^1.11.0",
|
||
|
"prop-types": "^15.6.1",
|
||
|
"react": "^16.3.2",
|
||
|
"react-dom": "^16.3.2",
|
||
|
"react-helmet": "^5.2.0",
|
||
|
"react-hot-loader": "^4.1.1",
|
||
|
"react-redux": "^5.0.7",
|
||
|
"redux": "^4.0.0",
|
||
|
"redux-actions": "^2.3.0",
|
||
|
"redux-promise": "^0.5.3",
|
||
|
"redux-promises": "^1.0.0",
|
||
|
"redux-saga": "^0.16.0",
|
||
|
"reselect": "^3.0.1",
|
||
|
"resolve-url-loader": "^2.3.0",
|
||
|
"rimraf": "^2.6.2",
|
||
|
"sass-loader": "^7.0.1",
|
||
|
"shortid": "^2.2.8",
|
||
|
"slash": "^2.0.0",
|
||
|
"spinkit": "^1.2.5",
|
||
|
"style-loader": "^0.21.0",
|
||
|
"stylus": "^0.54.5",
|
||
|
"stylus-loader": "^3.0.2",
|
||
|
"uglifyjs-webpack-plugin": "^1.2.5",
|
||
|
"url-loader": "^1.0.1",
|
||
|
"webfontloader": "^1.6.28",
|
||
|
"webpack": "^4.6.0",
|
||
|
"webpack-cli": "^2.0.15",
|
||
|
"webpack-dev-server": "^3.1.3",
|
||
|
"webpack-hot-middleware": "^2.22.1",
|
||
|
"webpack-merge": "^4.1.2",
|
||
|
"yon-tools": "^0.0.2"
|
||
|
}
|
||
|
}
|