-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 944 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 944 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
{
"name": "@projectstorm/react-workspaces-defaults",
"version": "2.3.16",
"main": "./dist/index.umd.js",
"module": "./dist/index.jsx",
"types": "./dist/@types/index.d.ts",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "../../node_modules/.bin/webpack"
},
"dependencies": {
"react": "^19.2.4",
"@emotion/styled": "^11.14.1",
"@emotion/react": "^11.14.0",
"lodash": "^4.17.23",
"@projectstorm/react-workspaces-core": "workspace:*",
"@projectstorm/react-workspaces-model-tabs": "workspace:*",
"@projectstorm/react-workspaces-model-tray": "workspace:*",
"@projectstorm/react-workspaces-model-floating-window": "workspace:*",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@fortawesome/react-fontawesome": "^3.2.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0"
},
"devDependencies": {
"@types/react": "^19.2.14",
"@types/lodash": "^4.17.23"
}
}