-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
191 lines (191 loc) · 6.32 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
{
"name": "@acidic/monorepo",
"version": "0.0.0",
"private": true,
"description": "🧪 Acidic is a modeling tool that can be used to describe and generate code for API end points, database tables, type definitions, client components, and so much more!",
"keywords": [
"acidic",
"storm",
"stormstack",
"storm-ops",
"acidic-lang",
"acidic-model",
"impact",
"nextjs",
"prisma",
"zenstack",
"hasura",
"strapi",
"graphql",
"sullivanpj",
"monorepo"
],
"homepage": "https://acidic.io",
"bugs": {
"url": "https://stormsoftware.org/support",
"email": "[email protected]"
},
"repository": {
"type": "github",
"url": "https://github.com/storm-software/acidic.git"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/storm-software"
},
"license": "Apache License 2.0",
"author": {
"name": "Storm Software",
"email": "[email protected]",
"url": "https://stormsoftware.org"
},
"scripts": {
"adr": "pnpm log4brains adr new",
"adr:preview": "pnpm log4brains preview",
"prebuild": "pnpm clean",
"build": "nx affected -t build --parallel=1 --nx-bail=true",
"build:all": "nx run-many -t build --all --parallel=1",
"build:dev": "nx run-many -t build --all --configuration=development --parallel=1",
"build:docs": "nx run-many -t build --projects=docs/* --parallel=1",
"build:packages": "nx run-many -t build --projects=packages/* --parallel=1",
"build:prod": "nx run-many -t build --all --configuration=production --parallel=1",
"build:tools": "nx run-many -t build --projects=tools/* --parallel=1",
"clean": "rimraf dist",
"clean:docs": "rimraf dist/docs",
"clean:packages": "rimraf dist/packages",
"clean:tools": "rimraf dist/tools",
"commit": "pnpm storm-git commit",
"dep-graph": "nx dep-graph",
"e2e": "nx e2e",
"format": "nx format:write",
"graph": "nx graph",
"help": "nx help",
"preinstall": "npx storm-pre-install || npx -y only-allow pnpm",
"install:csb": "corepack enable && pnpm install --frozen-lockfile",
"biome:check": "biome check --apply-unsafe --no-errors-on-unmatched --files-ignore-unknown=true",
"biome:lint": "npx biome lint --apply --no-errors-on-unmatched --files-ignore-unknown=true",
"biome:format": "npx biome format --write --no-errors-on-unmatched --files-ignore-unknown=true",
"lint": "npx storm-lint all --skip-cspell --alex-config=\"@storm-software/linting-tools/alex/.alexrc\" --alex-config=\"@storm-software/linting-tools/alex/.alexignore\"",
"local-registry": "nx local-registry @acidic/monorepo",
"nx": "nx",
"readme-gen": "pnpm storm-git readme-gen --templates=\"./docs/readme-templates\"",
"release": "pnpm storm-git release",
"test": "echo Skipping all workspace testing..."
},
"prettier": "@storm-software/linting-tools/prettier/config.json",
"dependencies": {
"@biomejs/biome": "^1.5.1",
"@eslint/eslintrc": "^3.0.0",
"@nx/cypress": "18.0.4",
"@nx/devkit": "18.0.4",
"@nx/esbuild": "18.0.4",
"@nx/eslint": "18.0.4",
"@nx/eslint-plugin": "18.0.4",
"@nx/jest": "18.0.4",
"@nx/js": "18.0.4",
"@nx/react": "18.0.4",
"@nx/storybook": "18.0.4",
"@nx/vite": "18.0.4",
"@nx/web": "18.0.4",
"@nx/workspace": "18.0.4",
"@storm-software/config": "latest",
"@storm-software/git-tools": "latest",
"@storm-software/linting-tools": "latest",
"@storm-software/testing-tools": "latest",
"@storm-software/workspace-tools": "latest",
"@storybook/addon-essentials": "^7.6.6",
"@storybook/addon-interactions": "^7.6.6",
"@storybook/addons": "^7.6.6",
"@storybook/core-server": "^7.6.6",
"@storybook/jest": "^0.2.3",
"@storybook/react": "^7.6.6",
"@storybook/react-vite": "^7.6.6",
"@storybook/test-runner": "^0.16.0",
"@storybook/testing-library": "^0.2.2",
"@storybook/theming": "^7.6.6",
"@swc-node/register": "1.8.0",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.101",
"@swc/helpers": "^0.5.3",
"@testing-library/react": "14.0.0",
"@types/jest": "^29.5.11",
"@types/node": "^18.16.9",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.2.18",
"@typescript-eslint/eslint-plugin": "6.13.2",
"@typescript-eslint/parser": "6.13.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "1.2.2",
"@vitest/ui": "1.0.4",
"autoprefixer": "10.4.13",
"cypress": "^13.6.1",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.0.0",
"espree": "^9.6.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-environment-node": "^29.7.0",
"jsdom": "~22.1.0",
"langium": "^2.1.3",
"lefthook": "^1.6.1",
"log4brains": "^1.0.1",
"nx": "18.0.4",
"postcss": "8.4.35",
"prettier": "^3.0.0",
"prettier-plugin-prisma": "^5.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"renamer": "^4.0.0",
"rimraf": "^5.0.5",
"tailwindcss": "3.2.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"tsx": "^4.6.2",
"typescript": "5.3.3",
"typia": "^5.3.11",
"verdaccio": "^5.29.0",
"vite": "^5.1.1",
"vite-plugin-dts": "~2.3.0",
"vitest": "1.0.4"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.17.1",
"pnpm": ">=8.10.2"
},
"namespace": "@acidic",
"nx": {
"includedScripts": ["lint", "format"]
},
"pnpm": {
"overrides": {
"ip": ">=2.0.0",
"next": ">=13.4.20-canary.13",
"debug": ">=4.3.1",
"node-fetch": ">=2.6.7",
"nth-check": ">=2.0.1",
"postcss": ">=8.4.35",
"loader-utils": ">=1.4.2",
"simple-git": ">=3.16.0",
"parse-url": ">=8.1.0",
"minimist": ">=1.2.5",
"shell-quote": ">=1.7.3",
"markdown-it": ">=12.3.2",
"@acidic/language": "workspace:*",
"@acidic/engine": "workspace:*",
"@acidic/cli": "workspace:*",
"@acidic/service-graph": "workspace:*",
"@acidic/vscode-state": "workspace:*",
"@acidic/definition": "workspace:*",
"@acidic/messages": "workspace:*",
"@acidic/plugin-drizzle": "workspace:*",
"@acidic/plugin-valibot": "workspace:*"
}
},
"triggerEmptyDevReleaseByIncrementingThisNumber": 0,
"devDependencies": {
"@types/eslint": "^8.56.2"
}
}