UNPKG

1.24 kBJSONView Raw
1{
2 "name": "@morsedigital/webpack-defaults",
3 "version": "1.2.0",
4 "main": "index.js",
5 "repository": "git@github.com:morsedigital/webpack-defaults.git",
6 "author": "Adrian Stainforth <adrian.stainforth@gmail.com>",
7 "license": "MIT",
8 "dependencies": {
9 "@djforth/ap_utils": "^3.0.4",
10 "@morsedigital/morse-marker": "^1.0.1",
11 "commander": "^2.9.0",
12 "json-file-plus": "^3.3.0",
13 "webpack-config-utils": "^2.3.0"
14 },
15 "devDependencies": {
16 "@djforth/jest-call-helpers": "^1.0.0",
17 "@djforth/jest-matchers": "^1.0.2",
18 "@djforth/stubs-spy-manager-jest": "^1.0.9",
19 "@morsedigital/jest-config": "^1.0.0",
20 "babel-core": "^6.24.0",
21 "babel-eslint": "^7.1.1",
22 "babel-jest": "^19.0.0",
23 "babel-plugin-rewire": "^1.0.0",
24 "babel-plugin-rewire-ignore-coverage": "^2.0.2",
25 "eslint": "^3.17.1",
26 "eslint-config-morsedigital-jest": "^1.0.1",
27 "immutable": "^3.8.1",
28 "jest": "^19.0.2",
29 "lodash": "^4.17.4",
30 "moment": "^2.17.1",
31 "webpack-bundle-analyzer": "^2.3.1"
32 },
33 "scripts": {
34 "lint": "eslint src/** --fix",
35 "lint:tests": "eslint src/__test__/** --fix",
36 "test": "jest --coverage --config .jestrc",
37 "test:watch": "jest --watch --config .jestrc"
38 }
39}