-
Notifications
You must be signed in to change notification settings - Fork 44
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 968 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 968 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
34
{
"name": "@rspack-example/builtin-swc-loader",
"version": "1.0.0",
"private": true,
"license": "MIT",
"scripts": {
"build": "rspack build",
"dev": "rspack dev"
},
"dependencies": {
"lib3": "workspace:*",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-refresh": "0.18.0",
"vue": "3.5.8"
},
"devDependencies": {
"@lingui/swc-plugin": "^5.11.0",
"@rspack/cli": "2.0.0-beta.7",
"@rspack/core": "2.0.0-beta.7",
"@rspack/dev-server": "2.0.0-beta.7",
"@swc/helpers": "^0.5.19",
"@swc/plugin-emotion": "^14.6.0",
"@swc/plugin-loadable-components": "^11.6.0",
"@swc/plugin-prefresh": "^12.6.0",
"@swc/plugin-relay": "^12.6.0",
"@swc/plugin-remove-console": "^12.6.0",
"@swc/plugin-styled-components": "^12.6.0",
"@swc/plugin-styled-jsx": "^13.6.0",
"@swc/plugin-transform-imports": "^12.6.0",
"swc-plugin-css-modules": "^8.0.0",
"swc-plugin-vue-jsx": "^0.4.0"
}
}