{ "name": "@dokit/web-independent", "version": "0.0.3-alpha.1", "description": "Dokit Web Main Entry", "keywords": [ "Dokit" ], "author": "duanlikang ", "homepage": "http://dokit.cn", "license": "ISC", "main": "dist/dokit.js", "unpkg": "dist/dokit.js", "jsdelivr": "dist/dokit.js", "files": [ "dist" ], "publishConfig": { "registry": "https://registry.npmjs.org/", "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/didi/DoraemonKit.git" }, "bugs": { "url": "https://github.com/didi/DoraemonKit/issues" }, "scripts": { "build": "npx cross-env NODE_ENV=production npx rollup -c", "dev": "npx rollup -wc" }, "dependencies": { "@dokit/web-core-independent": "^0.0.3-alpha.0", "@dokit/web-utils": "^0.0.1", "mutation-observer": "^1.0.3", "web-vitals": "^2.1.2" }, "gitHead": "886ea7c19806526668e5da0179da335e7df9d012" }