-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.99 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
{
"name": "slate-tailwind-vue",
"version": "1.0.0",
"private": true,
"author": "Shopify Inc., Jake Henshall",
"description": "A starter project for Shopify, using Vue.js and Tailwindcss 1.0",
"keywords": [
"shopify",
"theme",
"tailwindcss",
"vue"
],
"bugs": "https://github.com/Shopify/starter-theme/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Shopify/starter-theme.git"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^1.3.0",
"@shopify/slate-tools": "1.0.0-beta.15",
"@tailwindcss/custom-forms": "^0.2.1",
"autoprefixer": "^9.7.0",
"babel-preset-shopify": "^16.2.0",
"babel-preset-vue": "^2.0.2",
"cross-env": "^6.0.3",
"cssnano": "^4.1.10",
"eslint-plugin-shopify": "^19.0.0",
"postcss-import": "^12.0.1",
"postcss-loader": "^3.0.0",
"stylelint-config-prettier": "^3.0.4",
"stylelint-config-shopify": "^5.0.0"
},
"dependencies": {
"@shopify/theme-a11y": "^2.0.1",
"@shopify/theme-addresses": "^3.0.0",
"@shopify/theme-cart": "^1.0.1",
"@shopify/theme-currency": "^1.0.0-alpha.7",
"@shopify/theme-images": "^1.0.0-alpha.7",
"@shopify/theme-product": "^1.0.0",
"@shopify/theme-product-form": "^3.0.0",
"@shopify/theme-rte": "^1.0.0-alpha.7",
"@shopify/theme-sections": "^1.1.0",
"@shopify/theme-variants": "^1.0.0-alpha.8",
"lazysizes": "^5.1.2",
"postcss-cli": "^6.1.3",
"qrcode": "^1.4.4",
"tailwindcss": "canary",
"vue": "^2.6.10",
"vue-loader": "^15.7.2",
"vue-template-compiler": "^2.6.10",
"vuex": "^3.1.1",
"vuex-persist": "^2.1.1"
},
"scripts": {
"mkcert": "bash generate-ssl-cert.sh",
"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"
}
}