-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
221 lines (221 loc) · 6.82 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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
{
"name": "@equinor/procosys-js-frontend",
"version": "0.0.1",
"description": "Equinor - Project Completion System",
"main": "index.js",
"author": "ProCoSys - LCI Team",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "git+https://github.com/equinor/procosys-js-frontend.git"
},
"scripts": {
"start": "webpack serve --config webpack.development.config.js --hot",
"build": "webpack --config webpack.production.config.js",
"test": "jest",
"test-watch": "jest --watch",
"lint": "./node_modules/.bin/eslint",
"lint-all": "./node_modules/.bin/eslint --ext .js,.jsx,.ts,.tsx src/",
"prepare": "husky install",
"pre-commit": "lint-staged",
"storybook": "start-storybook -p 6006",
"build-storybook": "build-storybook"
},
"lint-staged": {
"*.{ts,tsx,js,jsx}": "yarn lint"
},
"devDependencies": {
"@babel/cli": "^7.23.4",
"@babel/core": "^7.23.7",
"@babel/helper-string-parser": "^7.23.4",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-proposal-private-property-in-object": "7.21.11",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.23.7",
"@babel/preset-env": "^7.23.8",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@hot-loader/react-dom": "^17.0.2",
"@storybook/addon-actions": "^6.5.16",
"@storybook/addon-essentials": "^7.0.0",
"@storybook/addon-links": "^6.5.16",
"@storybook/react": "^6.5.16",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "12.1.5",
"@types/jest": "^29.5.11",
"@types/qs": "^6.9.11",
"@types/react": "17.0.53",
"@types/react-dom": "17.0.18",
"@types/react-helmet": "^6.1.11",
"@types/react-highlight-words": "^0.16.7",
"@types/react-router-dom": "^5.3.3",
"@types/react-table": "^7.7.19",
"@types/react-virtualized-auto-sizer": "^1.0.4",
"@types/react-window": "^1.8.8",
"@types/styled-components": "^5.1.26",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"babel-jest": "29.7.0",
"babel-loader": "9.1.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^5.2.7",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.2",
"eslint-plugin-react": "^7.33.2",
"file-loader": "^6.1.1",
"html-webpack-plugin": "^5.6.0",
"husky": "^8.0.3",
"jest": "29.7.0",
"jest-junit": "16.0.0",
"lint-staged": "13.1.0",
"loader-utils": "^2.0.0",
"prettier": "^3.1.1",
"react-hot-loader": "^4.13.1",
"sass-extract": "^3.0.0",
"sass-loader": "^10.1.1",
"snyk": "^1.1293.1",
"source-map-loader": "^4.0.2",
"storybook-addon-jsx": "^7.3.14",
"style-loader": "^3.3.3",
"ts-jest": "29.1.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
},
"dependencies": {
"@adobe/css-tools": "4.3.2",
"@azure/msal-browser": "^3.7.0",
"@babel/traverse": "^7.23.4",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@equinor/eds-core-react": "0.35.1",
"@equinor/eds-icons": "^0.20.0",
"@equinor/eds-tokens": "^0.9.2",
"@microsoft/applicationinsights-react-js": "^17.0.3",
"@microsoft/applicationinsights-web": "^3.0.7",
"@mui/icons-material": "^5.15.3",
"@mui/material": "^5.15.3",
"@mui/styled-engine-sc": "^5.14.12",
"@mui/styles": "^5.15.3",
"@mui/system": "^5.4.1",
"@mui/x-date-pickers": "^5.0.20",
"@storybook/addon-info": "^6.0.0-alpha.2",
"@storybook/builder-webpack5": "8.2.0",
"@storybook/manager-webpack5": "^6.5.16",
"@types/lodash.debounce": "^4.0.9",
"ansi-regex": "^6.0.1",
"axios": "1.7.4",
"body-parser": "1.20.3",
"braces": "3.0.3",
"browserify-sign": "4.2.2",
"cookie": "0.7.0",
"date-fns": "^2.30.0",
"decode-uri-component": "0.2.2",
"deep-object-diff": "1.1.9",
"elliptic": "6.5.7",
"express": "5.0.1",
"follow-redirects": "^1.15.6",
"glob-parent": "5.1.2",
"highlight.js": "10.4.1",
"http-cache-semantics": "4.1.1",
"ip": "2.0.1",
"istanbul-reports": "3.1.3",
"jest-environment-jsdom": "^29.7.0",
"js-beautify": "1.14.10",
"json5": "2.2.2",
"markdown-to-jsx": "7.4.0",
"marked": "4.0.10",
"micromatch": "4.0.8",
"minimatch": "3.0.5",
"minimist": "1.2.6",
"node-fetch": "3.2.10",
"nth-check": "2.0.1",
"path-to-regexp": "8.0.0",
"postcss": "^8.4.31",
"prismjs": "1.27.0",
"process": "^0.11.10",
"prompts": "2.4.2",
"qs": "^6.10.3",
"query-string": "8.1.0",
"ramda": "0.27.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-highlight-words": "^0.20.0",
"react-hotkeys-hook": "^3.4.4",
"react-router-dom": "6.0.0",
"react-table": "^7.8.0",
"react-virtualized-auto-sizer": "^1.0.20",
"react-window": "1.8.10",
"sass": "^1.77.8",
"semver": "7.5.2",
"send": "^1.1.0",
"serialize-javascript": "6.0.2",
"serve-static": "^2.1.0",
"styled-components": "5.3.9",
"tar": "6.2.1",
"terser": "5.14.2",
"trim": "0.0.3",
"trim-newlines": "4.0.1",
"tslib": "^2.3.0",
"unset-value": "2.0.1",
"webpack-dev-middleware": "7.1.0",
"word-wrap": "1.2.4",
"ws": "8.17.1",
"yaml": "^2.2.2"
},
"resolutions": {
"@babel/traverse": "^7.23.4",
"body-parser": "1.20.3",
"braces": "3.0.3",
"highlight.js": "10.4.1",
"node-fetch": "^3.2.10",
"nth-check": "^2.0.1",
"postcss": "^8.4.31",
"prismjs": "1.27.0",
"webpack-dev-middleware": "^5.3.4",
"marked": "4.0.10",
"semver": "7.5.2",
"http-cache-semantics": "^4.1.1",
"json5": "^2.2.2",
"tar": "^6.2.1",
"tslib": "^2.3.0",
"react-is": "^17.0.2",
"require-from-string": "^2.0.2",
"@mui/system": "^5.4.1",
"regenerator-runtime": "^0.13.9",
"@storybook/addons": "^6.5.16",
"@storybook/channels": "^6.5.16",
"@storybook/components": "^6.5.16",
"@storybook/core-events": "^6.5.16",
"@storybook/theming": "^6.5.16",
"ws": "^8.17.0",
"webpack": "^5.94.0",
"ip": "^2.0.1",
"qs": "^6.10.3",
"trim": "^0.0.3",
"yaml": "^2.2.2",
"decode-uri-component": "^0.2.2",
"follow-redirects": "^1.15.6",
"@adobe/css-tools": "^4.3.2",
"browserify-sign": "^4.2.2",
"micromatch": "4.0.8",
"loader-utils": "^2.0.0",
"unset-value": "^2.0.1",
"trim-newlines": "^4.0.1",
"serve-static": "^2.1.0",
"send": "^0.19.0",
"ramda": "^0.27.2",
"elliptic": "^6.5.7",
"cookie": "^0.7.0",
"glob-parent": "5.1.2",
"serialize-javascript": "6.0.2",
"ansi-regex": "5.0.1",
"strip-ansi": "5.2.0"
}
}