|
@@ -0,0 +1,46 @@
|
|
|
+{
|
|
|
+ "name": "@kankan/sdk",
|
|
|
+ "private": true,
|
|
|
+ "version": "4.0.37",
|
|
|
+ "description": "> TODO: description",
|
|
|
+ "author": "https://www.4dkankan.com",
|
|
|
+ "banner": "/**\r\n* Name: Metaverse\r\n* Date: ${date}\r\n* Author: ${author}\r\n* Copyright © ${year} 4DAGE Co., Ltd. All rights reserved.\r\n* Licensed under the GLP license\r\n*/",
|
|
|
+ "homepage": "",
|
|
|
+ "license": "GLP",
|
|
|
+ "main": "index.js",
|
|
|
+ "files": [],
|
|
|
+ "scripts": {
|
|
|
+ "dev": "node --no-warnings ./scripts/build.js",
|
|
|
+ "build": "node --no-warnings ./scripts/build.js --env=production",
|
|
|
+ "serve": "http-server ./dist -p 8088 -c 0 -P http://192.168.0.47 --cors",
|
|
|
+ "start": "npm-run-all --parallel serve dev"
|
|
|
+ },
|
|
|
+ "dependencies": {},
|
|
|
+ "devDependencies": {
|
|
|
+ "@babel/core": "^7.13.14",
|
|
|
+ "@babel/plugin-proposal-class-properties": "^7.13.0",
|
|
|
+ "@babel/plugin-proposal-decorators": "^7.13.5",
|
|
|
+ "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
|
|
+ "@babel/plugin-syntax-import-meta": "^7.10.4",
|
|
|
+ "@babel/plugin-transform-runtime": "^7.13.10",
|
|
|
+ "@babel/preset-env": "^7.13.12",
|
|
|
+ "@babel/runtime-corejs3": "^7.13.17",
|
|
|
+ "@rollup/plugin-alias": "^3.1.2",
|
|
|
+ "@rollup/plugin-babel": "^5.3.0",
|
|
|
+ "@rollup/plugin-buble": "^0.21.3",
|
|
|
+ "@rollup/plugin-commonjs": "^18.0.0",
|
|
|
+ "@rollup/plugin-json": "^4.1.0",
|
|
|
+ "@rollup/plugin-node-resolve": "^11.2.1",
|
|
|
+ "@rollup/plugin-replace": "^2.4.2",
|
|
|
+ "chalk": "^4.1.0",
|
|
|
+ "http-server": "^14.0.0",
|
|
|
+ "minimist": "^1.2.5",
|
|
|
+ "npm-run-all": "^4.1.5",
|
|
|
+ "rollup": "^2.44.0",
|
|
|
+ "rollup-plugin-terser": "^7.0.2",
|
|
|
+ "execa": "^5.0.0"
|
|
|
+ },
|
|
|
+ "browserslist": [
|
|
|
+ "iOS 9"
|
|
|
+ ]
|
|
|
+}
|