-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 2.92 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
{
"name": "@firmhouse/source",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"prepare": "husky install"
},
"private": true,
"dependencies": {
"autoprefixer": "^10.4.15",
"dayjs": "^1.11.10",
"graphql-request": "^6.1.0",
"jose": "^5.2.0",
"next": "^14.1.0",
"postcss": "^8.4.29",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"server-only": "^0.0.1",
"tailwindcss": "^3.3.3",
"tslib": "^2.3.0"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/config-nx-scopes": "^18.3.0",
"@commitlint/cz-commitlint": "^18.2.0",
"@edge-runtime/types": "^2.2.7",
"@graphql-codegen/cli": "^5.0.0",
"@graphql-codegen/near-operation-file-preset": "^3.0.0",
"@graphql-codegen/typed-document-node": "^5.0.1",
"@graphql-codegen/typescript": "^4.0.1",
"@graphql-codegen/typescript-operations": "^4.0.1",
"@graphql-typed-document-node/core": "^3.2.0",
"@microsoft/api-extractor": "^7.38.2",
"@nx/cypress": "17.0.3",
"@nx/eslint": "17.0.3",
"@nx/eslint-plugin": "17.0.3",
"@nx/jest": "17.0.3",
"@nx/js": "17.0.3",
"@nx/next": "17.0.3",
"@nx/react": "17.0.3",
"@nx/rollup": "17.0.3",
"@nx/workspace": "17.0.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-url": "^7.0.0",
"@svgr/rollup": "^8.1.0",
"@swc-node/register": "~1.6.7",
"@swc/cli": "~0.1.62",
"@swc/core": "1.3.96",
"@swc/helpers": "0.5.3",
"@swc/jest": "0.2.20",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.4.0",
"@types/node": "^18.14.2",
"@types/react": "18.2.33",
"@types/react-dom": "18.2.14",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"babel-jest": "^29.4.1",
"commitizen": "^4.3.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cypress": "^13.0.0",
"encoding": "^0.1.13",
"eslint": "~8.46.0",
"eslint-config-next": "^14.1.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-cypress": "^2.13.4",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-tsdoc": "^0.2.17",
"husky": "^8.0.0",
"inquirer": "^8.2.6",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"lint-staged": "^15.0.2",
"nx": "17.0.3",
"prettier": "^2.6.2",
"semantic-release-npm-github-publish": "^1.5.4",
"semantic-release-plus": "^20.0.0",
"semantic-release-unsquash": "^0.2.0",
"swc-loader": "0.1.15",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.1.3",
"verdaccio": "^5.0.4"
},
"nx": {
"includedScripts": []
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}