-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.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
{
"license": "MIT",
"name": "web",
"version": "0.0.3",
"private": false,
"scripts": {
"prepare": "husky install && yarn precompile",
"precompile": "yarn precompile:locales",
"precompile:locales": "formatjs compile-folder --ast --format simple content/locales content/compiled-locales",
"dev": "yarn precompile && next dev",
"build": "yarn precompile && next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"release": "standard-version"
},
"dependencies": {
"@reduxjs/toolkit": "2.5.0",
"@trpc/client": "9.27.4",
"@trpc/next": "9.27.4",
"@trpc/react": "9.27.4",
"@trpc/server": "9.27.4",
"jose": "5.9.6",
"next": "13.0.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-intl": "7.1.0",
"react-query": "3.39.3",
"react-redux": "9.2.0",
"react-router-dom": "7.1.1",
"uuid": "11.0.5",
"zod": "3.24.1"
},
"devDependencies": {
"@formatjs/cli": "6.3.15",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "15.0.7",
"@types/node": "22.10.6",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-intl": "3.0.0",
"@types/uuid": "10.0.0",
"eslint": "8.57.1",
"eslint-config-next": "13.0.2",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"standard-version": "9.5.0",
"ts-jest": "29.2.5",
"typescript": "5.7.3"
},
"repository": "[email protected]:antwika/web.git",
"bugs": {
"url": "https://github.com/antwika/web/issues"
},
"homepage": "https://github.com/antwika/web#readme"
}