-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.61 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
{
"name": "starter-theme",
"version": "1.0.0-alpha.1",
"private": true,
"author": "Shopify Inc.",
"description": "An opinionated, Slate compatible, starting point for developing Shopify themes.",
"keywords": [
"shopify",
"theme"
],
"bugs": "https://github.com/Shopify/starter-theme/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Shopify/starter-theme.git"
},
"devDependencies": {
"@shopify/slate-tools": ">=1.0.0-beta.5",
"babel-preset-shopify": "^16.2.0",
"css-loader": "^1.0.0",
"eslint-plugin-shopify": "^19.0.0",
"node-sass": "^4.9.1",
"postcss-loader": "^2.1.5",
"sass-loader": "^7.0.3",
"style-loader": "^0.21.0",
"stylelint-config-prettier": "^3.0.4",
"stylelint-config-shopify": "^5.0.0"
},
"dependencies": {
"@shopify/theme-a11y": "^1.0.0-alpha.3",
"@shopify/theme-cart": "^1.0.0-alpha.3",
"@shopify/theme-currency": "^1.0.0-alpha.3",
"@shopify/theme-images": "^1.0.0-alpha.3",
"@shopify/theme-rte": "^1.0.0-alpha.3",
"@shopify/theme-sections": "^1.0.0-alpha.4",
"@shopify/theme-variants": "^1.0.0-alpha.5",
"bootstrap": "^4.1.1",
"jquery": "^3.3.1",
"lazysizes": "^4.0.2",
"lodash-es": "^4.17.4",
"normalize.css": "^7.0.0",
"popper.js": "^1.14.3"
},
"scripts": {
"start": "slate-tools start",
"watch": "slate-tools start --skipFirstDeploy",
"build": "slate-tools build",
"deploy": "slate-tools build && slate-tools deploy",
"zip": "slate-tools build && slate-tools zip",
"lint": "slate-tools lint",
"format": "slate-tools format"
}
}