UNPKG

1.25 kBJSONView Raw
1{
2 "name": "@quintype/build",
3 "version": "1.4.1",
4 "description": "Library that defines build process for node apps",
5 "main": "index.js",
6 "scripts": {
7 "prepublishOnly": "npm install && git diff --quiet && git tag v$(cat package.json | grep version | head -n1 | cut -d \\\" -f 4) && git push --tags origin master"
8 },
9 "keywords": [
10 "node",
11 "webpack",
12 "quintype"
13 ],
14 "author": "Quintype Developers <dev-core@quintype.com>",
15 "license": "ISC",
16 "dependencies": {
17 "babel-plugin-quintype-assets": "^1.0.2",
18 "babel-register": "^6.26.0",
19 "extract-text-webpack-plugin": "^3.0.2",
20 "path": "^0.12.7",
21 "process": "^0.11.10",
22 "uglifyjs-webpack-plugin": "^1.1.2",
23 "webpack-manifest-plugin": "^1.3.2"
24 },
25 "peerDependencies": {
26 "babel-cli": "^6.26.0",
27 "babel-core": "^6.26.0",
28 "babel-loader": "^7.1.2",
29 "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
30 "babel-preset-es2015-tree-shaking": "^1.0.1",
31 "babel-preset-react": "^6.24.1",
32 "css-loader": "^0.28.7",
33 "file-loader": "^1.1.5",
34 "node-sass": "^4.7.2",
35 "sass-loader": "^6.0.6",
36 "style-loader": "^0.19.0",
37 "webpack": "^3.9.1"
38 },
39 "bin": {
40 "quintype-build": "./bin/quintype-build"
41 }
42}