UNPKG

1.91 kBJSONView Raw
1{
2 "name": "@r/build",
3 "version": "0.6.3",
4 "description": "A webpack based build system that can make UMD modules, (soon)peer-dependent library builds, server 'binarys', or full client ready scripts",
5 "scripts": {
6 "lint": "eslint lib"
7 },
8 "bin": {
9 "blueprints": "./bin/buildBlueprints.js",
10 "webfonts": "./bin/buildWebfonts.js"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/reddit/node-build.git"
15 },
16 "keywords": [
17 "webpack",
18 "es6",
19 "es7",
20 "javascript",
21 "babel"
22 ],
23 "author": "schwers",
24 "license": "MIT",
25 "bugs": {
26 "url": "https://github.com/reddit/node-build/issues"
27 },
28 "dependencies": {
29 "autoprefixer": "^6.3.6",
30 "babel-core": "^6.8.0",
31 "babel-loader": "^6.2.4",
32 "babel-plugin-lodash": "^3.1.4",
33 "babel-plugin-transform-class-properties": "^6.8.0",
34 "babel-plugin-transform-react-constant-elements": "^6.8.0",
35 "babel-plugin-transform-react-inline-elements": "^6.8.0",
36 "babel-preset-es2015-native-modules": "^6.6.0",
37 "babel-preset-react": "^6.5.0",
38 "babel-preset-stage-2": "^6.5.0",
39 "css-loader": "^0.23.1",
40 "extract-text-webpack-plugin": "^1.0.1",
41 "glob": "^7.0.3",
42 "ignore-loader": "^0.1.1",
43 "json-loader": "^0.5.4",
44 "less": "^2.7.1",
45 "less-loader": "^2.2.3",
46 "node-notifier": "^4.5.0",
47 "postcss-loader": "^0.9.1",
48 "rimraf": "^2.5.2",
49 "style-loader": "^0.13.1",
50 "webfonts-generator": "^0.3.5",
51 "webpack": "^2.1.0-beta.7",
52 "yargs": "^4.6.0",
53 "mocha": "^2.4.5"
54 },
55 "devDependencies": {
56 "babel-cli": "^6.7.5",
57 "babel-eslint": "^6.0.4",
58 "eslint": "^2.8.0",
59 "eslint-plugin-babel": "^3.2.0",
60 "eslint-plugin-react": "^5.1.1",
61 "react": "^15.0.2",
62 "react-dom": "^15.0.2"
63 },
64 "peerDependencies": {
65 "source-map-support": "~0.4.0"
66 },
67 "homepage": "https://github.com/reddit/node-build/#readme"
68}