-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 849 Bytes
/
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
{
"name": "learning-pattern-lab",
"version": "1.0.0",
"description": "Just one of the things I'm learning. <https://github.com/hchiam/learning>",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pl:build": "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"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@pattern-lab/cli": "^5.14.2",
"@pattern-lab/core": "^5.14.2",
"@pattern-lab/engine-handlebars": "^5.14.0",
"@pattern-lab/starterkit-handlebars-vanilla": "^1.4.0",
"@pattern-lab/uikit-workshop": "^5.14.2"
}
}