1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@dage/krpano",
- "version": "2.1.2",
- "description": "krpano sdk",
- "module": "build/index.js",
- "main": "build/index.js",
- "typings": "build/index.d.ts",
- "files": [
- "build"
- ],
- "scripts": {
- "start": "tsc --build tsconfig.build.json --watch",
- "prebuild": "rimraf build",
- "build": "tsc --build tsconfig.build.json",
- "type-check": "tsc --noEmit",
- "test": "jest"
- },
- "peerDependencies": {
- "react": ">=18",
- "react-dom": ">=18"
- },
- "devDependencies": {
- "@babel/core": "^7.22.10",
- "@babel/preset-env": "^7.22.10",
- "@babel/preset-typescript": "^7.22.5",
- "@types/escape-html": "^1.0.2",
- "@types/react": "^18.2.20",
- "babel-jest": "^29.6.2",
- "jest": "^29.6.2"
- },
- "license": "MIT",
- "dependencies": {
- "escape-html": "^1.0.3"
- }
- }
|