UNPKG

2.36 kBJSONView Raw
1{
2 "name": "@cowtech/webpack-config",
3 "version": "1.20.0",
4 "description": "CowTech WebPack configuration without any CSS handling.",
5 "main": "dist/index.js",
6 "files": [
7 "dist",
8 "README.md",
9 "CHANGELOG.md"
10 ],
11 "types": "dist/types",
12 "scripts": {
13 "prebuild": "rm -rf dist && ./node_modules/.bin/tslint --project tsconfig.json -t stylish",
14 "build": "tsc -p .",
15 "postpublish": "git push origin && git push origin -f --tags"
16 },
17 "repository": {
18 "type": "git",
19 "url": "https://github.com/cowtech/webpack-config"
20 },
21 "keywords": [],
22 "author": "Shogun <shogun@cowtech.it>",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/cowtech/webpack-config/issues"
26 },
27 "homepage": "https://github.com/cowtech/webpack-config",
28 "dependencies": {
29 "@babel/core": "^7.5.5",
30 "@babel/plugin-proposal-class-properties": "^7.5.5",
31 "@babel/plugin-proposal-optional-catch-binding": "^7.2.0",
32 "@babel/preset-env": "^7.5.5",
33 "@babel/preset-react": "^7.0.0",
34 "@babel/preset-typescript": "^7.3.3",
35 "@babel/types": "^7.5.5",
36 "babel-loader": "^8.0.6",
37 "connect-history-api-fallback": "^1.6.0",
38 "file-loader": "^4.2.0",
39 "fs-extra": "^8.1.0",
40 "globby": "^10.0.1",
41 "html-webpack-plugin": "^4.0.0-beta.8",
42 "lodash.camelcase": "^4.3.0",
43 "lodash.get": "^4.4.2",
44 "string-replace-loader": "^2.2.0",
45 "terser-webpack-plugin": "^1.4.1",
46 "webpack": "^4.39.3",
47 "webpack-bundle-analyzer": "^3.4.1",
48 "webpack-cli": "^3.3.7",
49 "webpack-dev-server": "^3.8.0",
50 "workbox-webpack-plugin": "^4.3.1"
51 },
52 "devDependencies": {
53 "@cowtech/tslint-config": "^5.13.0",
54 "@types/fs-extra": "^8.0.0",
55 "@types/html-minifier": "^3.5.3",
56 "@types/lodash": "^4.14.138",
57 "@types/lodash.camelcase": "^4.3.6",
58 "@types/lodash.get": "^4.4.6",
59 "@types/node": "^12.7.3",
60 "@types/webpack": "^4.39.1",
61 "fork-ts-checker-webpack-plugin": "^1.5.0",
62 "prettier": "^1.18.2",
63 "tslint": "^5.19.0",
64 "typescript": "^3.6.2"
65 },
66 "peerDependencies": {
67 "@types/fs-extra": "^8.0.0",
68 "@types/lodash": "^4.14.138",
69 "@types/node": "^12.7.3",
70 "@types/webpack": "^4.39.1",
71 "@types/html-minifier": "^3.5.3",
72 "fork-ts-checker-webpack-plugin": "^1.5.0",
73 "typescript": "^3.6.2"
74 },
75 "engines": {
76 "node": ">=10.0"
77 }
78}