Skip to content

Instantly share code, notes, and snippets.

@iiison
Created November 7, 2017 06:15
Show Gist options
  • Save iiison/d8c6f3b8ca65573c994581143fc02df5 to your computer and use it in GitHub Desktop.
Save iiison/d8c6f3b8ca65573c994581143fc02df5 to your computer and use it in GitHub Desktop.
{
"name": "partner-portalv2",
"version": "1.0.0-0",
"description": "Partner Portal Front-End Reloaded.",
"main": "index.js",
"scripts": {
"dev": "webpack-dev-server --config webpack.config.babel.js --color --progress --hot --inline",
"test": "jest --watch --coverage",
"start": "npm-run-all dev test",
"prod": "webpack -p",
"build:prod": "npm run prod",
"build:alpha": "npm run prod",
"build:ftr": "npm run prod"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Redmart/Partner-Portal-V2.git"
},
"keywords": [],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/Redmart/Partner-Portal-V2/issues"
},
"homepage": "https://github.com/Redmart/Partner-Portal-V2#readme",
"devDependencies": {
"autoprefixer": "^7.1.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-jest": "^21.2.0",
"babel-loader": "^7.1.2",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2017": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-1": "^6.24.1",
"chalk": "^2.1.0",
"colorguard": "^1.2.0",
"css-loader": "^0.28.7",
"cssnano": "^3.10.0",
"enzyme": "^3.1.0",
"enzyme-adapter-react-15": "^1.0.1",
"enzyme-to-json": "^3.1.2",
"eslint": "^4.5.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-import-resolver-webpack": "^0.8.3",
"eslint-loader": "^1.9.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.3.0",
"extract-text-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^2.30.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^21.2.1",
"json-loader": "^0.5.7",
"lost": "^8.2.0",
"moxios": "^0.4.0",
"npm-run-all": "^4.1.1",
"postcss": "^6.0.10",
"postcss-assets": "^5.0.0",
"postcss-color-rgba-fallback": "^3.0.0",
"postcss-cssnext": "^3.0.2",
"postcss-discard-comments": "^2.0.4",
"postcss-discard-duplicates": "^2.1.0",
"postcss-image-set-polyfill": "^0.4.3",
"postcss-loader": "^2.0.6",
"postcss-merge-longhand": "^3.0.0",
"postcss-merge-rules": "^2.1.2",
"postcss-scss": "^1.0.2",
"postcss-unique-selectors": "^2.0.2",
"postcss-zindex": "^2.2.0",
"precss": "^2.0.0",
"react-test-renderer": "^15.6.2",
"redux-mock-store": "^1.3.0",
"rucksack-css": "^1.0.2",
"style-loader": "^0.18.2",
"stylelint": "^8.1.0",
"stylelint-config-standard": "^17.0.0",
"stylelint-webpack-plugin": "^0.9.0",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1",
"webpack-load-plugins": "^0.1.2"
},
"dependencies": {
"axios": "^0.16.2",
"babel-polyfill": "^6.26.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"jest": {
"moduleNameMapper": {
"\\.(css|less)$": "identity-obj-proxy"
},
"moduleFileExtensions": [
"js",
"jsx",
"css"
],
"modulePaths": [
"/app"
],
"moduleDirectories": [
"node_modules"
],
"verbose": true,
"setupTestFrameworkScriptFile": "<rootDir>/setupTests.js"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment