-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
50 lines (50 loc) · 1.21 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
{
"browserslist": [
"> 0.5%",
"not dead",
"not ie 11",
"not ie_mob 11"
],
"engines": {
"node": "16"
},
"private": true,
"name": "@ecomplus/storefront",
"version": "2.0.0-starter",
"description": "PWA and JAMstack based e-commerce template for E-Com Plus stores",
"main": "template/js/index.js",
"scripts": {
"serve": "storefront-tmpl-pack serve",
"build": "ECOMCLIENT_NOTIMEOUT=true storefront-tmpl-pack build",
"setup": "storefront-tmpl"
},
"author": "E-Com Club <ti@e-com.club>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ecomplus/storefront/issues"
},
"homepage": "https://developers.e-com.plus/storefront/",
"keywords": [
"ecomplus",
"storefront",
"jamstack-ecommerce",
"pwa-ecommerce",
"ecommerce-template",
"ecommerce-theme",
"pwa-boilerplate",
"ecommerce-boilerplate",
"store-theme"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ecomplus/storefront-starter.git"
},
"dependencies": {
"@ecomplus/storefront-template": "^2.0.0-beta.275",
"@netlify/zip-it-and-ship-it": "^8.10.0",
"firebase-tools": "^11.30.0"
},
"devDependencies": {
"browser-sync": "^3.0.3"
}
}