forked from adobe/react-spectrum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 776 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": "webpack-5-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"packageManager": "[email protected]",
"scripts": {
"dev": "webpack serve",
"build": "webpack --mode production"
},
"dependencies": {
"@react-spectrum/s2": "latest",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"css-loader": "^6.10.0",
"css-minimizer-webpack-plugin": "^7.0.0",
"html-webpack-plugin": "^5.6.0",
"lightningcss": "^1.27.0",
"mini-css-extract-plugin": "^2.9.1",
"style-loader": "^3.3.4",
"swc-loader": "^0.2.6",
"swc-minify-webpack-plugin": "^2.1.3",
"unplugin-parcel-macros": "0.0.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.4"
}
}