-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.84 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
45
46
47
48
49
{
"name": "@brightlayer-ui/react-themes",
"author": "Brightlayer UI <[email protected]>",
"license": "BSD-3-Clause",
"version": "8.0.0",
"description": "React themes for Brightlayer UI applications",
"main": "index.js",
"scripts": {
"initialize": "bash scripts/initializeSubmodule.sh",
"install:dependencies": "cd demos/showcase && yarn && cd ..",
"start": "yarn initialize && yarn install:dependencies && yarn link:themes && cd demos/showcase && yarn start",
"build": "yarn && bash ./scripts/build.sh",
"link:themes": "bash ./scripts/linkThemes.sh",
"test": "bash ./scripts/buildTest.sh",
"publish:package": "cd dist && set npm_config_yes=true && npx -p @brightlayer-ui/publish blui-publish",
"tag:package": "npx -p @brightlayer-ui/tag blui-tag -s -blui-react-themes",
"update:submodule": "git submodule update --remote",
"generate:licenses": "npm-license-crawler -onlyDirectDependencies -json LICENSES.json",
"precommit": "yarn build && yarn generate:licenses && yarn test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etn-ccis/blui-react-themes.git"
},
"bugs": {
"url": "https://github.com/etn-ccis/blui-react-themes/issues"
},
"homepage": "https://github.com/etn-ccis/blui-react-themes/tree/master",
"keywords": [
"Brightlayer UI",
"themes",
"Eaton",
"React"
],
"dependencies": {
"@brightlayer-ui/colors": "^3.1.1",
"@fontsource/open-sans": "^5.0.3",
"color": "^4.2.3"
},
"peerDependencies": {
"@mui/material": "^6.0.0"
},
"devDependencies": {
"@mui/material": "^6.0.0",
"@types/color": "^4.2.0",
"npm-license-crawler": "^0.2.1",
"typescript": "^5.0.3"
}
}