-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 1.15 KB
/
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
31
32
33
34
35
{
"name": "runtime-land-dashboard",
"version": "0.1.4",
"description": "dashboard for runtime.land",
"main": "index.js",
"scripts": {
"start": "node updateConfig.js && rspack serve",
"build": "node updateConfig.js && rspack build --mode=production",
"start-clerk": "node updateConfig.js clerk-js && CLERK_JS=true rspack serve",
"build-clerk": "node updateConfig.js clerk-js && CLERK_JS=true rspack build --mode=production"
},
"author": "fuxiaohei <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@clerk/clerk-react": "^4.23.2",
"@rspack/cli": "^0.2.10",
"@tanstack/react-query": "^4.32.1",
"axios": "^1.4.0",
"bootstrap": "^5.3.1",
"javascript-time-ago": "^2.5.9",
"react": "^18.2.0",
"react-bootstrap": "^2.8.0",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-icons": "^4.10.1",
"react-router": "^6.14.2",
"react-router-dom": "^6.14.2",
"react-syntax-highlighter": "^15.5.0",
"react-time-ago": "^7.2.1",
"sass": "^1.64.2",
"sass-loader": "^13.3.2",
"unique-names-generator": "^4.7.1"
}
}