Created
April 28, 2019 08:09
-
-
Save XEngine/01c179ec04ea5c5e993bbacd74247eef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"private": true, | |
"browserslist": [ | |
"> 1%", | |
"not dead" | |
], | |
"scripts": { | |
"dev": "npm run watch", | |
"watch": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules", | |
"build": "npm run production", | |
"production": "cross-env NODE_ENV=production webpack --progress --hide-modules" | |
}, | |
"dependencies": { | |
"@glidejs/glide": "^3.3.0", | |
"axios": "^0.18.0", | |
"core-js": "^3.0.1", | |
"haptics": "^1.0.0", | |
"intersection-observer": "^0.5.1", | |
"lodash": "^4.17.11", | |
"nouislider": "^12.1.0", | |
"nprogress": "^0.2.0", | |
"qs": "^6.7.0", | |
"redux": "^4.0.0", | |
"redux-thunk": "^2.3.0", | |
"redux-watch": "^1.1.1", | |
"regenerator-runtime": "^0.13.2", | |
"tooltip.js": "^1.3.2", | |
"vanilla-lazyload": "^11.0.6" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.4.3", | |
"@babel/plugin-proposal-class-properties": "^7.4.0", | |
"@babel/plugin-proposal-object-rest-spread": "^7.4.3", | |
"@babel/plugin-syntax-dynamic-import": "^7.2.0", | |
"@babel/preset-env": "^7.4.3", | |
"autoprefixer": "^9.5.1", | |
"babel-loader": "^8.0.5", | |
"browser-sync": "^2.26.5", | |
"browser-sync-webpack-plugin": "^2.2.2", | |
"clean-webpack-plugin": "^2.0.1", | |
"cross-env": "^5.2.0", | |
"css-loader": "^2.1.1", | |
"cssnano": "^4.1.10", | |
"dotenv": "^7.0.0", | |
"eslint": "^5.16.0", | |
"friendly-errors-webpack-plugin": "^1.7.0", | |
"media-query-splitting-plugin": "^1.1.13", | |
"mini-css-extract-plugin": "^0.6.0", | |
"postcss-loader": "^3.0.0", | |
"purgecss-webpack-plugin": "^1.5.0", | |
"sass": "^1.18.0", | |
"sass-loader": "^7.1.0", | |
"style-loader": "^0.23.1", | |
"terser-webpack-plugin": "^1.2.3", | |
"webpack": "^4.30.0", | |
"webpack-cli": "^3.3.0", | |
"webpack-dev-server": "^3.3.1", | |
"webpack-fix-style-only-entries": "^0.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment