-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
65 lines (65 loc) · 1.89 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "@oxygen-ui-examples/multi-brand-identity",
"version": "0.1.0",
"description": "Sample app to showcase Oxygen Design System multi-branding capabilities.",
"author": "WSO2",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wso2/oxygen/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wso2/oxygen",
"directory": "examples/multi-brand-identity"
},
"keywords": [
"oxygen-samples",
"multi-brand",
"branding"
],
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"dependencies": {
"@fontsource/inter": "^4.5.14",
"@fontsource/montserrat": "^4.5.13",
"@oxygen-ui/react": "*",
"@oxygen-ui/primitives": "*",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.5.2",
"@types/node": "^16.18.3",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"typescript": "^4.9.3",
"web-vitals": "^2.1.4"
},
"devDependencies": {
"@types/testing-library__jest-dom": "^5.14.5",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?d84dd6df97ba9812d30b17d482ecaec5d35d3e54",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?d84dd6df97ba9812d30b17d482ecaec5d35d3e54",
"eslint": "8.25.0",
"prettier": "^2.8.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"private": true
}