This repository was archived by the owner on Dec 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
116 lines (116 loc) · 3.31 KB
/
Copy pathpackage.json
File metadata and controls
116 lines (116 loc) · 3.31 KB
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
{
"name": "npm-libs",
"license": "MIT",
"scripts": {
"prepare": "husky install",
"commit": "git-cz"
},
"version": "0.0.0",
"private": true,
"devDependencies": {
"@caporal/core": "2.0.2",
"@commitlint/cli": "17.0.3",
"@commitlint/config-conventional": "17.0.3",
"@commitlint/config-nx-scopes": "17.0.0",
"@commitlint/cz-commitlint": "17.0.3",
"@commitlint/types": "17.0.0",
"@jscutlery/semver": "2.25.2",
"@nrwl/cli": "14.5.1",
"@nrwl/devkit": "14.5.1",
"@nrwl/eslint-plugin-nx": "14.5.1",
"@nrwl/jest": "14.5.1",
"@nrwl/js": "14.5.1",
"@nrwl/linter": "14.5.1",
"@nrwl/nx-plugin": "14.5.1",
"@nrwl/react": "14.5.1",
"@nrwl/remix": "14.4.2",
"@nrwl/web": "14.5.1",
"@nrwl/workspace": "14.5.1",
"@remix-run/dev": "1.8.0",
"@swc-node/register": "1.4.2",
"@swc/cli": "0.1.55",
"@swc/core": "1.2.173",
"@swc/jest": "0.2.20",
"@testing-library/react": "13.3.0",
"@types/glob": "7.2.0",
"@types/iarna__toml": "2.0.2",
"@types/jest": "27.4.1",
"@types/json-stable-stringify": "1.0.34",
"@types/node": "18.0.3",
"@types/react": "18.0.14",
"@types/react-dom": "18.0.5",
"@types/semver": "7.3.10",
"@types/stream-chain": "2.0.1",
"@types/stream-json": "1.7.2",
"@typescript-eslint/eslint-plugin": "5.30.6",
"@typescript-eslint/parser": "5.30.6",
"axios": "0.27.2",
"babel-jest": "27.5.1",
"commitizen": "4.2.4",
"eslint": "8.19.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.0",
"eslint-plugin-react": "7.30.1",
"eslint-plugin-react-hooks": "4.6.0",
"execa": "6.1.0",
"glob": "8.0.3",
"husky": "8.0.1",
"jest": "27.5.1",
"json-stable-stringify": "1.0.1",
"jsonc-eslint-parser": "2.1.0",
"ngx-deploy-npm": "4.1.1",
"nx": "14.5.1",
"prettier": "2.7.1",
"react-test-renderer": "18.2.0",
"semver": "7.3.7",
"ts-jest": "27.1.4",
"ts-node": "10.8.2",
"tslib": "2.3.0",
"typescript": "4.7.4",
"typescript-json-schema": "0.54.0"
},
"dependencies": {
"@graphql-codegen/add": "3.2.0",
"@graphql-codegen/cli": "2.9.0",
"@graphql-codegen/introspection": "2.2.0",
"@graphql-codegen/typed-document-node": "2.3.2",
"@graphql-codegen/typescript": "2.7.2",
"@graphql-codegen/typescript-generic-sdk": "2.4.2",
"@graphql-codegen/typescript-operations": "2.5.2",
"@iarna/toml": "2.2.5",
"@remix-run/eslint-config": "1.8.0",
"@remix-run/node": "1.8.0",
"@remix-run/react": "1.8.0",
"@remix-run/serve": "1.8.0",
"@routes-gen/remix": "0.3.0",
"@swc/helpers": "0.3.3",
"@types/lodash": "4.14.182",
"chalk": "4.1.2",
"clsx": "1.2.1",
"core-js": "3.23.4",
"cross-env": "7.0.3",
"graphql": "16.5.0",
"npm-run-all": "4.1.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "4.4.0",
"regenerator-runtime": "0.13.7",
"remix": "1.6.5",
"remix-image": "1.3.2",
"routes-gen": "0.5.1",
"sass": "1.53.0",
"stream-chain": "2.2.5",
"stream-json": "1.7.4",
"tailwindcss": "3.1.6",
"tslib": "2.3.0",
"ufo": "0.8.5",
"urql": "2.2.2",
"urql-generic-requester": "0.0.1"
},
"config": {
"commitizen": {
"path": "@commitlint/cz-commitlint"
}
}
}