-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.41 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.41 KB
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
40
41
42
43
{
"name": "pb-thrift-web",
"version": "0.0.1",
"description": "pb thrift convertion web UI interface",
"main": "index.js",
"repository": "git@github.com:YYCoder/pb-thrift-web.git",
"author": "Markey <markeyme@163.com>",
"license": "MIT",
"private": true,
"dependencies": {
"@emotion/react": "^11.4.1",
"@rebass/forms": "^4.0.6",
"@rebass/preset": "^4.0.5",
"chalk": "^4.1.2",
"cross-fetch": "^3.1.4",
"emotion-theming": "^10.0.27",
"nanoid": "^3.1.23",
"next": "^13.0.1",
"react": "^19.0.2",
"react-dom": "^19.0.2",
"react-toastify": "^7.0.4",
"rebass": "^4.0.7"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"devDependencies": {
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@typescript-eslint/eslint-plugin": "^4.29.1",
"@typescript-eslint/parser": "^4.29.1",
"eslint": "^7.32.0",
"eslint-config-next": "^11.0.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"typescript": "^4.5.2"
},
"packageManager": "yarn@4.12.0+sha512.f45ab632439a67f8bc759bf32ead036a1f413287b9042726b7cc4818b7b49e14e9423ba49b18f9e06ea4941c1ad062385b1d8760a8d5091a1a31e5f6219afca8"
}