-
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) · 847 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 847 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-demo",
"version": "2.1.12",
"author": "dylanvorster",
"license": "MIT",
"private": true,
"scripts": {
"start": "./node_modules/.bin/webpack serve --open"
},
"dependencies": {
"@projectstorm/react-workspaces-core": "workspace:*",
"@projectstorm/react-workspaces-behavior-resize": "workspace:*",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"react": "^19.1.1",
"react-dom": "^19.1.1"
},
"devDependencies": {
"html-webpack-plugin": "^5.6.3",
"@types/react": "^19.1.9",
"@types/react-dom": "^19.1.7",
"babel-loader": "^10.0.0",
"@babel/core": "^7.28.0",
"@babel/preset-env": "^7.28.0",
"@babel/preset-react": "^7.27.1",
"webpack": "^5.101.0",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.2.2"
}
}