-
Notifications
You must be signed in to change notification settings - Fork 399
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.17 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.17 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
{
"name": "@pattern-lab/starterkit-handlebars-demo",
"version": "6.1.0",
"description": "Pattern Lab's Demo StarterKit for Handlebars.",
"main": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/pattern-lab/patternlab-node.git"
},
"keywords": [
"Pattern Lab",
"Atomic Design",
"Handlebars",
"Starterkit"
],
"author": "Brad Frost",
"license": "MIT",
"bugs": {
"url": "https://github.com/pattern-lab/patternlab-node/issues"
},
"homepage": "https://github.com/pattern-lab/patternlab-node/tree/master/packages/starterkit-handlebars-demo",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "copyfiles ../../node_modules/@fontsource/abel/files/*.woff* ../../node_modules/@fontsource/raleway/files/*400-*.woff* ../../node_modules/@fontsource/raleway/files/*700-normal.woff* dist/fonts -f && cd dist/css && sass style.scss:style.css pattern-scaffolding.scss:pattern-scaffolding.css --load-path=../../../../node_modules/"
},
"engines": {
"node": ">=18.12.0"
},
"devDependencies": {
"@fontsource/abel": "^4.5.7",
"@fontsource/raleway": "^4.5.11",
"copyfiles": "^2.4.1"
}
}