-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
135 lines (135 loc) · 4.62 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"name": "@oxygen-ui/react",
"version": "2.0.0",
"description": "The React implementation of the Oxygen Design System",
"author": "WSO2",
"license": "Apache-2.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"homepage": "https://github.com/wso2/oxygen-ui/tree/main/packages/react#readme",
"bugs": {
"url": "https://github.com/wso2/oxygen-ui/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/wso2/oxygen-ui",
"directory": "packages/react"
},
"keywords": [
"react",
"react-library",
"design-system",
"oxygen-ui",
"oxygen-ui-react"
],
"scripts": {
"build": "rollup -c",
"build:watch": "nodemon --watch src --ext js,ts,jsx,tsx,mjs,json --exec \"rollup -c && pnpm run postbuild\"",
"build:storybook": "build-storybook --no-manager-cache",
"prebuild": "rimraf dist",
"postbuild": "node scripts/build-components.js",
"lint": "pnpm lint:es && pnpm lint:styles",
"lint:es": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:styles": "stylelint 'src/**/*.{css,scss,sass}' --config stylelint.config.cjs --allow-empty-input",
"start": "pnpm storybook",
"storybook": "start-storybook -p 6006",
"test": "NODE_OPTIONS=--experimental-vm-modules pnpm jest --passWithNoTests",
"typecheck": "tsc --noemit -p tsconfig.json"
},
"dependencies": {
"@mui/x-data-grid": "^6.9.2",
"@oxygen-ui/primitives": "2.0.0",
"@oxygen-ui/react-icons": "2.0.0",
"clsx": "^1.2.1",
"react-world-flags": "^1.5.1"
},
"devDependencies": {
"@babel/core": "^7.20.2",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "5.0.0-alpha.110",
"@mui/material": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/utils": "^5.10.16",
"@oxygen-ui/logger": "2.0.0",
"@rollup/plugin-commonjs": "^23.0.3",
"@rollup/plugin-image": "^3.0.1",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-typescript": "^10.0.1",
"@storybook/addon-a11y": "^6.5.13",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-essentials": "^6.5.16",
"@storybook/addon-interactions": "^6.5.13",
"@storybook/addon-links": "^6.5.13",
"@storybook/builder-webpack4": "^6.5.13",
"@storybook/builder-webpack5": "^6.5.13",
"@storybook/client-api": "^6.5.13",
"@storybook/manager-webpack4": "^6.5.13",
"@storybook/manager-webpack5": "^6.5.13",
"@storybook/preset-scss": "^1.0.3",
"@storybook/react": "^6.5.13",
"@storybook/testing-library": "^0.0.13",
"@storybook/types": "7.0.0-alpha.44",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@types/jest": "^29.2.3",
"@types/node": "^18.11.18",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@types/testing-library__jest-dom": "^5.14.5",
"@wso2/eslint-plugin": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/eslint-plugin?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/prettier-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/prettier-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"@wso2/stylelint-config": "https://gitpkg.now.sh/brionmario/wso2-ui-configs/packages/stylelint-config?b21bbbd7379ab3b7315d7d9478dbd88c0bf11241",
"babel-jest": "^29.3.1",
"babel-loader": "^8.3.0",
"eslint": "8.25.0",
"eslint-plugin-mdx": "^2.0.5",
"fs-extra": "^11.1.0",
"jest": "29.0.3",
"jest-environment-jsdom": "^29.4.1",
"node-sass": "^8.0.0",
"nodemon": "^2.0.22",
"postcss": "8.4.16",
"prettier": "^2.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rollup": "^3.5.0",
"rollup-plugin-dts": "^5.0.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"storybook-addon-designs": "^6.3.1",
"storybook-addon-themes": "^6.1.0",
"storybook-dark-mode": "^1.1.2",
"stylelint": "^15.1.0",
"ts-dedent": "^2.2.0",
"ts-jest": "^29.0.3",
"tsconfig-paths-webpack-plugin": "^4.0.0",
"tslib": "^2.4.1",
"typescript": "^4.9.3"
},
"peerDependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.16",
"@mui/lab": "5.0.0-alpha.110",
"@mui/material": "^5.10.16",
"@mui/system": "^5.10.16",
"@mui/utils": "^5.10.16",
"react": ">=18.0.0",
"react-dom": ">=18.0.0",
"typescript": ">=4.0.0"
},
"peerDependenciesMeta": {
"typescript": {
"optional": true
}
},
"publishConfig": {
"access": "public"
},
"publishPath": "dist"
}