@nestia/editor 0.9.3 → 0.9.4-dev.20241208
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -2
- package/dist/assets/index-TN5M_M1w.js +4755 -0
- package/dist/index.html +1 -1
- package/package.json +78 -77
- package/dist/assets/index-CJJC-WrV.js +0 -4648
package/dist/index.html
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
content="width=device-width, height=device-height, initial-scale=1, minimum-scale=1.0, maximum-scale=3.0s"
|
|
7
7
|
/>
|
|
8
8
|
<title>Nestia Editor</title>
|
|
9
|
-
<script type="module" src="./assets/index-
|
|
9
|
+
<script type="module" src="./assets/index-TN5M_M1w.js"></script>
|
|
10
10
|
</head>
|
|
11
11
|
<body style="width: 100%; height: 100%; margin: 0px; overflow: hidden;">
|
|
12
12
|
<div id="root" style="width: 100%; height: 100%"></div>
|
package/package.json
CHANGED
|
@@ -1,77 +1,78 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@nestia/editor",
|
|
3
|
-
"version": "0.9.
|
|
4
|
-
"typings": "lib/index.d.ts",
|
|
5
|
-
"main": "lib/index.js",
|
|
6
|
-
"module": "lib/index.mjs",
|
|
7
|
-
"scripts": {
|
|
8
|
-
"build": "npm run build:static && npm run build:lib",
|
|
9
|
-
"build:static": "rimraf dist && tsc -b && vite build",
|
|
10
|
-
"build:lib": "rimraf lib && tsc --project tsconfig.lib.json && rollup -c",
|
|
11
|
-
"dev": "vite",
|
|
12
|
-
"lint": "eslint .",
|
|
13
|
-
"preview": "vite preview"
|
|
14
|
-
},
|
|
15
|
-
"repository": {
|
|
16
|
-
"type": "git",
|
|
17
|
-
"url": "https://github.com/samchon/nestia"
|
|
18
|
-
},
|
|
19
|
-
"keywords": [
|
|
20
|
-
"openapi",
|
|
21
|
-
"swagger",
|
|
22
|
-
"generator",
|
|
23
|
-
"typescript",
|
|
24
|
-
"editor",
|
|
25
|
-
"sdk",
|
|
26
|
-
"nestjs",
|
|
27
|
-
"nestia"
|
|
28
|
-
],
|
|
29
|
-
"author": "Jeongho Nam",
|
|
30
|
-
"license": "MIT",
|
|
31
|
-
"bugs": {
|
|
32
|
-
"url": "https://github.com/samchon/nestia/issues"
|
|
33
|
-
},
|
|
34
|
-
"homepage": "https://nestia.io",
|
|
35
|
-
"dependencies": {
|
|
36
|
-
"@mui/material": "^5.15.6",
|
|
37
|
-
"@nestia/migrate": "^0.21.
|
|
38
|
-
"@
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"@
|
|
47
|
-
"@nestjs/
|
|
48
|
-
"@nestjs/
|
|
49
|
-
"@nestjs/platform-
|
|
50
|
-
"@
|
|
51
|
-
"@rollup/plugin-
|
|
52
|
-
"@
|
|
53
|
-
"@types/
|
|
54
|
-
"@types/
|
|
55
|
-
"@types/react
|
|
56
|
-
"@
|
|
57
|
-
"
|
|
58
|
-
"eslint
|
|
59
|
-
"eslint-plugin-react-
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"react
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"
|
|
66
|
-
"typescript
|
|
67
|
-
"
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"
|
|
74
|
-
"
|
|
75
|
-
"
|
|
76
|
-
|
|
77
|
-
|
|
1
|
+
{
|
|
2
|
+
"name": "@nestia/editor",
|
|
3
|
+
"version": "0.9.4-dev.20241208",
|
|
4
|
+
"typings": "lib/index.d.ts",
|
|
5
|
+
"main": "lib/index.js",
|
|
6
|
+
"module": "lib/index.mjs",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "npm run build:static && npm run build:lib",
|
|
9
|
+
"build:static": "rimraf dist && tsc -b && vite build",
|
|
10
|
+
"build:lib": "rimraf lib && tsc --project tsconfig.lib.json && rollup -c",
|
|
11
|
+
"dev": "vite",
|
|
12
|
+
"lint": "eslint .",
|
|
13
|
+
"preview": "vite preview"
|
|
14
|
+
},
|
|
15
|
+
"repository": {
|
|
16
|
+
"type": "git",
|
|
17
|
+
"url": "https://github.com/samchon/nestia"
|
|
18
|
+
},
|
|
19
|
+
"keywords": [
|
|
20
|
+
"openapi",
|
|
21
|
+
"swagger",
|
|
22
|
+
"generator",
|
|
23
|
+
"typescript",
|
|
24
|
+
"editor",
|
|
25
|
+
"sdk",
|
|
26
|
+
"nestjs",
|
|
27
|
+
"nestia"
|
|
28
|
+
],
|
|
29
|
+
"author": "Jeongho Nam",
|
|
30
|
+
"license": "MIT",
|
|
31
|
+
"bugs": {
|
|
32
|
+
"url": "https://github.com/samchon/nestia/issues"
|
|
33
|
+
},
|
|
34
|
+
"homepage": "https://nestia.io",
|
|
35
|
+
"dependencies": {
|
|
36
|
+
"@mui/material": "^5.15.6",
|
|
37
|
+
"@nestia/migrate": "^0.21.4-dev.20241208",
|
|
38
|
+
"@samchon/openapi": "^2.0.1",
|
|
39
|
+
"@stackblitz/sdk": "^1.11.0",
|
|
40
|
+
"js-yaml": "^4.1.0",
|
|
41
|
+
"prettier": "3.3.3",
|
|
42
|
+
"react-mui-fileuploader": "^0.5.2",
|
|
43
|
+
"typia": "^7.0.2"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@eslint/js": "^9.13.0",
|
|
47
|
+
"@nestjs/common": "^10.4.13",
|
|
48
|
+
"@nestjs/core": "^10.4.13",
|
|
49
|
+
"@nestjs/platform-express": "^10.4.13",
|
|
50
|
+
"@nestjs/platform-fastify": "^10.4.13",
|
|
51
|
+
"@rollup/plugin-terser": "^0.4.4",
|
|
52
|
+
"@rollup/plugin-typescript": "^12.1.1",
|
|
53
|
+
"@types/js-yaml": "^4.0.9",
|
|
54
|
+
"@types/node": "^22.8.6",
|
|
55
|
+
"@types/react": "^18.3.11",
|
|
56
|
+
"@types/react-dom": "^18.3.1",
|
|
57
|
+
"@vitejs/plugin-react": "^4.3.3",
|
|
58
|
+
"eslint": "^9.13.0",
|
|
59
|
+
"eslint-plugin-react-hooks": "^5.0.0",
|
|
60
|
+
"eslint-plugin-react-refresh": "^0.4.13",
|
|
61
|
+
"globals": "^15.11.0",
|
|
62
|
+
"react": "^18.3.1",
|
|
63
|
+
"react-dom": "^18.3.1",
|
|
64
|
+
"rollup": "^4.24.2",
|
|
65
|
+
"ts-node": "^10.9.2",
|
|
66
|
+
"typescript": "~5.7.2",
|
|
67
|
+
"typescript-eslint": "^8.10.0",
|
|
68
|
+
"vite": "^5.4.9"
|
|
69
|
+
},
|
|
70
|
+
"files": [
|
|
71
|
+
"README.md",
|
|
72
|
+
"LICENSE",
|
|
73
|
+
"package.json",
|
|
74
|
+
"dist",
|
|
75
|
+
"lib",
|
|
76
|
+
"src"
|
|
77
|
+
]
|
|
78
|
+
}
|