-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 4.65 KB
/
package.json
File metadata and controls
148 lines (148 loc) · 4.65 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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "coriolis-web",
"version": "2.0.0",
"license": "AGPL-3.0",
"packageManager": "yarn@3.6.3",
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"start": "node ./server",
"build:dev": "webpack --config webpack.dev.js",
"build:prod": "webpack --config webpack.prod.js",
"client-dev": "webpack-dev-server --config webpack.dev.js",
"server-dev": "nodemon -e ts,js -w server/**/ -w .env",
"server-debug": "node --inspect server",
"tsc": "npx tsc --skipLibCheck",
"eslint": "npx eslint \"src/**\" \"server/**\"",
"format": "prettier --check src/**/*.{js,jsx,ts,tsx,css,md,json} --config ./.prettierrc",
"test": "jest",
"e2e": "cypress run",
"test-release": "node ./tests/testRelease",
"storybook": "start-storybook"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.24.0",
"@storybook/react": "^6.4.13",
"@testing-library/dom": "^8.11.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^13.5.0",
"@types/connect": "^3.4.33",
"@types/express": "^5.0.1",
"@types/file-saver": "^2.0.1",
"@types/jest": "^27.0.2",
"@types/js-cookie": "^2.2.6",
"@types/luxon": "^3.3.3",
"@types/moment-timezone": "^0.5.13",
"@types/react": "^18.0.0",
"@types/react-collapse": "^5.0.0",
"@types/react-dom": "^18.0.11",
"@types/react-modal": "^3.10.5",
"@types/react-notification-system": "^0.2.39",
"@types/react-tooltip": "^4.2.4",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^8.30.1",
"@typescript-eslint/parser": "^8.30.1",
"cross-spawn": "^7.0.6",
"cypress": "14.3.2",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-coriolis-web": "file:./src/utils/eslint-plugin-coriolis-web",
"eslint-plugin-prettier": "^5.2.6",
"eslint-plugin-react": "^7.31.7",
"globals": "^16.0.0",
"jest": "^29.7.0",
"jest-canvas-mock": "^2.5.2",
"jest-environment-jsdom": "^29.7.0",
"nodemon": "^3.1.9",
"prettier": "^3.5.3",
"util": "^0.12.5"
},
"dependencies": {
"@babel/core": "^7.26.10",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.25.9",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-proposal-optional-chaining": "^7.21.0",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.27.0",
"@babel/register": "^7.25.9",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.16",
"ansi-to-html": "^0.7.2",
"autobind-decorator": "^2.4.0",
"axios": "^0.30.0",
"babel-loader": "^10.0.0",
"babel-plugin-styled-components": "^2.1.4",
"body-parser": "^2.2.1",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^13.0.0",
"dotenv": "^14.3.2",
"express": "^5.2.0",
"file-loader": "^6.2.0",
"file-saver": "^2.0.5",
"fs": "^0.0.1-security",
"html-webpack-plugin": "^5.6.3",
"js-base64": "^3.7.7",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"lodash": "^4.17.21",
"luxon": "^3.6.1",
"mobx": "^5.15.4",
"mobx-react": "^6.2.2",
"moment-timezone": "^0.5.48",
"ms-rest-azure": "^3.0.2",
"path": "^0.12.7",
"react": "^18.2.0",
"react-collapse": "^5.1.1",
"react-datetime": "^3.3.1",
"react-dom": "^18.2.0",
"react-idle-timer": "^5.7.2",
"react-modal": "^3.16.3",
"react-motion": "^0.5.2",
"react-notification-system": "^0.4.0",
"react-refresh": "^0.16.0",
"react-router": "^7.12.0",
"react-tooltip": "^4.5.1",
"react-transition-group": "^4.x",
"request": "^2.88.2",
"require-without-cache": "^0.0.6",
"rimraf": "^6.0.1",
"styled-components": "^5.3.11",
"tai-password-strength": "^1.1.3",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"url-loader": "^4.1.1",
"webpack": "^5.99.7",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.1",
"webpack-merge": "^6.0.1"
},
"resolutions": {
"ansi-regex": "^5.0.1",
"async": "^2.6.4",
"base64url": "^3.0.0",
"eventsource": "^2.0.2",
"glob-parent": "^5.1.2",
"hosted-git-info": "^2.8.9",
"is-svg": "^4.2.2",
"json-schema": "^0.4.0",
"loader-utils": "^2.0.3",
"minimist": "^1.2.6",
"node-fetch": "^2.6.1",
"node-forge": "^1.0.0",
"node-notifier": "^8.0.1",
"normalize-url": "^4.5.1",
"nth-check": "^2.0.1",
"prismjs": "^1.27.0",
"postcss": "^8.2.13",
"lodash": "^4.17.21",
"tar": "^4.4.18",
"trim": "^0.0.3",
"ua-parser-js": "^0.7.24",
"underscore": "^1.12.1",
"y18n": "^3.2.2",
"yargs-parser": "^20.2.9"
}
}