|
| 1 | +{ |
| 2 | + "name": "@fluid-example/tree-comparison", |
| 3 | + "version": "2.0.0-internal.7.1.0", |
| 4 | + "private": true, |
| 5 | + "description": "Comparing API usage in legacy SharedTree and new SharedTree.", |
| 6 | + "homepage": "https://fluidframework.com", |
| 7 | + "repository": { |
| 8 | + "type": "git", |
| 9 | + "url": "https://github.com/microsoft/FluidFramework.git", |
| 10 | + "directory": "examples/apps/tree-comparison" |
| 11 | + }, |
| 12 | + "license": "MIT", |
| 13 | + "author": "Microsoft and contributors", |
| 14 | + "main": "lib/index.js", |
| 15 | + "module": "lib/index.js", |
| 16 | + "types": "lib/index.d.ts", |
| 17 | + "scripts": { |
| 18 | + "build": "fluid-build . --task build", |
| 19 | + "build:compile": "fluid-build . --task compile", |
| 20 | + "build:esnext": "tsc", |
| 21 | + "clean": "rimraf --glob 'dist' 'lib' '*.tsbuildinfo' '*.build.log' 'nyc'", |
| 22 | + "eslint": "eslint --format stylish src", |
| 23 | + "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout", |
| 24 | + "format": "npm run prettier:fix", |
| 25 | + "lint": "npm run prettier && npm run eslint", |
| 26 | + "lint:fix": "npm run prettier:fix && npm run eslint:fix", |
| 27 | + "prepack": "npm run webpack", |
| 28 | + "prettier": "prettier --check . --ignore-path ../../../.prettierignore", |
| 29 | + "prettier:fix": "prettier --write . --ignore-path ../../../.prettierignore", |
| 30 | + "start": "webpack serve", |
| 31 | + "start:test": "webpack serve --config webpack.test.js", |
| 32 | + "test": "npm run test:jest", |
| 33 | + "test:jest": "jest", |
| 34 | + "test:jest:verbose": "cross-env FLUID_TEST_VERBOSE=1 jest", |
| 35 | + "webpack": "webpack --env production", |
| 36 | + "webpack:dev": "webpack --env development" |
| 37 | + }, |
| 38 | + "dependencies": { |
| 39 | + "@fluid-example/example-utils": "workspace:~", |
| 40 | + "@fluid-experimental/react-inputs": "workspace:~", |
| 41 | + "@fluid-experimental/tree": "workspace:~", |
| 42 | + "@fluid-experimental/tree2": "workspace:~", |
| 43 | + "@fluid-internal/client-utils": "workspace:~", |
| 44 | + "@fluidframework/aqueduct": "workspace:~", |
| 45 | + "@fluidframework/container-definitions": "workspace:~", |
| 46 | + "@fluidframework/container-loader": "workspace:~", |
| 47 | + "@fluidframework/container-runtime-definitions": "workspace:~", |
| 48 | + "@fluidframework/core-interfaces": "workspace:~", |
| 49 | + "@fluidframework/driver-definitions": "workspace:~", |
| 50 | + "@fluidframework/driver-utils": "workspace:~", |
| 51 | + "@fluidframework/request-handler": "workspace:~", |
| 52 | + "@fluidframework/routerlicious-driver": "workspace:~", |
| 53 | + "@fluidframework/runtime-utils": "workspace:~", |
| 54 | + "@fluidframework/sequence": "workspace:~", |
| 55 | + "@fluidframework/task-manager": "workspace:~", |
| 56 | + "@fluidframework/telemetry-utils": "workspace:~", |
| 57 | + "@fluidframework/tinylicious-driver": "workspace:~", |
| 58 | + "events": "^3.1.0", |
| 59 | + "react": "^17.0.1", |
| 60 | + "react-dom": "^17.0.1", |
| 61 | + "tiny-typed-emitter": "^2.1.0", |
| 62 | + "uuid": "^9.0.0" |
| 63 | + }, |
| 64 | + "devDependencies": { |
| 65 | + "@fluid-tools/build-cli": "^0.25.0", |
| 66 | + "@fluidframework/build-common": "^2.0.1", |
| 67 | + "@fluidframework/build-tools": "^0.25.0", |
| 68 | + "@fluidframework/eslint-config-fluid": "^3.0.0", |
| 69 | + "@fluidframework/test-tools": "^1.0.195075", |
| 70 | + "@types/expect-puppeteer": "2.2.1", |
| 71 | + "@types/jest": "29.5.3", |
| 72 | + "@types/jest-environment-puppeteer": "2.2.0", |
| 73 | + "@types/node": "^16.18.38", |
| 74 | + "@types/puppeteer": "1.3.0", |
| 75 | + "@types/react": "^17.0.44", |
| 76 | + "@types/react-dom": "^17.0.18", |
| 77 | + "@types/uuid": "^9.0.2", |
| 78 | + "cross-env": "^7.0.3", |
| 79 | + "css-loader": "^1.0.0", |
| 80 | + "eslint": "~8.50.0", |
| 81 | + "html-webpack-plugin": "^5.5.0", |
| 82 | + "jest": "^29.6.2", |
| 83 | + "jest-junit": "^10.0.0", |
| 84 | + "jest-puppeteer": "^6.2.0", |
| 85 | + "prettier": "~3.0.3", |
| 86 | + "process": "^0.11.10", |
| 87 | + "puppeteer": "^17.1.3", |
| 88 | + "rimraf": "^4.4.0", |
| 89 | + "style-loader": "^1.0.0", |
| 90 | + "ts-jest": "^29.1.1", |
| 91 | + "ts-loader": "^9.3.0", |
| 92 | + "typescript": "~5.1.6", |
| 93 | + "webpack": "^5.82.0", |
| 94 | + "webpack-cli": "^4.9.2", |
| 95 | + "webpack-dev-server": "~4.6.0", |
| 96 | + "webpack-merge": "^5.8.0" |
| 97 | + }, |
| 98 | + "fluid": { |
| 99 | + "browser": { |
| 100 | + "umd": { |
| 101 | + "files": [ |
| 102 | + "main.bundle.js" |
| 103 | + ], |
| 104 | + "library": "main" |
| 105 | + } |
| 106 | + } |
| 107 | + }, |
| 108 | + "typeValidation": { |
| 109 | + "disabled": true, |
| 110 | + "broken": {} |
| 111 | + } |
| 112 | +} |
0 commit comments