123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "name": "webpack-starter-kit",
- "version": "1.1.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "start": "webpack-dev-server --env.mode development --config ./webpack/config.js",
- "build": "webpack --env.mode production --config ./webpack/config.js",
- "predeploy": "npm run build",
- "deploy": "gh-pages -d build"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/luxplanjay/webpack-starter-kit.git"
- },
- "keywords": [],
- "author": "Alexander Repeta <alexander.repeta@gmail.com>",
- "license": "MIT",
- "bugs": {
- "url": "https://github.com/luxplanjay/webpack-starter-kit/issues"
- },
- "homepage": "https://github.com/grisha19961116/goit-js-home-wok-10",
- "devDependencies": {
- "@babel/core": "^7.8.7",
- "@babel/plugin-proposal-class-properties": "^7.8.3",
- "@babel/preset-env": "^7.11.5",
- "@pnotify/core": "^5.1.2",
- "autoprefixer": "^9.7.4",
- "babel-loader": "^8.0.6",
- "clean-webpack-plugin": "^3.0.0",
- "css-loader": "^3.4.2",
- "file-loader": "^6.0.0",
- "friendly-errors-webpack-plugin": "^1.7.0",
- "gh-pages": "^2.2.0",
- "handlebars-loader": "^1.7.1",
- "html-loader": "^0.5.5",
- "html-webpack-plugin": "^3.2.0",
- "img-loader": "^3.0.1",
- "mini-css-extract-plugin": "^0.9.0",
- "node-sass": "^4.13.1",
- "optimize-css-assets-webpack-plugin": "^5.0.3",
- "postcss-loader": "^3.0.0",
- "sass-loader": "^8.0.2",
- "style-loader": "^1.1.3",
- "url-loader": "^4.0.0",
- "webpack": "^4.42.0",
- "webpack-cli": "^3.3.11",
- "webpack-dev-server": "^3.10.3",
- "webpack-merge": "^4.2.2",
- "webpackbar": "^4.0.0"
- },
- "dependencies": {
- "axios": "^0.24.0",
- "basiclightbox": "^5.0.3",
- "core-js": "^3.6.4",
- "handlebars": "^4.7.6",
- "infinite-scroll": "^3.0.6",
- "lodash.debounce": "^4.0.8",
- "lodash.throttle": "^4.1.1",
- "material-design-icons": "^3.0.1",
- "pnotify": "^5.1.2"
- }
- }
|