-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
69 lines (69 loc) · 1.97 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
{
"name": "print-toys",
"version": "1.0.0",
"sideEffects": false,
"type": "module",
"engines": {
"node": ">=22.0.0"
},
"packageManager": "pnpm@9.12.3+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee",
"scripts": {
"build": "remix vite:build",
"deploy": "pnpm build && vercel deploy",
"dev": "remix vite:dev --host",
"lint": "eslint .",
"postinstall": "prisma generate",
"prisma:studio": "prisma studio",
"start": "remix-serve build",
"typecheck": "tsc"
},
"dependencies": {
"@point-of-sale/receipt-printer-encoder": "^3.0.2",
"@prisma/client": "5.22.0",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@remix-run/node": "^2.15.0",
"@remix-run/react": "^2.15.0",
"@remix-run/serve": "^2.15.0",
"@vercel/postgres": "^0.10.0",
"@vercel/remix": "^2.15.0",
"canvas": "^2.11.2",
"cheerio": "^1.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"domhandler": "^5.0.3",
"isbot": "^5.1.17",
"marked": "^14.1.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@remix-run/dev": "^2.15.0",
"@types/cheerio": "^0.22.35",
"@types/node": "^22.10.1",
"@types/react": "^18.3.14",
"@types/react-dom": "^18.3.2",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.16.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0",
"postcss": "^8.4.49",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.16",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"vercel": "^37.14.0",
"vite": "^5.4.11",
"vite-tsconfig-paths": "^5.1.3"
}
}