-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
88 lines (88 loc) · 2.74 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
{
"name": "soundtrack-scheduler-remix",
"version": "1.0.0",
"description": "",
"main": "server-build/server.js",
"type": "module",
"scripts": {
"build:remix": "remix vite:build",
"build:server": "tsc --p tsconfig.server.json",
"build:clean": "rimraf build/* build-server/*",
"build:all": "pnpm run build:clean && pnpm run build:remix && pnpm run build:server",
"dev": "remix dev --manual -c \"tsx ./server.ts\"",
"start": "node ./build-server/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"format": "prettier . --write",
"format:check": "prettier . --check",
"lint": "eslint",
"typecheck": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@remix-run/express": "^2.11.2",
"@remix-run/node": "^2.11.2",
"@remix-run/react": "^2.11.2",
"@shopify/semaphore": "^3.1.0",
"@tanstack/react-table": "^8.20.5",
"@types/pluralize": "^0.0.33",
"body-parser": "^1.20.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"cross-env": "^7.0.3",
"date-fns": "^3.6.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"isbot": "4",
"lucide-react": "^0.439.0",
"next-themes": "^0.3.0",
"pino": "^9.4.0",
"pino-http": "^10.3.0",
"pluralize": "^8.0.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"retry": "^0.13.1",
"sequelize": "^6.37.3",
"sonner": "^1.5.0",
"sqlite3": "^5.1.7",
"swr": "^2.2.5",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/js": "^9.10.0",
"@remix-run/dev": "^2.11.2",
"@types/body-parser": "^1.19.5",
"@types/express": "^4.17.21",
"@types/node": "^22.5.1",
"@types/react": "^18.3.4",
"@types/retry": "^0.12.5",
"autoprefixer": "^10.4.20",
"eslint": "^9.9.1",
"eslint-plugin-react": "^7.36.1",
"globals": "^15.9.0",
"postcss": "^8.4.45",
"prettier": "3.3.3",
"rimraf": "^6.0.1",
"shadcn": "^2.0.5",
"tailwindcss": "^3.4.10",
"tsx": "^4.19.0",
"typescript": "^5.5.4",
"typescript-eslint": "^8.6.0",
"vite": "^5.4.2",
"vite-tsconfig-paths": "^5.0.1"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}