-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
68 lines (68 loc) · 1.75 KB
/
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
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
{
"name": "shopify-pipeline",
"version": "0.2.2",
"description": "A modern pipeline for Shopify theme development",
"repository": "DynamoMTL/shopify-pipeline",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "DynamoMTL",
"bugs": {
"url": "https://github.com/DynamoMTL/shopify-pipeline/issues"
},
"bin": {
"shopify-pipeline": "./cli.js"
},
"engine": ">= 6.4.0",
"dependencies": {
"@shopify/themekit": "0.6.11",
"autoprefixer": "6.7.7",
"babel-cli": "6.24.1",
"babel-jest": "20.0.3",
"babel-loader": "7.0.0",
"babel-preset-env": "1.4.0",
"chalk": "1.1.3",
"clean-webpack-plugin": "0.1.16",
"cross-spawn": "5.1.0",
"css-loader": "0.28.1",
"cssnano": "3.10.0",
"escape-string-regexp": "1.0.5",
"eslint": "3.19.0",
"eslint-config-airbnb-base": "11.2.0",
"eslint-loader": "1.7.1",
"eslint-plugin-import": "2.2.0",
"express": "4.15.3",
"extract-loader": "0.1.0",
"extract-text-webpack-plugin": "2.1.0",
"file-loader": "0.11.1",
"fs-extra": "3.0.1",
"html-webpack-plugin": "2.28.0",
"img-loader": "2.0.0",
"jest": "20.0.3",
"loader-utils": "1.1.0",
"minimist": "1.2.0",
"node-sass": "4.5.3",
"postcss-loader": "2.0.5",
"raw-loader": "^0.5.1",
"react-dev-utils": "0.5.2",
"sass-loader": "6.0.5",
"style-loader": "0.17.0",
"webpack": "2.5.1",
"webpack-dev-middleware": "1.10.2",
"webpack-hot-middleware": "2.18.0",
"webpack-merge": "4.1.0",
"webpack-svgstore-plugin": "4.0.0",
"write-file-webpack-plugin": "4.0.2",
"yamljs": "0.2.10"
},
"browserslist": [
"last 2 versions",
"safari >= 7"
],
"babel": {
"presets": [
"env"
]
}
}