generated from fresh-app/fresh-remix-app
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.72 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": "contentsgarten-web",
"private": true,
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "remix dev",
"start": "remix-serve build"
},
"dependencies": {
"@contentsgarten/html": "workspace:*",
"@netlify/functions": "^1.0.0",
"@radix-ui/react-dialog": "^1.0.3",
"@remix-run/netlify": "^1.14.3",
"@remix-run/node": "^1.14.3",
"@remix-run/react": "^1.14.3",
"@remix-run/serve": "^1.14.3",
"@tanstack/react-query": "^4.26.1",
"@trpc/client": "^10.16.0",
"@trpc/react-query": "^10.16.0",
"@trpc/server": "^10.16.0",
"contentsgarten": "workspace:*",
"html-react-parser": "^3.0.14",
"lazy-strict-env": "^0.3.1",
"lodash-es": "^4.17.21",
"markdown-it": "^13.0.1",
"markdown-it-container": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-iconify-icon-wrapper": "^0.0.3",
"undici": "^5.21.0",
"zod": "^3.21.4"
},
"devDependencies": {
"@playwright/test": "~1.33.0",
"@remix-run/dev": "^1.14.3",
"@remix-run/eslint-config": "^1.14.3",
"@rushstack/eslint-plugin-packlets": "^0.6.0",
"@tailwindcss/typography": "^0.5.3",
"@types/cookie": "^0.5.1",
"@types/js-cookie": "^3.0.3",
"@types/lodash-es": "^4.17.7",
"@types/markdown-it": "^12.2.3",
"@types/markdown-it-container": "^2.0.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"autoprefixer": "^10.4.14",
"concurrently": "^8.0.0",
"cookie": "^0.5.0",
"depcheck": "^1.4.3",
"eslint": "^8.36.0",
"firebase": "^9.18.0",
"js-cookie": "^3.0.1",
"postcss": "^8.4.14",
"tailwindcss": "^3.2.7",
"typescript": "5"
},
"engines": {
"node": ">=18"
},
"version": null
}