UNPKG

1.92 kBJSONView Raw
1{
2 "name": "mwb",
3 "version": "0.0.29",
4 "description": "Minimalistic webpack boilerplate",
5 "repository": "https://github.com/aunz/mwb",
6 "main": "",
7 "bin": {
8 "mwb": "./bin/mwb.js"
9 },
10 "scripts": {
11 "postinstall": "node bin/mwb postinstall",
12 "test": "node -r babel-register test/entry.test.js",
13 "test:single": " "
14 },
15 "keywords": [
16 "webpack",
17 "mwb",
18 "react",
19 "redux",
20 "page",
21 "express",
22 "mongo",
23 "isomorphic",
24 "universal",
25 "boilerplate",
26 "skeleton"
27 ],
28 "author": "KN <aunz10@yahoo.com>",
29 "license": "MIT",
30 "devDependencies": {
31 "babel-eslint": "^7.1.1",
32 "eslint": "^3.12.2",
33 "eslint-config-airbnb": "^13.0.0",
34 "eslint-plugin-import": "^2.2.0",
35 "eslint-plugin-jsx-a11y": "^2.2.3",
36 "eslint-plugin-react": "^6.8.0",
37 "tape": "^4.6.3"
38 },
39 "dependencies": {
40 "assets-webpack-plugin": "^3.5.0",
41 "autoprefixer": "^6.6.0",
42 "babel-cli": "^6.18.0",
43 "babel-core": "^6.21.0",
44 "babel-loader": "^6.2.10",
45 "babel-plugin-transform-runtime": "^6.15.0",
46 "babel-preset-env": "^1.1.4",
47 "babel-preset-latest": "^6.16.0",
48 "babel-preset-react": "^6.16.0",
49 "babel-preset-stage-0": "^6.16.0",
50 "css-loader": "^0.26.1",
51 "cssnano": "^3.9.1",
52 "extract-text-webpack-plugin": "^2.0.0-beta.3",
53 "file-loader": "^0.9.0",
54 "html-webpack-plugin": "^2.24.1",
55 "null-loader": "^0.1.1",
56 "postcss-css-variables": "^0.6.0",
57 "postcss-import": "^9.0.0",
58 "postcss-loader": "^1.2.1",
59 "postcss-nesting": "^2.3.1",
60 "raw-loader": "^0.5.1",
61 "shelljs": "^0.7.5",
62 "url-loader": "^0.5.7",
63 "webpack": "^2.2.0-rc.2",
64 "webpack-hot-middleware": "^2.14.0",
65 "webpack-md5-hash": "0.0.5"
66 },
67 "engines": {
68 "node": ">=6.0.0"
69 },
70 "babel": {
71 "presets": [
72 "latest",
73 "stage-0",
74 "react"
75 ],
76 "plugins": [
77 "transform-runtime"
78 ]
79 }
80}