-
Notifications
You must be signed in to change notification settings - Fork 59
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 837 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 837 Bytes
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
{
"name": "silk",
"description": "We use Yarn workspaces in order to use the gui-elements as dependency.",
"private": true,
"license": "Apache 2.0",
"workspaces": [
"workspace",
"libs/gui-elements"
],
"scripts": {},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {},
"resolutions": {
"**/cookiejar": "2.1.4",
"**/decode-uri-component": "0.2.2",
"**/express": "4.18.2",
"**/eslint": "^7.32.0",
"**/follow-redirects": "1.14.9",
"**/minimist": "1.2.8",
"**/moment": "2.29.4",
"**/nanoid": "3.3.4",
"**/react": "^18.2.0",
"**/react-dom": "^18.2.0",
"**/semver-regex": "3.1.4",
"**/@types/react": "^18.2.0",
"**/url-parse": "1.5.9",
"**/react-redux": "^9.1.2",
"**/react-syntax-highlighter": "^15.0.0"
}
}