-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·94 lines (94 loc) · 2.9 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "@shopify/slate-tools",
"version": "1.0.0-beta.19",
"description": "A modern development toolkit for Shopify themes",
"repository": "https://github.com/Shopify/slate/tree/1.x/packages/slate-tools",
"license": "MIT",
"author": "Shopify",
"bugs": {
"url": "https://github.com/Shopify/slate/issues"
},
"bin": {
"slate-tools": "./cli/index.js"
},
"engine": ">=8.9.4",
"dependencies": {
"@shopify/html-webpack-liquid-asset-tags-plugin": "1.0.0-beta.11",
"@shopify/slate-analytics": "1.0.0-beta.16",
"@shopify/slate-config": "1.0.0-beta.14",
"@shopify/slate-cssvar-loader": "1.0.0-beta.16",
"@shopify/slate-env": "1.0.0-beta.16",
"@shopify/slate-liquid-asset-loader": "1.0.0-beta.11",
"@shopify/slate-sections-plugin": "1.0.0-beta.19",
"@shopify/slate-sync": "1.0.0-beta.16",
"@shopify/slate-tag-webpack-plugin": "1.0.0-beta.14",
"@shopify/slate-translations": "1.0.0-beta.19",
"@shopify/theme-lint": "^2.0.0",
"@shopify/themekit": "0.6.12",
"archiver": "^2.1.0",
"array-flatten": "^2.1.1",
"autoprefixer": "9.7.2",
"babel-cli": "6.26.0",
"babel-jest": "20.0.3",
"babel-loader": "7.1.4",
"browser-sync": "^2.24.6",
"chalk": "2.3.2",
"clean-webpack-plugin": "0.1.19",
"concat-style-loader": "1.0.0-beta.14",
"console-control-strings": "^1.1.0",
"copy-webpack-plugin": "^4.2.3",
"cors": "^2.8.4",
"cross-spawn": "5.1.0",
"css-loader": "0.28.10",
"cssnano": "3.10.0",
"escape-string-regexp": "1.0.5",
"eslint": "^4.12.0",
"eslint-loader": "2.0.0",
"eslint-plugin-import": "2.9.0",
"express": "4.16.3",
"extract-loader": "^2.0.1",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"figures": "^2.0.0",
"file-loader": "1.1.11",
"fs-extra": "3.0.1",
"html-loader": "^0.5.5",
"html-webpack-include-assets-plugin": "^1.0.4",
"html-webpack-plugin": "^3.0.6",
"img-loader": "2.0.1",
"inquirer": "^5.0.1",
"ip": "^1.1.5",
"jest": "22.4.2",
"mini-css-extract-plugin": "^0.4.3",
"minimatch": "^3.0.4",
"minimist": "1.2.0",
"node-sass": "^4.11.0",
"ora": "^2.0.0",
"portscanner": "^2.2.0",
"postcss-loader": "2.1.1",
"postcss-reporter": "^5.0.0",
"prettier": "^1.10.2",
"raw-loader": "^0.5.1",
"react-dev-utils": "0.5.2",
"sass-loader": "6.0.7",
"style-loader": "0.20.3",
"stylelint": "^9.1.2",
"stylelint-webpack-plugin": "^0.10.1",
"tapable": "^1.0.0",
"uglifyjs-webpack-plugin": "^1.0.1",
"uuid": "^3.2.1",
"webpack": "^4.1.1",
"webpack-dev-middleware": "3.4.0",
"webpack-hot-middleware": "2.21.2",
"webpack-merge": "4.1.2",
"write-file-webpack-plugin": "4.4.0",
"yamljs": "0.2.10",
"yargs": "^11.0.0"
},
"devDependencies": {
"mock-fs": "^4.6.0"
},
"publishConfig": {
"access": "public",
"@shopify:registry": "https://registry.npmjs.org"
}
}