UNPKG

3.21 kBJSONView Raw
1{
2 "name": "@morsedigital/webpack-defaults",
3 "version": "5.7.1",
4 "main": "src/index.js",
5 "repository": "git@github.com:morsedigital/webpack-defaults.git",
6 "author": "Adrian Stainforth <adrian.stainforth@gmail.com>",
7 "license": "MIT",
8 "devDependencies": {
9 "@djforth/jest-matchers": "^2.0.0-0",
10 "babel-eslint": "^10.0.1",
11 "babel-jest": "^24.7.1",
12 "eslint": "^5.16.0",
13 "eslint-config-prettier": "^4.1.0",
14 "eslint-plugin-import": "^2.17.2",
15 "eslint-plugin-jest": "^22.4.1",
16 "immutable": "^3.8.2",
17 "jest": "^24.7.1",
18 "lodash": "^4.17.11",
19 "moment": "^2.24.0",
20 "prettier": "^1.17.0"
21 },
22 "scripts": {
23 "lint": "eslint src/** --fix",
24 "lint:tests": "eslint __tests__/** --fix",
25 "test": "jest --coverage --config jest.config.json",
26 "test:watch": "jest --watch --config jest.config.json"
27 },
28 "dependencies": {
29 "@babel/core": "^7.4.3",
30 "@babel/plugin-proposal-class-properties": "^7.4.0",
31 "@babel/plugin-proposal-object-rest-spread": "^7.4.3",
32 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
33 "@babel/plugin-transform-destructuring": "^7.4.3",
34 "@babel/plugin-transform-regenerator": "^7.4.3",
35 "@babel/plugin-transform-runtime": "^7.4.3",
36 "@babel/polyfill": "^7.4.3",
37 "@babel/preset-env": "^7.4.3",
38 "@babel/preset-react": "^7.0.0",
39 "@babel/runtime": "^7.4.3",
40 "@morsedigital/morse-marker": "^1.0.1",
41 "@rails/webpacker": "^4.0.2",
42 "babel-core": "^7.0.0-bridge",
43 "babel-loader": "^8.0.5",
44 "babel-minify-webpack-plugin": "^0.3.1",
45 "babel-plugin-date-fns": "^0.2.1",
46 "babel-plugin-dynamic-import-node": "^2.2.0",
47 "babel-plugin-istanbul": "^5.1.3",
48 "babel-plugin-lodash": "^3.3.4",
49 "babel-plugin-syntax-dynamic-import": "^6.18.0",
50 "babel-plugin-transform-object-rest-spread": "^6.26.0",
51 "browserslist": "^4.5.5",
52 "caniuse-lite": "^1.0.30000962",
53 "copy-webpack-plugin": "^5.0.2",
54 "css-hot-loader": "^1.4.4",
55 "css-loader": "^2.1.1",
56 "cssnano": "^4.1.10",
57 "eslint-config-morsedigital-prettier": "^2.1.0",
58 "eslint-plugin-prettier": "^3.0.1",
59 "glob": "^7.1.3",
60 "image-webpack-loader": "^4.6.0",
61 "imagemin": "^6.1.0",
62 "imagemin-webp": "^5.0.0",
63 "imagemin-webp-webpack-plugin": "^3.1.0",
64 "imagemin-webpack-plugin": "^2.4.2",
65 "img-loader": "^3.0.1",
66 "json-file-plus": "^3.3.1",
67 "lodash-webpack-plugin": "^0.11.5",
68 "mini-css-extract-plugin": "^0.6.0",
69 "node-sass": "^4.11.0",
70 "normalize.css": "^8.0.1",
71 "optimize-css-assets-webpack-plugin": "^5.0.1",
72 "path-complete-extname": "^1.0.0",
73 "postcss-discard-comments": "^4.0.2",
74 "postcss-flexbugs-fixes": "^4.1.0",
75 "postcss-import": "^12.0.1",
76 "postcss-normalize": "^7.0.1",
77 "postcss-preset-env": "^6.6.0",
78 "resolve-url-loader": "^3.1.0",
79 "sass-loader": "^7.1.0",
80 "terser-webpack-plugin": "^1.2.4",
81 "uglifyjs-webpack-plugin": "^2.1.2",
82 "webpack": "^4.30.0",
83 "webpack-assets-manifest": "^3.1.1",
84 "webpack-cli": "^3.3.1",
85 "webpack-config-utils": "^2.3.1",
86 "webpack-dev-server": "^3.3.1",
87 "webpack-merge": "^4.2.1"
88 },
89 "peerDependencies": {
90 "file-loader": "^3.0.1"
91 }
92}