-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
88 lines (88 loc) · 3.19 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
{
"name": "@rc-ses/self-service-portal-ui",
"version": "0.2.1",
"private": true,
"author": "CGI",
"repository": {
"type": "git",
"url": "https://gitlab.cgidevlabs.com/RC-SES/self-service-portal-ui"
},
"scripts": {
"dev": "webpack serve --port 9001",
"dev:standalone": "webpack serve --env standalone",
"build": "webpack --mode=production",
"analyze": "webpack --mode=production --env analyze",
"lint": "eslint src --ext js,ts,tsx",
"format": "prettier --write .",
"check-format": "prettier --check .",
"test": "cross-env BABEL_ENV=test jest",
"watch-tests": "cross-env BABEL_ENV=test jest --watch",
"coverage": "cross-env BABEL_ENV=test jest --coverage",
"rc-ses-components:purge": "rimraf -r ./node_modules/.vite/deps && rimraf -r ./node_modules/@registrucentras",
"rc-ses-components:install": "npm run rc-ses-components:purge && npm i --install-links"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@fontsource/source-sans-pro": "^5.0.8",
"@mui/icons-material": "^5.15.20",
"@mui/material": "^5.16.3",
"@mui/x-date-pickers": "^7.7.0",
"@registrucentras/rc-ses-react-components": "github:registrucentras/rc-ses-react-components#v0.0.23",
"axios": "^1.6.3",
"clsx": "^2.1.0",
"i18next": "^23.11.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.49.2",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.21.0",
"single-spa-react": "^6.0.2"
},
"devDependencies": {
"@babel/core": "^7.12.16",
"@babel/eslint-parser": "^7.12.16",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.23.7",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"@babel/preset-typescript": "^7.23.3",
"@babel/runtime": "^7.12.5",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/copy-webpack-plugin": "^10.1.0",
"@types/node": "^20.10.6",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"babel-loader": "^9.1.3",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.9.1",
"eslint": "^8.56.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^18.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-n": "^17.9.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.2.0",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.2",
"prettier-plugin-organize-imports": "^3.2.4",
"style-loader": "^3.3.4",
"ts-config-single-spa": "^3.0.0",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"webpack-config-single-spa-react-ts": "^4.0.5",
"webpack-dev-server": "^4.15.1",
"webpack-merge": "^5.10.0"
}
}