Guest User

Untitled

a guest
Oct 25th, 2020
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 1.35 KB | None | 0 0
  1. {
  2.   "name": "exel-courses",
  3.   "version": "1.0.0",
  4.   "description": "JS Exel app",
  5.   "main": "webpack.config.js",
  6.   "scripts": {
  7.     "test": "echo \"Error: no test specified\" && exit 1",
  8.     "start:dev": "cross-env NODE_ENV=development webpack-dev-server --open",
  9.     "build": "cross-env NODE_ ENV=production webpack --mode production"
  10.   },
  11.   "repository": {
  12.     "type": "git",
  13.     "url": "git+https://github.com/Foxitovsky/exel-course.git"
  14.   },
  15.   "keywords": [
  16.     "js",
  17.     "exel"
  18.   ],
  19.   "author": "Dmitry",
  20.   "license": "ISC",
  21.   "bugs": {
  22.     "url": "https://github.com/Foxitovsky/exel-course/issues"
  23.   },
  24.   "homepage": "https://github.com/Foxitovsky/exel-course#readme",
  25.   "private": true,
  26.   "browserslist": "> 0.25%, not dead",
  27.   "devDependencies": {
  28.     "@babel/core": "^7.12.3",
  29.     "@babel/preset-env": "^7.12.1",
  30.     "babel-loader": "^8.1.0",
  31.     "clean-webpack-plugin": "^3.0.0",
  32.     "copy-webpack-plugin": "^6.2.1",
  33.     "cross-env": "^7.0.2",
  34.     "css-loader": "^5.0.0",
  35.     "html-webpack-plugin": "^4.5.0",
  36.     "mini-css-extract-plugin": "^1.2.0",
  37.     "sass": "^1.27.0",
  38.     "sass-loader": "^10.0.4",
  39.     "webpack": "^4.44.2",
  40.     "webpack-cli": "^4.1.0",
  41.     "webpack-dev-middleware": "^3.7.2",
  42.     "webpack-dev-server": "^3.10.1"
  43.   },
  44.   "dependencies": {
  45.     "@babel/polyfill": "^7.12.1",
  46.     "request": "^2.88.2"
  47.   }
  48. }
  49.  
Add Comment
Please, Sign In to add comment