UNPKG

3.04 kBJSONView Raw
1{
2 "name": "@morsedigital/webpack-defaults",
3 "version": "5.4.9",
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": "^1.5.2",
10 "babel-eslint": "^10.0.1",
11 "babel-jest": "^24.1.0",
12 "eslint": "^5.13.0",
13 "eslint-config-prettier": "^4.0.0",
14 "eslint-plugin-import": "^2.16.0",
15 "eslint-plugin-jest": "^22.2.2",
16 "immutable": "^3.8.2",
17 "jest": "^24.1.0",
18 "lodash": "^4.17.11",
19 "moment": "^2.24.0",
20 "prettier": "^1.16.4"
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.2.2",
30 "@babel/plugin-proposal-class-properties": "^7.3.0",
31 "@babel/plugin-proposal-object-rest-spread": "^7.3.2",
32 "@babel/plugin-syntax-dynamic-import": "^7.2.0",
33 "@babel/plugin-transform-destructuring": "^7.3.2",
34 "@babel/plugin-transform-regenerator": "^7.0.0",
35 "@babel/plugin-transform-runtime": "^7.2.0",
36 "@babel/polyfill": "^7.2.5",
37 "@babel/preset-env": "^7.3.1",
38 "@babel/preset-react": "^7.0.0",
39 "@babel/runtime": "^7.3.1",
40 "@djforth/ap_utils": "^3.1.2",
41 "@morsedigital/morse-marker": "^1.0.1",
42 "@rails/webpacker": "^4.0.0-rc.7",
43 "babel-core": "^6.26.3",
44 "babel-loader": "^8.0.5",
45 "babel-plugin-dynamic-import-node": "^2.2.0",
46 "babel-plugin-lodash": "^3.3.4",
47 "babel-plugin-syntax-dynamic-import": "^6.18.0",
48 "babel-plugin-transform-object-rest-spread": "^6.26.0",
49 "babel-preset-minify": "^0.5.0",
50 "browserslist": "^4.4.1",
51 "caniuse-lite": "^1.0.30000935",
52 "copy-webpack-plugin": "^4.6.0",
53 "css-hot-loader": "^1.4.3",
54 "css-loader": "^2.1.0",
55 "cssnano": "^4.1.8",
56 "eslint-config-morsedigital-prettier": "^2.1.0",
57 "eslint-plugin-prettier": "^3.0.1",
58 "glob": "^7.1.3",
59 "image-webpack-loader": "^4.6.0",
60 "imagemin": "^6.1.0",
61 "imagemin-webp": "^5.0.0",
62 "imagemin-webp-webpack-plugin": "^3.1.0",
63 "imagemin-webpack-plugin": "^2.4.2",
64 "img-loader": "^3.0.1",
65 "json-file-plus": "^3.3.1",
66 "lodash-webpack-plugin": "^0.11.5",
67 "mini-css-extract-plugin": "^0.5.0",
68 "node-sass": "^4.10.0",
69 "normalize.css": "^8.0.1",
70 "optimize-css-assets-webpack-plugin": "^5.0.1",
71 "path-complete-extname": "^1.0.0",
72 "postcss-normalize": "^7.0.1",
73 "postcss-preset-env": "^6.5.0",
74 "postcss-smart-import": "^0.7.6",
75 "resolve-url-loader": "^3.0.0",
76 "sass-loader": "^7.1.0",
77 "uglifyjs-webpack-plugin": "^2.1.1",
78 "webpack": "^4.29.1",
79 "webpack-assets-manifest": "^3.1.1",
80 "webpack-cli": "^3.2.3",
81 "webpack-config-utils": "^2.3.1",
82 "webpack-dev-server": "^3.1.14",
83 "webpack-merge": "^4.2.1"
84 },
85 "peerDependencies": {
86 "file-loader": "^3.0.1"
87 }
88}