-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
128 lines (128 loc) · 4.14 KB
/
package.json
File metadata and controls
128 lines (128 loc) · 4.14 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
117
118
119
120
121
122
123
124
125
126
127
128
{
"name": "@otomadb/web",
"private": true,
"scripts": {
"prepare": "lefthook install",
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"fmt": "pnpm run lint:prettier --write",
"lint:eslint": "eslint . --ext \".js,.jsx,.ts,.tsx,.mdx\"",
"lint:prettier": "prettier --check .",
"lintfix": "run-s 'lintfix:*' 'fmt'",
"lintfix:eslint": "pnpm run lint:eslint --fix",
"codegen": "graphql-codegen --config codegen.ts",
"codegen:watch": "pnpm run codegen --watch",
"schema:validate": "graphql-inspector validate \"./**/*.{ts,tsx}\" ./schema.graphql",
"schema:diff": "graphql-inspector diff ./schema.graphql",
"schema:introspect": "graphql-inspector introspect --write schema.graphql",
"storybook": "sb dev -p 6006 --no-open",
"storybook:build": "sb build",
"storybook:preview": "serve storybook-static",
"vercel:web": "run-s 'codegen' 'build'",
"vercel:storybook": "run-s 'codegen' 'storybook:build'",
"test": "vitest",
"test:watch": "vitest --watch"
},
"engines": {
"node": "18"
},
"packageManager": "pnpm@8.15.8",
"dependencies": {
"@auth0/nextjs-auth0": "^3.3.0",
"@emotion/css": "^11.11.2",
"@heroicons/react": "^2.0.18",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "3.3.4",
"@mdx-js/loader": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@next/mdx": "^14.0.4",
"@pixi/react": "^7.1.1",
"@svgr/webpack": "^8.1.0",
"@urql/exchange-auth": "^2.1.6",
"@urql/exchange-graphcache": "^6.3.3",
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"graphql": "^16.8.1",
"graphql-request": "6.1.0",
"next": "14.1.4",
"next-international": "^1.1.4",
"pixi.js": "^7.3.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "7.49.3",
"react-use": "^17.4.0",
"sass": "^1.69.5",
"urql": "^4.0.6",
"zod": "^3.22.4"
},
"devDependencies": {
"@babel/core": "7.23.9",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.5",
"@graphql-codegen/urql-introspection": "3.0.0",
"@graphql-inspector/cli": "4.0.3",
"@graphql-typed-document-node/core": "3.2.0",
"@prettier/plugin-xml": "3.3.1",
"@storybook/addon-actions": "7.6.19",
"@storybook/addon-docs": "7.6.19",
"@storybook/addon-essentials": "7.6.19",
"@storybook/addon-interactions": "7.6.19",
"@storybook/addon-links": "7.6.19",
"@storybook/cli": "7.6.19",
"@storybook/nextjs": "7.6.19",
"@storybook/preview-api": "7.6.19",
"@storybook/react": "7.6.19",
"@storybook/test": "7.6.19",
"@storybook/testing-library": "0.2.2",
"@tailwindcss/container-queries": "0.1.1",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/react": "14.2.2",
"@tsconfig/node18": "18.2.4",
"@types/mdx": "2.0.13",
"@types/node": "18.19.33",
"@types/react": "18.2.79",
"@types/react-dom": "18.2.25",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
"@vitejs/plugin-react": "4.2.1",
"autoprefixer": "10.4.19",
"babel-loader": "9.1.3",
"css-loader": "6.10.0",
"encoding": "0.1.13",
"eslint": "8.56.0",
"eslint-config-next": "14.1.4",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-mdx": "3.1.5",
"eslint-plugin-simple-import-sort": "12.0.0",
"eslint-plugin-storybook": "0.6.15",
"eslint-plugin-tailwindcss": "3.14.3",
"eslint-plugin-unused-imports": "3.1.0",
"jsdom": "24.0.0",
"lefthook": "1.6.10",
"msw": "1.3.3",
"msw-storybook-addon": "1.10.0",
"npm-run-all2": "6.1.2",
"postcss": "8.4.38",
"postcss-loader": "8.1.1",
"prettier": "3.1.1",
"serve": "14.2.3",
"style-loader": "3.3.4",
"tailwind-scrollbar": "3.0.5",
"tailwindcss": "3.4.3",
"typescript": "5.3.3",
"vite-plugin-svgr": "4.2.0",
"vite-tsconfig-paths": "4.3.2",
"vitest": "1.2.2"
},
"peerDependencies": {
"@parcel/watcher": "2.4.1",
"vite": "^5.0.7"
},
"pnpm": {
"patchedDependencies": {
"tailwind-scrollbar@3.0.5": "patches/tailwind-scrollbar@3.0.5.patch"
}
}
}