-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
44 lines (44 loc) · 1.52 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
43
44
{
"description": "Brightlayer UI Icon Packages",
"private": true,
"workspaces": [
"packages/svg",
"packages/icon-font",
"packages/mui",
"packages/rn-vector",
"demos/react-demo"
],
"scripts": {
"update:demo": "node ./scripts/updateDemoDependencies.js",
"build": "yarn workspaces foreach -v --topological-dev run build",
"start": "yarn workspaces foreach -v run start",
"prettier": "yarn workspaces foreach -v run prettier",
"prettier:check": "yarn workspaces foreach -v run prettier:check",
"lint": "yarn workspaces foreach -v run lint",
"set:env": "yarn workspaces foreach -v run set:env",
"publish:packages": "yarn workspaces foreach -v run publish:package",
"tag:packages": "yarn workspaces foreach -v run tag:package",
"test": "yarn workspaces foreach -v run test"
},
"homepage": "https://github.com/etn-ccis/blui-icons#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/etn-ccis/blui-icons.git"
},
"author": "Brightlayer UI <[email protected]>",
"license": "BSD-3-Clause",
"keywords": [
"icons",
"material",
"brightlayer-ui"
],
"prettier": "@brightlayer-ui/prettier-config",
"bugs": {
"url": "https://github.com/etn-ccis/blui-icons/issues"
},
"devDependencies": {
"@brightlayer-ui/prettier-config": "^1.0.3",
"prettier": "^3.2.5"
},
"packageManager": "[email protected]"
}