-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
168 lines (168 loc) · 4.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
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
{
"name": "@epic-web/workshop-app",
"version": "0.0.0-semantically-released",
"sideEffects": false,
"publishConfig": {
"access": "public"
},
"bin": {
"epicshop": "./bin/epicshop.js"
},
"files": [
"bin",
"build",
"dist",
"start.js"
],
"type": "module",
"imports": {
"#app/*": "./app/*",
"#tests/*": "./tests/*",
"#build/*": "./build/*"
},
"exports": {
"./start": {
"default": "./start.js"
}
},
"scripts": {
"build": "run-p --print-label --print-name build:*",
"build:remix": "remix vite:build --sourcemapClient --sourcemapServer",
"build:server": "tsx ./other/build-dir.ts server",
"dev": "remix dev -c \"node ./server/dev-server.js\" --manual",
"format": "prettier --write .",
"lint": "eslint --cache --cache-location ./node_modules/.cache/eslint .",
"start": "cross-env NODE_ENV=production node ./start.js",
"typecheck": "tsc -b --noEmit",
"validate": "run-p \"test -- --run\" lint typecheck"
},
"dependencies": {
"@conform-to/react": "^1.2.2",
"@conform-to/zod": "^1.2.2",
"@epic-web/cachified": "^5.2.0",
"@epic-web/client-hints": "^1.3.5",
"@epic-web/invariant": "^1.0.0",
"@epic-web/remember": "^1.1.0",
"@epic-web/restore-scroll": "^1.1.1",
"@epic-web/workshop-presence": "file:../workshop-presence",
"@epic-web/workshop-utils": "file:../workshop-utils",
"@mdx-js/mdx": "^3.0.1",
"@mux/mux-player-react": "^3.0.0",
"@nasa-gcn/remix-seo": "^2.0.1",
"@paralleldrive/cuid2": "^2.2.2",
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-tooltip": "^1.1.3",
"@remix-run/css-bundle": "2.12.1",
"@remix-run/express": "2.12.1",
"@remix-run/node": "2.12.1",
"@remix-run/react": "2.12.1",
"@resvg/resvg-js": "^2.6.2",
"@sindresorhus/slugify": "^2.2.1",
"address": "^2.0.3",
"ansi-to-html": "^0.7.2",
"chalk": "^5.3.0",
"chokidar": "^4.0.1",
"close-with-grace": "^2.1.0",
"clsx": "^2.1.1",
"compression": "^1.7.4",
"confetti-react": "^2.6.0",
"cookie": "^0.7.2",
"cross-env": "^7.0.3",
"cross-spawn": "^7.0.3",
"dotenv": "^16.4.5",
"esbuild": "0.24.0",
"etag": "^1.8.1",
"execa": "^9.4.0",
"express": "^4.21.0",
"fkill": "^9.0.0",
"framer-motion": "^11.11.1",
"fs-extra": "^11.2.0",
"get-port": "^7.1.0",
"glob": "^11.0.0",
"isbot": "^5.1.17",
"lru-cache": "^11.0.1",
"md5-hex": "^5.0.0",
"mdx-bundler": "^10.0.3",
"mime-types": "^2.1.35",
"morgan": "^1.10.0",
"msw": "^2.4.9",
"openid-client": "^6.1.7",
"p-queue": "^8.0.1",
"partysocket": "^1.0.2",
"react": "19.0.0-rc-1460d67c-20241003",
"react-dom": "19.0.0-rc-1460d67c-20241003",
"remark-autolink-headings": "^7.0.1",
"remark-emoji": "^5.0.1",
"remark-gfm": "^4.0.0",
"remix-flat-routes": "^0.6.5",
"remix-utils": "^7.7.0",
"satori": "^0.11.2",
"shell-quote": "^1.8.1",
"sonner": "^1.5.0",
"source-map-support": "^0.5.21",
"spin-delay": "^2.0.1",
"tailwind-merge": "^2.5.3",
"tailwindcss-radix": "^3.0.5",
"unified": "^11.0.5",
"unist-util-remove-position": "^5.0.0",
"unist-util-visit": "^5.0.0",
"vite-env-only": "^3.0.3",
"ws": "^8.18.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@playwright/test": "^1.47.2",
"@remix-run/dev": "2.12.1",
"@tailwindcss/typography": "^0.5.15",
"@testing-library/dom": "^10.4.0",
"@total-typescript/ts-reset": "^0.6.1",
"@types/compression": "^1.7.5",
"@types/cross-spawn": "^6.0.6",
"@types/etag": "^1.8.3",
"@types/express": "^5.0.0",
"@types/fs-extra": "^11.0.4",
"@types/hast": "^3.0.4",
"@types/lodash.escape": "^4.0.9",
"@types/mdast": "^4.0.4",
"@types/mime-types": "^2.1.4",
"@types/morgan": "^1.9.9",
"@types/node": "^20.16.10",
"@types/prettier": "^2.7.3",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/shell-quote": "^1.7.5",
"@types/source-map-support": "^0.5.10",
"@types/wait-on": "^5.3.4",
"@types/ws": "^8.5.12",
"autoprefixer": "^10.4.20",
"eslint": "^9.12.0",
"mdast-util-mdx-jsx": "^3.1.3",
"npm-run-all": "^4.1.5",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-safe-area": "^0.6.0",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"vite": "^5.4.8"
},
"overrides": {
"@types/react": "$@types/react",
"@types/react-dom": "$@types/react-dom"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/epicweb-dev/epicshop.git",
"directory": "packages/workshop-app"
}
}