-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1021 Bytes
/
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
{
"name": "codex.electron.3d",
"version": "1.0.0",
"description": "Codex rebuilt in Electron, TypeScript, SurrealDB, and threeJS",
"main": "./src/main/main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview",
"build:electron": "vite build && electron .",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/argimenes/codex.electron.3d.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/argimenes/codex.electron.3d/issues"
},
"homepage": "https://github.com/argimenes/codex.electron.3d#readme",
"devDependencies": {
"electron": "^30.0.1",
"solid-js": "^1.8.16",
"vite": "^4.4.6"
},
"dependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"solid-refresh": "^0.7.5",
"solid-start": "^0.3.11",
"typescript": "^5.4.5",
"vite-plugin-solid": "^2.10.2"
}
}