-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.02 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
36
37
38
39
{
"name": "morse-code",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "NODE_ENV=production rsbuild build",
"check": "biome check --write",
"dev": "rsbuild dev --open",
"format": "biome format --write",
"preview": "rsbuild preview"
},
"dependencies": {
"@douyinfe/semi-ui": "^2.60.1",
"@icon-park/react": "^1.4.2",
"@xyflow/react": "12.3.6",
"dagre": "^0.8.5",
"jotai": "^2.8.3",
"lodash": "^4.17.21",
"modern-normalize": "^2.0.0",
"motion": "^11.14.4",
"react": "^18.3.1",
"react-canvas-confetti": "^2.0.7",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"rxjs": "8.0.0-alpha.14",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@biomejs/biome": "^1.8.0",
"@rsbuild/core": "^0.7.4",
"@rsbuild/plugin-react": "^0.7.4",
"@types/dagre": "^0.7.52",
"@types/lodash": "^4.17.5",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.2"
}
}