-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
68 lines (68 loc) · 2.03 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
{
"name": "remix-website",
"private": true,
"sideEffects": false,
"type": "module",
"scripts": {
"build": "remix build",
"dev": "remix dev --manual",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/index.js",
"typecheck": "tsc"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@remix-run/css-bundle": "^2.5.1",
"@remix-run/node": "^2.5.1",
"@remix-run/react": "^2.5.1",
"@remix-run/serve": "^2.5.1",
"@slate-serializers/html": "^2.1.0",
"@slate-serializers/react": "^2.1.0",
"@types/escape-html": "^1.0.2",
"@types/node": "^20.11.10",
"@types/qs": "^6.9.8",
"@types/react-input-mask": "^3.0.5",
"@types/react-text-mask": "^5.4.14",
"@vercel/node": "^2.10.3",
"escape-html": "^1.0.3",
"isbot": "^4.1.0",
"payload-admin-bar": "^1.0.6",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"postcss-nesting": "^12.0.1",
"qs": "^6.11.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-input-mask": "^3.0.0-alpha.2",
"react-json-pretty": "^2.2.0",
"react-text-mask": "^5.5.0",
"remix-utils": "^7.0.0-pre.7",
"slate": "^0.94.1",
"source-map-support": "^0.5.21",
"tailwind-variants": "^0.1.14",
"validator": "^13.11.0",
"zod": "^3.22.4",
"zod-fetch": "^0.1.1"
},
"devDependencies": {
"@remix-run/dev": "^2.5.1",
"@tailwindcss/forms": "^0.5.7",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.7",
"@types/source-map-support": "^0.5.6",
"@types/validator": "^13.11.7",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"eslint": "^8.38.0",
"eslint-config-prettier": "^9.0.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",
"tailwindcss": "^3.3.3",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=18.0.0"
}
}