forked from wso2/identity-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
126 lines (126 loc) · 4.99 KB
/
package.json
File metadata and controls
126 lines (126 loc) · 4.99 KB
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
{
"private": true,
"name": "@wso2is/myaccount",
"version": "4.1.20",
"description": "WSO2 Identity Server My Account",
"author": "WSO2",
"license": "Apache-2.0",
"scripts": {
"build": "pnpm build:prod",
"build:prod": "pnpm nx run myaccount:build",
"clean": "pnpm clean:build && pnpm clean:cache && pnpm clean:lock-files && pnpm clean:maven-folders && pnpm clean:themes:src && pnpm clean:node-modules",
"clean:build": "pnpm rimraf build",
"clean:cache": "pnpm rimraf cache",
"clean:lock-files": "pnpm rimraf package-lock.json && pnpm rimraf pnpm-lock.yaml && pnpm rimraf yarn.lock",
"clean:maven-folders": "pnpm rimraf target",
"clean:node-modules": "pnpm rimraf node_modules",
"clean:themes:src": "pnpm rimraf src/themes",
"compile": "pnpm tsc -p tsconfig.json --incremental",
"copy:themes:src": "node scripts/copy-themes-to-source.js",
"lint": "pnpm run lint:all",
"lint:all": "pnpm run lint:targeted -- .",
"lint:autofix": "pnpm run lint:all -- --fix",
"lint:targeted": "eslint",
"postinstall": "node scripts/post-install.js",
"poststart": "pnpm run postbuild",
"prebuild": "node scripts/pre-build.js",
"prestart": "pnpm run prebuild",
"start": "pnpm prestart && pnpm nx run myaccount:serve && pnpm poststart",
"start:profile": "pnpm run start -- --env ENABLE_BUILD_PROFILER=true",
"start:verbose": "pnpm run start -- --env LOG_LEVEL=verbose",
"test": "jest --passWithNoTests",
"test:coverage": "jest --passWithNoTests --coverage --collect-coverage",
"test:watch": "pnpm run test -- --watch",
"typecheck": "pnpm run compile"
},
"dependencies": {
"@asgardeo/auth-react": "^5.6.1",
"@babel/polyfill": "^7.0.0",
"@mui/material": "catalog:",
"@mui/system": "catalog:",
"@oxygen-ui/react": "catalog:",
"@oxygen-ui/react-icons": "^2.4.6",
"@wso2is/access-control": "^3.5.7",
"@wso2is/admin.organizations.v1": "^2.28.4",
"@wso2is/common.branding.v1": "^2.28.3",
"@wso2is/common.ui.v1": "^0.2.0",
"@wso2is/common.users.v1": "workspace:^",
"@wso2is/common.workflow-approvals.v1": "^1.0.15",
"@wso2is/core": "^2.13.1",
"@wso2is/form": "^2.10.2",
"@wso2is/forms": "^2.3.27",
"@wso2is/i18n": "^2.38.7",
"@wso2is/react-components": "^2.10.1",
"@wso2is/theme": "^2.10.1",
"@wso2is/validation": "^2.4.4",
"axios": "^1.7.0",
"dayjs": "^1.11.18",
"history": "^4.9.0",
"i18next": "^21.9.1",
"i18next-browser-languagedetector": "^6.1.5",
"i18next-xhr-backend": "^3.2.2",
"lodash-es": "^4.17.21",
"path-browserify": "^1.0.1",
"postcss-loader": "^3.0.0",
"qrcode.react": "^1.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^5.2.1",
"react-i18next": "^11.18.5",
"react-notification-system": "^0.4.0",
"react-redux": "^7.2.9",
"react-router-dom": "^4.3.1",
"react-top-loading-bar": "^1.2.0",
"redux": "^4.0.4",
"redux-thunk": "^2.3.0",
"regenerator-runtime": "^0.13.9",
"semantic-ui-react": "^2.1.3",
"swr": "^2.0.0",
"uuid": "^8.3.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@types/history": "^4.7.3",
"@types/jest": "^29.5.12",
"@types/lodash-es": "^4.17.4",
"@types/node": "^13.9.2",
"@types/react": "^18.0.18",
"@types/react-dom": "^18.0.6",
"@types/react-notification-system": "0.2.39",
"@types/react-redux": "^7.1.25",
"@types/react-router": "^5.1.18",
"@types/react-router-dom": "^5.1.3",
"@types/redux-mock-store": "^1.0.2",
"@types/uuid": "^9.0.1",
"@types/webpack-env": "^1.16.0",
"@typescript-eslint/eslint-plugin": "^8.58.2",
"@typescript-eslint/parser": "^8.58.2",
"connect-history-api-fallback": "^2.0.0",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^1.0.0",
"eslint": "9.38.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-jest-dom": "5.5.0",
"eslint-plugin-jsonc": "3.1.2",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-testing-library": "7.16.2",
"eslint-webpack-plugin": "6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^26.3.0",
"jest-environment-jsdom-global": "^4.0.0",
"json-minimizer-webpack-plugin": "^5.0.0",
"msw": "^0.36.8",
"process": "^0.11.10",
"react-refresh": "^0.9.0",
"redux-devtools-extension": "^2.13.8",
"rimraf": "^3.0.2",
"style-loader": "^0.23.1",
"thread-loader": "^2.1.3",
"ts-jest": "^29.1.2",
"typescript": "^5.1.6"
},
"browserslist": [
"> 0.2%"
]
}