-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.15 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
{
"name": "moroboxai-editor-web",
"version": "0.1.1-alpha.13",
"description": "MoroboxAI editor in browser",
"author": "moroboxai",
"main": "./lib/cjs/index.cjs",
"module": "./lib/es/index.js",
"unpkg": "./lib/umd/moroboxai-editor-web.min.js",
"jsdelivr": "./lib/umd/moroboxai-editor-web.min.js",
"types": "./lib/index.d.ts",
"scripts": {
"dev": "vite",
"build": "vite build --config vite.config.lib.js && tsc",
"build:vite": "vite build",
"preview": "vite preview",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moroboxai/moroboxai-editor-web.git"
},
"keywords": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/moroboxai/moroboxai-editor-web/issues"
},
"homepage": "https://github.com/moroboxai/moroboxai-editor-web#readme",
"dependencies": {
"brace": "^0.11.1",
"moroboxai-editor-sdk": "^0.1.1-alpha.5"
},
"devDependencies": {
"@types/node": "^20.6.2",
"path": "^0.12.7",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}