-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.22 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.22 KB
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
{
"name": "activity-ui-example",
"version": "0.1.0",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "remix vite:dev",
"build": "remix vite:build",
"start": "remix-serve ./build/server/index.js",
"type-check": "tsc --noEmit"
},
"dependencies": {
"@datum-cloud/activity-ui": "workspace:*",
"@monaco-editor/react": "^4.7.0",
"@remix-run/node": "^2.15.2",
"@remix-run/react": "^2.15.2",
"@remix-run/serve": "^2.15.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"isbot": "^5.1.17",
"js-yaml": "^4.1.1",
"lucide-react": "^0.577.0",
"monaco-editor": "^0.55.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^3.4.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",
"@tailwindcss/oxide-darwin-arm64": "^4.2.1",
"@tailwindcss/postcss": "^4.1.17",
"@tailwindcss/vite": "^4.2.1",
"@types/js-yaml": "^4.0.9",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.22",
"lightningcss": "^1.31.1",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"typescript": "^6.0.0",
"vite": "^5.0.8"
}
}