@next-core/preview 0.1.0

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.
@@ -0,0 +1,24 @@
1
+ /*! (c) Andrea Giammarchi - ISC */
2
+
3
+ /**
4
+ * @license
5
+ * Lodash <https://lodash.com/>
6
+ * Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
7
+ * Released under MIT license <https://lodash.com/license>
8
+ * Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
9
+ * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
10
+ */
11
+
12
+ /**! @contract easyops.api.api_gateway.contract.SearchSingleContract@1.0.0 */
13
+
14
+ /**! @contract easyops.api.cmdb.instance.GetDetail@1.0.0 */
15
+
16
+ /**! @contract easyops.api.cmdb.instance.PostSearch@1.1.0 */
17
+
18
+ /**! @contract easyops.api.micro_app.permission.ValidatePermissions@1.0.0 */
19
+
20
+ /**! @contract easyops.api.micro_app_standalone.runtime.SearchMicroAppStandalone@1.0.1 */
21
+
22
+ //! moment.js
23
+
24
+ //! moment.js locale configuration
package/package.json ADDED
@@ -0,0 +1,36 @@
1
+ {
2
+ "name": "@next-core/preview",
3
+ "version": "0.1.0",
4
+ "homepage": "https://github.com/easyops-cn/next-core/tree/v3/packages/preview",
5
+ "license": "GPL-3.0",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git@github.com:easyops-cn/next-core.git"
9
+ },
10
+ "type": "module",
11
+ "typings": "index.d.ts",
12
+ "files": [
13
+ "dist",
14
+ "index.d.ts"
15
+ ],
16
+ "exports": {
17
+ "./types": {
18
+ "types": "./types.d.ts"
19
+ },
20
+ "./package.json": "./package.json"
21
+ },
22
+ "scripts": {
23
+ "start": "cross-env NODE_ENV='development' node scripts/start.js",
24
+ "build": "cross-env NODE_ENV='production' build-next-bricks"
25
+ },
26
+ "devDependencies": {
27
+ "@next-core/build-next-bricks": "^1.5.1",
28
+ "@next-core/http": "^1.0.5",
29
+ "@next-core/runtime": "^1.10.0",
30
+ "@next-core/theme": "^1.1.1",
31
+ "@next-core/types": "^1.3.0",
32
+ "html-webpack-plugin": "^5.5.0",
33
+ "js-yaml": "^3.14.1"
34
+ },
35
+ "gitHead": "e00033a6393498f2c9b18549d69561a38dedaa15"
36
+ }