forked from barrel/barrel-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.19 KB
/
package.json
File metadata and controls
75 lines (75 loc) · 2.19 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@barrelny/cli",
"version": "0.0.18",
"description": "",
"main": "index.js",
"bin": {
"brrl": "./index.js"
},
"author": "maxrolon",
"license": "MIT",
"scripts": {
"publish": "npm publish --access public"
},
"dependencies": {
"@shopify/themekit": "^0.6.12",
"autoprefixer": "^7.1.4",
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-minify-webpack-plugin": "^0.2.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-module-resolver": "^2.7.1",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"browser-sync": "^2.18.5",
"colors": "^1.1.2",
"commander": "^2.11.0",
"css-hot-loader": "^1.3.4",
"css-loader": "^0.28.7",
"deepmerge": "^1.5.1",
"delete": "^1.1.0",
"eslint-loader": "^1.9.0",
"event-emitter": "^0.3.5",
"express": "^4.15.4",
"extract-text-webpack-plugin": "^3.0.0",
"function-rate-limit": "^1.1.0",
"gitignore-parser": "0.0.2",
"glob-all": "^3.1.0",
"globby": "^5.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-rename": "^1.2.2",
"gulp-wrapper": "^1.0.0",
"js-yaml": "^3.9.1",
"lodash-webpack-plugin": "^0.11.4",
"moment-timezone": "^0.5.13",
"node-sass": "^4.5.3",
"node-watch": "^0.5.5",
"postcss-automath": "^1.0.1",
"postcss-color-function": "^4.0.0",
"postcss-extend": "^1.0.5",
"postcss-fontpath": "^1.0.0",
"postcss-hexrgba": "^1.0.0",
"postcss-import": "^10.0.0",
"postcss-inline-svg": "^3.0.0",
"postcss-loader": "^2.0.6",
"postcss-sassy-mixins": "^2.1.0",
"postcss-scss": "^1.0.3",
"precss": "^2.0.0",
"rimraf": "^2.6.2",
"sass-loader": "^6.0.6",
"shopify-node-api": "^1.8.0",
"socket.io": "^2.0.3",
"standard": "^10.0.2",
"standard-loader": "^6.0.1",
"style-loader": "^0.18.2",
"webpack": "^3.5.6",
"webpack-dev-middleware": "^1.12.0",
"webpack-hot-middleware": "^2.19.1",
"webpack-merge": "^4.1.0"
}
}