-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 922 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
31
32
33
34
35
36
37
38
39
{
"name": "ubenchan-frontend",
"version": "1.1.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"tsc": "tsc --noEmit"
},
"devDependencies": {
"@types/node": "^18.7.13",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/use-sync-external-store": "^0.0.3",
"@vitejs/plugin-react": "^2.0.1",
"cnj": "^1.0.3",
"git-rev-promises": "^1.1.0",
"lz-ts": "^1.1.2",
"nanoid": "^4.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.3.0",
"resolvable-promise": "^2.0.3",
"stylus": "^0.59.0",
"typescript": "^4.8.2",
"use-sync-external-store": "^1.2.0",
"vite": "^3.0.9",
"vite-plugin-svg-sprite": "^0.2.6",
"vite-plugin-ts-alias": "^0.1.1"
},
"dependencies": {
"merge-anything": "^5.0.4",
"monaco-editor": "^0.34.0",
"sucrase": "^3.25.0"
}
}