-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.75 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.75 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
{
"name": "@cortex-shared/monorepo",
"version": "0.0.1",
"description": "Shared components for Next.js, Node.js, and Python applications",
"private": true,
"scripts": {
"dev": "turbo run dev",
"build": "turbo run build",
"build:auth": "pnpm -C ./packages/auth run build",
"lint": "turbo run lint",
"type-check": "turbo run type-check",
"test": "turbo run test",
"storybook": "storybook dev -p 6066 --no-open",
"storybook:build": "storybook build -o storybook-static",
"publish:auth": "sh scripts/publish-auth.sh"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.5",
"@semantic-release/release-notes-generator": "^12.1.0",
"@storybook/addon-docs": "^8.6.14",
"@storybook/addon-essentials": "^8.6.14",
"@storybook/addon-interactions": "^8.6.14",
"@storybook/addon-links": "^8.6.15",
"@storybook/addon-themes": "^8.6.15",
"@storybook/blocks": "^8.6.14",
"@storybook/manager-api": "^8.6.14",
"@storybook/react": "^8.6.14",
"@storybook/react-vite": "^8.6.14",
"@storybook/theming": "^8.6.14",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@typescript-eslint/eslint-plugin": "^6.15.0",
"@typescript-eslint/parser": "^6.15.0",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"prettier": "^3.1.1",
"react": "^18.3.1",
"semantic-release": "^23.0.2",
"storybook": "^8.6.14",
"tailwindcss": "^4.1.0",
"turbo": "^2.0.0",
"typescript": "^5.3.3",
"vite": "^5.0.7"
},
"packageManager": "pnpm@9.0.0"
}