-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.81 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
{
"name": "gommerce-console-web",
"version": "1.0.0",
"license": "MIT",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"lint": "eslint --ignore-pattern .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@choral-io/gommerce-protobuf-es": "1.0.0-beta.62",
"@connectrpc/connect-node": "~1.6.1",
"@remix-run/css-bundle": "~2.13.1",
"@remix-run/node": "~2.13.1",
"@remix-run/react": "~2.13.1",
"@remix-run/serve": "~2.13.1",
"@tabler/icons-react": "~3.21.0",
"clsx": "~2.1.1",
"isbot": "~5.1.17",
"react": "~18.3.1",
"react-dom": "~18.3.1",
"tiny-invariant": "~1.3.3",
"uuid": "~11.0.2",
"zod": "~3.23.8"
},
"devDependencies": {
"@eslint/js": "~9.13.0",
"@remix-run/dev": "~2.13.1",
"@tailwindcss/typography": "~0.5.15",
"@types/node": "~22.8.6",
"@types/react": "~18.3.12",
"@types/react-dom": "~18.3.1",
"autoprefixer": "~10.4.20",
"daisyui": "~4.12.14",
"eslint": "~9.13.0",
"eslint-config-prettier": "~9.1.0",
"eslint-import-resolver-typescript": "~3.6.3",
"eslint-plugin-import": "~2.31.0",
"eslint-plugin-jsx-a11y": "~6.10.2",
"eslint-plugin-prettier": "~5.2.1",
"eslint-plugin-react": "~7.37.2",
"eslint-plugin-react-hooks": "~5.0.0",
"globals": "~15.11.0",
"postcss": "~8.4.47",
"prettier": "~3.3.3",
"prettier-plugin-organize-imports": "~4.1.0",
"prettier-plugin-tailwindcss": "~0.6.8",
"tailwindcss": "~3.4.14",
"typescript": "~5.6.3",
"typescript-eslint": "~8.12.2",
"vite-tsconfig-paths": "~5.0.1"
},
"engines": {
"node": ">=22",
"pnpm": ">=9"
}
}