-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 2.24 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
58
59
60
61
62
63
64
65
66
67
{
"name": "mrmilu.next.base",
"version": "0.1.0",
"private": true,
"scripts": {
"prepare": "node .husky/install.mjs",
"dev": "NODE_OPTIONS='--inspect' next dev",
"analyze": "ANALYZE=true next build",
"build": "next build",
"start": "next start",
"check-types": "tsc --project tsconfig.json",
"prettier-fix": "prettier ./src ./pages ./app --write --ignore-unknown",
"prettier-check": "prettier ./src ./pages ./app --check --ignore-unknown",
"lint": "next lint --fix",
"commit": "commit",
"ioc-generate": "inversify-generator"
},
"dependencies": {
"@front_web_mrmilu/hooks": "~2.1.0",
"@front_web_mrmilu/network": "~2.1.0",
"@front_web_mrmilu/services": "~2.1.0",
"@front_web_mrmilu/utils": "~2.1.0",
"@hookform/resolvers": "~3.6.0",
"@react-spring/web": "~9.7.3",
"@sentry/nextjs": "~7.102.1",
"@svgr/webpack": "~8.1.0",
"@vanilla-extract/css": "~1.15.3",
"@vanilla-extract/recipes": "~0.5.3",
"accept-language": "~3.0.18",
"axios": "~1.7.2",
"class-transformer": "~0.5.1",
"immer": "~10.1.1",
"inversify": "~6.0.2",
"inversify-generator": "~0.1.5",
"lodash": "~4.17.21",
"next": "14.2.4",
"next-intl": "^3.15.2",
"query-string": "~8.2.0",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"react-hook-form": "~7.52.0",
"reflect-metadata": "~0.2.2",
"yup": "~1.4.0",
"zustand": "~4.5.2"
},
"devDependencies": {
"@axe-core/react": "~4.9.1",
"@commitlint/cli": "~18.6.1",
"@commitlint/config-conventional": "~18.6.3",
"@commitlint/prompt-cli": "~18.6.1",
"@next/bundle-analyzer": "~14.1.0",
"@types/lodash": "~4.17.5",
"@types/node": "~20.14.8",
"@types/react": "~18.2.57",
"@typescript-eslint/eslint-plugin": "~7.14.1",
"@vanilla-extract/next-plugin": "~2.4.2",
"eslint": "~8.56.0",
"eslint-config-next": "~14.2.4",
"eslint-config-prettier": "~9.1.0",
"eslint-plugin-unused-imports": "~3.2.0",
"husky": "~9.0.11",
"lint-staged": "~15.2.7",
"prettier": "~3.3.2",
"typescript": "~5.5.2"
},
"packageManager": "[email protected]+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}