forked from barrel/barrel-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 936 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@barrelny/cli",
"version": "1.0.8",
"description": "A build and deployment tool for the devs at Barrel",
"main": "index.js",
"bin": {
"brrl": "./index.js",
"brrl-install": "./install.js"
},
"author": "maxrolon",
"license": "MIT",
"scripts": {
"publish": "npm publish --access public"
},
"dependencies": {
"@shopify/themekit": "^0.6.12",
"babel-minify-webpack-plugin": "^0.3.1",
"browser-sync": "^2.24.6",
"colors": "^1.3.1",
"commander": "^2.16.0",
"extract-text-webpack-plugin": "v4.0.0-beta.0",
"glob-all": "^3.1.0",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.4.0",
"gulp-wrapper": "^1.0.0",
"js-yaml": "^3.12.0",
"moment-timezone": "^0.5.21",
"shopify-node-api": "^1.8.0",
"webpack-dev-middleware": "^3.1.3",
"webpack-hot-middleware": "^2.22.3"
},
"peerDependencies": {
"webpack": "^4.16.2",
"gulp": "^3.9.1"
}
}