-
-
Notifications
You must be signed in to change notification settings - Fork 22
/
package.json
42 lines (42 loc) · 1.28 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
{
"name": "liquid-ajax-cart",
"version": "2.1.1",
"description": "Build a Shopify Ajax-cart without JavaScript coding",
"private": false,
"browser": "./liquid-ajax-cart.js",
"files": [
"/liquid-ajax-cart.js"
],
"scripts": {
"screenshot": "node screenshot.js",
"test": "echo \"Error: no test specified\" && exit 1",
"webpack-watch": "webpack --mode=development --watch",
"shopify-watch": "shopify theme dev --store=liquid-ajax-cart",
"start": "npm-run-all --parallel webpack-watch shopify-watch",
"build": "rimraf docs/v2/releases/last && webpack --mode=production && webpack --mode=production --env last=true && webpack --mode=production --env npm=true"
},
"keywords": [
"shopify",
"liquid",
"ajax",
"cart"
],
"repository": {
"type": "git",
"url": "https://github.com/EvgeniyMukhamedjanov/liquid-ajax-cart.git"
},
"author": "Evgeniy Mukhamedjanov (https://github.com/EvgeniyMukhamedjanov)",
"license": "ISC",
"homepage": "https://liquid-ajax-cart.js.org",
"devDependencies": {
"js-yaml": "^4.1.0",
"npm-run-all": "^4.1.5",
"puppeteer": "^21.5.0",
"resize-img": "^2.0.0",
"rimraf": "^3.0.2",
"ts-loader": "^9.2.6",
"typescript": "^4.5.4",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
}
}