-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 808 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 808 Bytes
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
{
"name": "03engine",
"version": "0.3.0",
"private": false,
"description": "皓辰 Engine:面向下一代图形化编程生态的宇宙级扩展融合平台。All by Codex.",
"homepage": "https://02engine.org",
"type": "module",
"scripts": {
"start": "vite --host 0.0.0.0",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0",
"check": "npm run build"
},
"keywords": [
"03engine",
"皓辰-engine",
"satire",
"scratch",
"turbowarp",
"editor",
"attribution",
"ccw",
"all-by-codex"
],
"author": "海参deekseep",
"license": "MIT",
"dependencies": {
"@vitejs/plugin-react": "latest",
"vite": "latest",
"react": "latest",
"react-dom": "latest",
"lucide-react": "latest"
},
"devDependencies": {}
}