Skip to content

Instantly share code, notes, and snippets.

@SleeplessByte
Created April 25, 2017 00:43
Show Gist options
  • Save SleeplessByte/dd07b81529d6edc36700525b8713aa70 to your computer and use it in GitHub Desktop.
Save SleeplessByte/dd07b81529d6edc36700525b8713aa70 to your computer and use it in GitHub Desktop.
react-fluffy package.json
{
"name": "react-fluffy",
"version": "1.0.0",
"description": "Shuffle Puzzle Game with React",
"main": "webpack.config.babel.js",
"scripts": {
"clean": "rimraf dist",
"lint": "eslint src",
"lint:fix": "yarn run lint -- --fix",
"prestart": "yarn run clean && yarn run build",
"start": "serve dist -s -c 1",
"build": "cross-env NODE_ENV=production DEBUG=app* yarn run webpack -p",
"build:cli": "cross-env NODE_ENV=production DEBUG=app* yarn run webpack:cli",
"build:dev": "cross-env NODE_ENV=development DEBUG=app* yarn run webpack:dev",
"build:dev:cli": "cross-env NODE_ENV=development DEBUG=app* yarn run webpack:dev:cli",
"build:test": "cross-env NODE_ENV=test DEBUG=app* yarn run webpack:dev",
"build:test:cli": "cross-env NODE_ENV=test DEBUG=app* yarn run webpack:dev:cli",
"dev": "cross-env NODE_ENV=development DEBUG=app* yarn run webpack:dev:server",
"webpack": "webpack -p --progress",
"webpack:cli": "webpack -p",
"webpack:dev": "webpack --progress",
"webpack:dev:cli": "webpack",
"webpack:dev:server": "webpack-dev-server --hot --progress --compress",
"pretest": "rimraf .tmp",
"test": "yarn run test:mocha",
"pretest:cli": "rimraf coverage",
"test:cli": "cross-env COVERAGE=on nyc yarn run test:mocha",
"test:mocha": "cross_env NODE_ENV=test DEBUG=app* mocha-webpack",
"test:watch": "yarn run test:mocha -- --watch"
},
"engines": {
"node": ">=6.9.0",
"npm": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SleeplessByte/react-fluffy.git"
},
"author": "Derk-Jan Karrenbeld <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/SleeplessByte/react-fluffy/issues"
},
"homepage": "https://github.com/SleeplessByte/react-fluffy#readme",
"devDependencies": {
"@types/chai": "^3.5.1",
"@types/cheerio": "^0.22.1",
"@types/history": "^4.5.0",
"@types/mocha": "^2.2.41",
"@types/react": "^15.0.22",
"@types/react-dom": "^15.5.0",
"@types/react-motion": "^0.0.21",
"@types/react-redux": "^4.4.39",
"@types/react-router-dom": "^4.0.4",
"@types/sinon": "^2.1.3",
"@types/webpack": "^2.2.15",
"@types/webpack-env": "^1.13.0",
"argv": "^0.0.2",
"awesome-typescript-loader": "^3.1.2",
"babel-core": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-env": "^1.4.0",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.24.1",
"babel-runtime": "^6.23.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"chai-enzyme": "^0.6.1",
"cheerio": "^0.22.0",
"circular-dependency-plugin": "^3.0.0",
"compression-webpack-plugin": "^0.4.0",
"copy-webpack-plugin": "^4.0.1",
"cross-env": "^4.0.0",
"css-loader": "^0.28.0",
"debug": "^2.6.4",
"dotenv": "^4.0.0",
"enzyme": "^2.8.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-config-standard-jsx": "^4.0.1",
"eslint-config-standard-react": "^4.3.0",
"eslint-plugin-babel": "^4.1.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-react": "^6.10.3",
"eslint-plugin-standard": "^3.0.1",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"html-webpack-plugin": "^2.28.0",
"img-loader": "^2.0.0",
"istanbul-instrumenter-loader": "^2.0.0",
"jsdom": "^10.0.0",
"mocha": "^3.3.0",
"mocha-webpack": "^0.7.0",
"null-loader": "^0.1.1",
"nyc": "^10.2.0",
"offline-plugin": "^4.7.0",
"path": "^0.12.7",
"postcss-browser-reporter": "^0.5.0",
"postcss-color-function": "^3.0.0",
"postcss-css-variables": "^0.7.0",
"postcss-cssnext": "^2.10.0",
"postcss-each": "^0.9.3",
"postcss-loader": "^1.3.3",
"postcss-mixins": "^5.4.1",
"postcss-reporter": "^3.0.0",
"postcss-smart-import": "^0.6.12",
"raw-loader": "^0.5.1",
"react": "^15.5.4",
"react-addons-test-utils": "^15.5.1",
"react-dom": "^15.5.4",
"react-hot-loader": "next",
"react-loadable": "^3.3.1",
"react-motion": "^0.4.8",
"react-redux": "^5.0.4",
"react-router-dom": "^4.1.1",
"react-router-redux": "next",
"redux": "^3.6.0",
"redux-devtools": "^3.3.2",
"redux-thunk": "^2.2.0",
"reselect": "^3.0.0",
"rimraf": "^2.6.1",
"rxjs": "^5.3.0",
"serve": "^5.1.4",
"sinon": "^2.1.0",
"sinon-chai": "^2.9.0",
"source-map-loader": "^0.2.1",
"style-loader": "^0.16.1",
"tslib": "^1.6.1",
"tslint": "^5.1.0",
"typescript": "^2.2.2",
"url-loader": "^0.5.8",
"webpack": "^2.4.1",
"webpack-bundle-analyzer": "^2.4.0",
"webpack-dev-server": "^2.4.4",
"webpack-node-externals": "^1.5.4",
"yargs": "^7.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment