-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.6 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "tools.su-u.dev",
"version": "17.1.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"lint": "next lint",
"lint-fix": "next lint --fix",
"format": "prettier --write **/*.{tsx,ts}",
"release-major": "yarn version --major",
"release-minor": "yarn version --minor",
"release-patch": "yarn version --patch"
},
"dependencies": {
"@ant-design/icons": "^5.5.1",
"@codemirror/lang-json": "^6.0.1",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@faker-js/faker": "^8.4.1",
"@monaco-editor/react": "^4.6.0",
"@rsuite/icons": "yarn ^1.0.3",
"@uiw/codemirror-theme-vscode": "^4.23.0",
"@uiw/react-codemirror": "^4.23.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"antd": "^5.20.4",
"dayjs": "^1.11.13",
"iconv-lite": "^0.6.3",
"iconv-urlencode": "^1.0.0",
"next": "^14.2.7",
"obtain-unicode": "^0.0.5",
"punycode": "^2.3.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-json-view": "^1.21.3",
"rsuite": "^5.70.0",
"timezones-list": "^3.0.3",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/gtag.js": "^0.0.20",
"@types/jest": "^29.5.12",
"@types/node": "^22.5.2",
"@types/react": "^18.3.5",
"eslint": "9.9.1",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"sass": "^1.77.8",
"typescript": "^5.5.4",
"typescript-plugin-css-modules": "^5.1.0"
}
}