-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
138 lines (138 loc) · 5.34 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
135
136
137
138
{
"name": "@0xintuition/intuition-ts",
"description": "",
"private": true,
"homepage": "http://0xIntuition.github.io/intuition-ts",
"scripts": {
"1ui:component:create": "npx nx g @0xintuition/automation-tools:ui-component",
"1ui:build": "nx build @0xintuition/1ui",
"1ui:build-storybook": "nx build-storybook @0xintuition/1ui",
"1ui:lint": "nx lint @0xintuition/1ui",
"1ui:test": "nx test @0xintuition/1ui --reporter=verbose",
"1ui:typecheck": "nx typecheck @0xintuition/1ui",
"api:build": "nx build @0xintuition/api",
"api:lint": "nx lint @0xintuition/api",
"portal:dev": "nx dev @0xintuition/portal",
"portal:start": "nx start @0xintuition/portal",
"portal:build": "nx build @0xintuition/portal",
"portal:lint": "nx lint @0xintuition/portal",
"portal:test": "nx test @0xintuition/portal --reporter=verbose",
"template:dev": "nx dev @0xintuition/template",
"template:start": "nx start @0xintuition/template",
"template:build": "nx build @0xintuition/template",
"template:lint": "nx lint @0xintuition/template",
"template:test": "nx test @0xintuition/template --reporter=verbose",
"template:typecheck": "nx typecheck @0xintuition/template",
"data-populator:dev": "nx dev @0xintuition/data-populator",
"data-populator:start": "nx start @0xintuition/data-populator",
"data-populator:build": "nx build @0xintuition/data-populator",
"data-populator:lint": "nx lint @0xintuition/data-populator",
"data-populator:test": "nx test @0xintuition/data-populator --reporter=verbose",
"data-populator:typecheck": "nx typecheck @0xintuition/data-populator",
"graphql:dev": "nx dev @0xintuition/graphql",
"graphql:build": "nx build @0xintuition/graphql",
"graphql:lint": "nx lint @0xintuition/graphql",
"graphql:test": "nx test @0xintuition/graphql --reporter=verbose",
"graphql:codegen": "nx codegen @0xintuition/graphql",
"graphql:typecheck": "nx typecheck @0xintuition/graphql",
"protocol:build": "nx build @0xintuition/protocol",
"protocol:lint": "nx lint @0xintuition/protocol",
"protocol:test": "nx test @0xintuition/protocol --reporter=verbose",
"sdk:build": "nx build @0xintuition/sdk",
"sdk:lint": "nx lint @0xintuition/sdk",
"sdk:test": "nx test @0xintuition/sdk --reporter=verbose",
"build": "nx run-many -t build",
"lint": "nx run-many -t lint --verbose",
"lint:fix": "nx run-many -t lint --verbose --fix",
"test": "nx run-many -t test",
"typecheck": "nx run-many -t typecheck",
"storybook": "nx run @0xintuition/1ui:storybook",
"publish": "nx run-many -t nx-release-publish",
"publish-packages:local": "nx run-many -t publish-package --registry=http://localhost:4873",
"prettier": "prettier --write .",
"prettier:silent": "prettier --write . --log-level=silent",
"pre-commit": "pnpm lint && pnpm typecheck && pretty-quick --verbose --staged",
"prepare": "husky",
"codegen": "nx codegen @0xintuition/api",
"postinstall": "pnpm prepare"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@hey-api/openapi-ts": "^0.44.0",
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@nrwl/eslint-plugin-nx": "19.1.0",
"@nrwl/node": "19.1.0",
"@nx/devkit": "19.1.0",
"@nx/eslint": "19.1.0",
"@nx/eslint-plugin": "19.1.0",
"@nx/jest": "19.1.0",
"@nx/js": "19.1.0",
"@nx/node": "19.1.0",
"@nx/playwright": "19.1.0",
"@nx/plugin": "19.1.0",
"@nx/react": "19.1.0",
"@nx/remix": "19.1.0",
"@nx/storybook": "19.1.0",
"@nx/vite": "19.1.0",
"@nx/web": "19.1.0",
"@playwright/test": "^1.36.0",
"@remix-run/dev": "^2.8.1",
"@remix-run/eslint-config": "^2.8.1",
"@remix-run/testing": "^2.8.1",
"@swc-node/register": "~1.8.0",
"@swc/cli": "0.3.12",
"@swc/core": "~1.3.85",
"@swc/helpers": "~0.5.2",
"@testing-library/jest-dom": "^6.2.0",
"@testing-library/react": "15.0.6",
"@testing-library/user-event": "^14.5.2",
"@types/jest": "^29.4.0",
"@types/node": "18.16.9",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^1.0.4",
"@vitest/ui": "^1.3.1",
"eslint": "~8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-playwright": "^0.15.3",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"husky": "^9.0.11",
"jest": "^29.4.1",
"jest-environment-jsdom": "^29.4.1",
"jest-environment-node": "^29.4.1",
"jsdom": "~22.1.0",
"nx": "19.1.0",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.5",
"pretty-quick": "^4.0.0",
"ts-jest": "^29.1.0",
"ts-node": "10.9.1",
"typescript": "~5.4.2",
"verdaccio": "^5.0.4",
"vite": "~5.0.0",
"vitest": "^1.3.1"
},
"dependencies": {
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@remix-run/serve": "^2.8.1",
"isbot": "^4.4.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"tslib": "^2.3.0"
},
"nx": {
"includedScripts": []
},
"engines": {
"pnpm": "9.0.6",
"node": ">=19"
},
"packageManager": "[email protected]+sha512.f6d863130973207cb7a336d6b439a242a26ac8068077df530d6a86069419853dc1ffe64029ec594a9c505a3a410d19643c870aba6776330f5cfddcf10a9c1617"
}