-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.96 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": "remix-template",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@nextui-org/code": "^2.2.4",
"@nextui-org/input": "^2.4.6",
"@nextui-org/kbd": "^2.2.4",
"@nextui-org/link": "^2.2.5",
"@nextui-org/navbar": "^2.2.5",
"@nextui-org/snippet": "^2.2.8",
"@nextui-org/switch": "^2.2.6",
"@nextui-org/system": "^2.4.4",
"@nextui-org/theme": "^2.4.3",
"@nextui-org/use-theme": "^2.1.1",
"@react-aria/ssr": "^3.9.7",
"@react-aria/visually-hidden": "^3.8.18",
"@remix-run/node": "^2.15.1",
"@remix-run/react": "^2.15.1",
"@remix-run/serve": "^2.15.1",
"clsx": "^2.1.1",
"framer-motion": "^11.14.3",
"isbot": "^4.1.0",
"next-themes": "^0.4.4",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"remix-utils": "^8.0.0",
"tailwind-variants": "^0.3.0"
},
"devDependencies": {
"@remix-run/dev": "^2.15.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.19",
"eslint": "^8.38.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.1.6",
"vite": "^5.1.0",
"vite-tsconfig-paths": "^4.2.1"
},
"engines": {
"node": ">=20.0.0"
},
"packageManager": "[email protected]+sha512.cce0f9de9c5a7c95bef944169cc5dfe8741abfb145078c0d508b868056848a87c81e626246cb60967cbd7fd29a6c062ef73ff840d96b3c86c40ac92cf4a813ee"
}