-
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) · 920 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 920 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": "example-builtin-swc-loader",
"version": "1.0.0",
"private": true,
"license": "MIT",
"main": "index.js",
"scripts": {
"build": "rspack build",
"dev": "rspack serve"
},
"dependencies": {
"lib3": "workspace:*",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-refresh": "0.17.0",
"vue": "3.5.8"
},
"devDependencies": {
"@lingui/swc-plugin": "^5.6.1",
"@rspack/cli": "1.5.0",
"@rspack/core": "1.5.0",
"@swc/helpers": "^0.5.17",
"@swc/plugin-emotion": "^11.0.2",
"@swc/plugin-loadable-components": "^8.0.2",
"@swc/plugin-prefresh": "^9.0.2",
"@swc/plugin-relay": "^9.0.2",
"@swc/plugin-remove-console": "^9.0.2",
"@swc/plugin-styled-components": "^9.0.3",
"@swc/plugin-styled-jsx": "^9.0.2",
"@swc/plugin-transform-imports": "^9.0.3",
"swc-plugin-css-modules": "^5.0.2",
"swc-plugin-vue-jsx": "^0.4.0"
}
}