forked from brightlayer-ui/themes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 991 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
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "@pxblue/themes",
"version": "1.0.20",
"description": "PXBlue themes for Eaton applications",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:react": "cd react && npm run build && cd ..",
"build:react-native": "cd react-native && npm run build && cd ..",
"build:all": "npm run build:react && npm run build:react-native",
"publish:full": "npm run build:all && npm version patch && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pxblue/themes.git"
},
"keywords": [
"PXBlue",
"themes",
"Eaton",
"Power",
"Xpert",
"quality",
"lighting"
],
"author": "px-blue <pxblue@eaton.com>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/pxblue/themes/issues"
},
"homepage": "https://github.com/pxblue/themes#readme",
"dependencies": {
"@pxblue/colors": "^1.0.1",
"typeface-open-sans": "^0.0.54"
}
}