-
Notifications
You must be signed in to change notification settings - Fork 399
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.4 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.4 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
{
"name": "@pattern-lab/development-edition-engine-twig",
"private": true,
"version": "6.1.0",
"description": "The tree of components we use to test, develop and validate the twig engine (not engine-twig-php)",
"scripts": {
"postbootstrap": "patternlab install --starterkits @pattern-lab/starterkit-twig-demo",
"pl:build": "patternlab build --config ./patternlab-config.json",
"pl:debug": "node --inspect-brk=24984 node_modules/.bin/patternlab build --config ./patternlab-config.json",
"pl:help": "patternlab --help",
"pl:install": "patternlab install --config ./patternlab-config.json",
"pl:serve": "patternlab serve --config ./patternlab-config.json",
"pl:version": "patternlab --version",
"dev": "node ./node_modules/@pattern-lab/uikit-workshop/build-tools.js"
},
"keywords": [
"Pattern Lab",
"Atomic Web Design",
"Node",
"Twig",
"Edition"
],
"author": "Ringo De Smet",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/patternlab-node.git"
},
"engines": {
"node": ">=18.12.0"
},
"dependencies": {
"@pattern-lab/cli": "^6.1.0",
"@pattern-lab/core": "^6.1.0",
"@pattern-lab/engine-twig": "^6.1.0",
"@pattern-lab/starterkit-twig-demo": "^6.1.0",
"@pattern-lab/uikit-workshop": "^6.1.0"
},
"workspaces": {
"nohoist": [
"**/@pattern-lab/starterkit-twig-demo"
]
}
}