@realsee/dnalogel
Version:
92 lines (91 loc) • 2.98 kB
JSON
{
"name": "@realsee/dnalogel",
"version": "3.12.7",
"main": "./dist/index.js",
"module": "./libs/index.js",
"types": "./libs/index.d.ts",
"author": "REALSEE-DEVELOPER",
"repository": {
"type": "git",
"url": "git+https://github.com/realsee-developer/dnalogel.git"
},
"description": "如视 VR 看房插件合集",
"private": false,
"license": "SEE LICENSE IN TERMS.txt",
"scripts": {
"clean": "rm -rf components dist docs libs types ./vite.config.js.timestamp*",
"dev": "run-p dev:*",
"light-dev": "npm run dev:dist",
"dev:libs": "NODE_ENV=development BUILD_MODULE=libs vite build -m development",
"dev:dist": "NODE_ENV=development BUILD_MODULE=dist vite build -m development",
"dev:components": "NODE_ENV=development BUILD_MODULE=components vite build -m development",
"build": "run-p build:*",
"build:libs": "NODE_ENV=production BUILD_MODULE=libs vite build -m production",
"build:dist": "NODE_ENV=production BUILD_MODULE=dist vite build -m production",
"build:components": "NODE_ENV=production BUILD_MODULE=components vite build -m production",
"docs": "typedoc --options ./typedoc.json",
"prepublishOnly": "run-p build docs",
"postpublish": "cnpm sync @realsee/dnalogel"
},
"files": [
"libs",
"dist",
"components",
"docs",
"TERMS.txt"
],
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@realsee/five": "alpha",
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^4.0.1",
"@tweenjs/tween.js": "^20.0.3",
"@types/animejs": "^3.1.7",
"@types/glob": "^8.1.0",
"@types/hammerjs": "2.0.41",
"@types/node": "^18.16.19",
"@types/object-assign-deep": "0.4.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.14",
"classnames": "^2.3.2",
"cnpm": "^9.2.0",
"eslint": "8.26.0",
"eslint-config-alloy": "^5.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-svelte": "^2.32.4",
"glob": "^8.1.0",
"npm-run-all": "^4.1.5",
"object-assign-deep": "0.4.0",
"polyline-normals": "^2.0.2",
"postcss": "^8.4.26",
"postcss-load-config": "^4.0.1",
"postcss-plugin-px2rem": "^0.8.1",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"resize-observer-polyfill": "^1.5.1",
"sass": "^1.64.0",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.5",
"svelte": "3.58.0",
"svelte-carousel": "1.0.25",
"svelte-preprocess": "^5.0.4",
"three": "0.117.1",
"type-fest": "4.6.0",
"typedoc": "^0.24.8",
"typescript": "5.1.6",
"vite": "4.3.2",
"vite-plugin-dts": "^2.3.0"
},
"dependencies": {
"@types/earcut": "^2.1.1",
"animejs": "^3.2.1",
"earcut": "^2.2.4",
"hammerjs": "^2.0.8",
"tslib": "2.6.2"
}
}