-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
134 lines (134 loc) · 4.43 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "@sdlgr/portfolio",
"version": "0.0.0",
"license": "MIT",
"private": true,
"contributors": [
{
"name": "Saúl de León Guerrero",
"email": "[email protected]",
"url": "https://github.com/sauldeleon"
}
],
"scripts": {
"nx": "nx",
"start:web": "nx serve web",
"start:api": "nx serve api",
"build": "nx build",
"build:all": "NODE_ENV=production nx run-many --target=build --all --prod",
"build:web": "NODE_ENV=production yarn build web --prod",
"build:api": "nx build api",
"lint:api": "nx lint api",
"test:web": "NODE_ENV=test nx test web",
"test:api": "nx test api",
"test:libs": "NODE_ENV=test nx run-many --all --target=test --exclude $(nx print-affected --select=projects --type=app) \\'*-e2e\\'",
"test:all": "NODE_ENV=test nx run-many --all --target=test --exclude '*-e2e' api",
"analyse:web": "ANALYZE=true yarn build:web",
"affected": "nx affected",
"affected:e2e": "nx affected:e2e",
"affected:build": "nx affected:build --exclude='*-e2e'",
"format:write": "nx format:write",
"format:check": "nx format:check",
"update": "nx migrate latest",
"ncu": "ncu",
"dep-graph": "nx dep-graph",
"prepare": "husky install",
"postInstall": "patch-package",
"afterInstall": "patch-package & husky install",
"release:all": "nx run-many --all --target=version --parallel=false",
"release": "nx affected --target=version --parallel=false"
},
"dependencies": {
"@fingerprintjs/botd": "1.9.0",
"@nx/next": "17.2.8",
"@tanstack/react-query": "5.17.9",
"@testing-library/user-event": "14.5.2",
"accept-language": "3.0.18",
"date-fns": "3.1.0",
"i18next": "23.7.16",
"i18next-browser-languagedetector": "7.2.0",
"i18next-http-backend": "2.4.2",
"i18next-resources-to-backend": "1.2.0",
"next": "14.0.4",
"next-nprogress-bar": "2.1.2",
"polished": "4.2.2",
"react": "18.2.0",
"react-cookie-consent": "9.0.0",
"react-dom": "18.2.0",
"react-i18next": "14.0.0",
"react-is": "18.2.0",
"react-overlays": "5.2.1",
"react-use-is-scrolling": "0.0.2",
"seedrandom": "3.0.5",
"styled-components": "6.1.6",
"tslib": "2.6.2"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/preset-react": "7.23.3",
"@commitlint/cli": "18.4.4",
"@commitlint/config-conventional": "18.4.4",
"@jscutlery/semver": "4.2.0",
"@nx-go/nx-go": "2.8.0",
"@nx/cypress": "17.2.8",
"@nx/eslint": "17.2.8",
"@nx/eslint-plugin": "17.2.8",
"@nx/jest": "17.2.8",
"@nx/js": "17.2.8",
"@nx/react": "17.2.8",
"@nx/workspace": "17.2.8",
"@swc/plugin-styled-components": "1.5.108",
"@testing-library/cypress": "10.0.1",
"@testing-library/jest-dom": "6.2.0",
"@testing-library/react": "14.1.2",
"@testing-library/react-hooks": "8.0.1",
"@total-typescript/ts-reset": "0.5.1",
"@trivago/prettier-plugin-sort-imports": "4.3.0",
"@types/circular-dependency-plugin": "^5",
"@types/jest": "29.5.11",
"@types/js-cookie": "^3",
"@types/node": "20.10.7",
"@types/react": "18.2.47",
"@types/react-dom": "18.2.18",
"@types/react-is": "18.2.4",
"@types/seedrandom": "^3",
"@types/styled-components": "5.1.34",
"@types/testing-library__jest-dom": "^5",
"@typescript-eslint/eslint-plugin": "6.18.0",
"@typescript-eslint/parser": "6.18.0",
"babel-jest": "29.7.0",
"babel-plugin-styled-components": "2.1.4",
"circular-dependency-plugin": "5.2.2",
"cypress": "13.6.2",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-cypress": "2.15.1",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-jsx-a11y": "6.8.0",
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-testing-library": "6.2.0",
"husky": "8.0.3",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"jest-junit": "16.0.0",
"jest-styled-components": "7.2.0",
"lint-staged": "15.2.0",
"npm-check-updates": "16.14.12",
"nx": "17.2.8",
"patch-package": "8.0.0",
"prettier": "3.1.1",
"ts-jest": "29.1.1",
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": "yarn eslint -c .eslintrc.husky.json --fix",
"*": "yarn format:write --base=origin/main"
},
"engines": {
"node": ">=18"
},
"packageManager": "[email protected]"
}