-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 900 Bytes
/
package.json
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": "rspack-react-starter",
"private": true,
"version": "1.0.0",
"scripts": {
"dev": "SET NODE_ENV=development & rspack build",
"build": "SET NODE_ENV=production & rspack build",
"start": "node --experimental-modules index.mjs"
},
"dependencies": {
"@monaco-editor/react": "^4.6.0",
"cors-anywhere": "^0.4.4",
"express": "^4.18.2",
"fuzzysort": "^2.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loader-spinner": "^6.1.6",
"sass": "^1.70.0",
"sass-loader": "^14.1.0"
},
"devDependencies": {
"@rspack/cli": "0.5.3",
"@rspack/core": "0.5.3",
"@rspack/plugin-react-refresh": "0.5.3",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"raw-loader": "^4.0.2",
"react-refresh": "^0.14.0"
}
}