-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"private": true,
"description": "Payload's dashboard written in TypeScript using Remix",
"license": "MIT",
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "remix vite:dev",
"build": "remix vite:build"
},
"dependencies": {
"@headlessui/react": "^1.7.18",
"@heroicons/react": "^2.1.1",
"@node-steam/id": "^1.2.0",
"@remix-run/node": "^2.8.1",
"@remix-run/react": "^2.8.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"isbot": "^4.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "7.5.0"
},
"devDependencies": {
"@mdx-js/rollup": "^3.0.1",
"@remix-run/dev": "^2.8.1",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"postcss": "^8.4.36",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.12",
"remark-frontmatter": "^5.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.6",
"vite-tsconfig-paths": "^4.3.2"
},
"packageManager": "yarn@3.2.0"
}