-
Notifications
You must be signed in to change notification settings - Fork 399
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 KB
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
{
"name": "@pattern-lab/edition-twig",
"version": "6.1.0",
"description": "Pattern Lab node with Twig PHP Engine",
"author": {
"name": "Evan Lovely",
"url": "https://www.evanlovely.com"
},
"maintainers": [
{
"name": "Salem Ghoweri"
}
],
"main": "patternlab-config.json",
"scripts": {
"build:uikit": "cross-env-shell PL_CONFIG_PATH='${INIT_CWD}/.patternlabrc.js' npm run build --prefix node_modules/@pattern-lab/uikit-workshop -- --patternlabrc '$PL_CONFIG_PATH'",
"build": "patternlab build --config ./patternlab-config.json",
"help": "patternlab --help",
"install": "patternlab install --config ./patternlab-config.json",
"serve": "patternlab serve --config ./patternlab-config.json",
"start": "npm run serve",
"version": "patternlab --version",
"dev": "node ./node_modules/@pattern-lab/uikit-workshop/build-tools.js"
},
"dependencies": {
"@pattern-lab/cli": "^6.1.0",
"@pattern-lab/core": "^6.1.0",
"@pattern-lab/engine-twig-php": "^6.1.0",
"@pattern-lab/uikit-workshop": "^6.1.0"
},
"engines": {
"node": ">=18.12.0"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"Pattern",
"Lab",
"Atomic",
"Web",
"Design",
"Twig"
],
"license": "MIT",
"gitHead": "80f62be442223e09bafb30d0529cbd768e03f2ac"
}