File size: 968 Bytes
2376451
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "open-view-beta",
  "version": "0.1.0",
  "private": false,
  "scripts": {
    "dev": "next dev -p 3001",
    "build": "next build",
    "build:hf": "next build",
    "start": "node server.js",
    "lint": "next lint"
  },
  "dependencies": {
    "@codemirror/lang-css": "^6.2.1",
    "@codemirror/lang-html": "^6.4.9",
    "@codemirror/lang-javascript": "^6.2.2",
    "@uiw/react-codemirror": "^4.23.0",
    "axios": "^1.7.0",
    "clsx": "^2.0.0",
    "express": "^4.18.2",
    "lucide-react": "^1.7.0",
    "next": "^14.2.0",
    "react": "^18.3.0",
    "react-dom": "^18.3.0",
    "tailwind-merge": "^2.0.0",
    "three": "^0.183.2"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4.0.0",
    "@types/express": "^4.17.21",
    "@types/node": "^22.0.0",
    "@types/react": "^18.3.0",
    "@types/three": "^0.183.1",
    "tailwindcss": "^4.0.0",
    "typescript": "^5.6.0"
  },
  "comment": "Stripe removed for beta - all features unlocked"
}