-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
74 lines (74 loc) · 2.35 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
{
"name": "barrel-shopify-base",
"version": "1.4.7",
"description": "A base scaffold for building Shopify sites.",
"engines": {
"node": ">=16"
},
"scripts": {
"start": "concurrently --prefix none npm:dev npm:serve",
"dev": "vite dev",
"serve": "shopify theme dev --store=barrel-base",
"build": "vite build",
"deploy": "npm run build && shopify theme push --store=barrel-base --nodelete --ignore \"locales\\/[^\\/]*\\.json\" --ignore \"config/settings_data.json\" --ignore \"templates\\/[^\\/]*\\.json\""
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com:barrel/barrel-shopify-base.git"
},
"author": "Barrel, LLC",
"license": "MIT",
"bugs": {
"url": "https://gitlab.com/barrel/barrel-shopify-base/issues"
},
"homepage": "https://gitlab.com/barrel/barrel-shopify-base#README",
"devDependencies": {
"@by-association-only/vite-plugin-shopify-clean": "^1.1.0",
"autoprefixer": "^10.4.19",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"concurrently": "^8.2.2",
"eslint-config-standard-preact": "^1.1.6",
"postcss-automath": "^1.0.1",
"postcss-color-function": "^4.1.0",
"postcss-each": "^1.1.0",
"postcss-extend": "^1.0.5",
"postcss-fontpath": "^1.0.0",
"postcss-hexrgba": "^2.1.0",
"postcss-inline-svg": "^6.0.0",
"postcss-mixins": "^6.2.2",
"precss": "^4.0.0",
"rollup-plugin-copy": "^3.5.0",
"vite": "^4.0.4",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-dynamic-import": "^1.5.0",
"vite-plugin-shopify": "2.2.1",
"vite-plugin-shopify-modules": "0.0.8"
},
"dependencies": {
"accornion": "^0.1.0",
"classnames": "^2.2.5",
"conform.js": "^0.3.3",
"dom-event": "^1.0.0",
"dom-select": "^1.1.1",
"feature.js": "^1.0.0",
"flickity": "^2.0.10",
"layzr.js": "^2.2.2",
"lazysizes": "^4.1.2",
"micro-jsonp": "^1.0.1",
"nanoajax": "^0.4.3",
"preact": "^8.2.6",
"preact-compat": "^3.17.0",
"preact-redux": "^2.0.3",
"promobar": "0.0.6",
"pubsub-js": "^1.5.3",
"query-string": "^5.0.1",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"select-dom": "^4.1.1",
"shopify-shipping-calculator": "^0.1.0",
"svbstrate": "^2.0.2",
"up-down": "0.0.1"
}
}