-
Notifications
You must be signed in to change notification settings - Fork 567
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 4.66 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 4.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
{
"name": "@fluid-private/devtools-test-app",
"version": "2.72.0",
"private": true,
"description": "An example application demonstrating how Fluid's devtools can be integrated into an application",
"homepage": "https://fluidframework.com",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/FluidFramework.git",
"directory": "packages/tools/devtools/devtools-test-app"
},
"license": "MIT",
"author": "Microsoft and contributors",
"sideEffects": false,
"type": "module",
"scripts": {
"build": "fluid-build . --task build",
"build:compile": "fluid-build . --task compile",
"build:esnext": "tsc --project ./tsconfig.json",
"check:biome": "biome check .",
"check:format": "npm run check:biome",
"clean": "rimraf --glob _api-extractor-temp coverage dist lib nyc \"**/*.tsbuildinfo\" \"**/*.build.log\"",
"eslint": "eslint --quiet src",
"eslint:fix": "eslint --quiet src --fix",
"format": "npm run format:biome",
"format-and-build": "npm run format && npm run build",
"format-and-compile": "npm run format && npm run build:compile",
"format:biome": "biome check . --write",
"lint": "fluid-build . --task lint",
"lint:fix": "fluid-build . --task eslint:fix --task format",
"rebuild": "npm run clean && npm run build",
"start": "concurrently \"npm:watch:*\" npm:start:client",
"start:client": "webpack serve --config webpack.config.cjs",
"test": "npm run test:jest",
"test:coverage": "npm run test:jest:coverage",
"test:jest": "jest --detectOpenHandles",
"test:jest:coverage": "jest --detectOpenHandles --coverage --ci",
"watch:devtools-core": "tsc --watch --project ../devtools-core/tsconfig.json --preserveWatchOutput",
"watch:devtools-view": "copyfiles -f ../../../../common/build/build-common/src/esm/package.json ../devtools-view/lib && fluid-tsc module --watch --project ../devtools-view/tsconfig.esm.json --preserveWatchOutput",
"watch:esnext": "tsc --watch --project ./tsconfig.json",
"webpack": "webpack --env production",
"webpack:dev": "webpack --env development"
},
"dependencies": {
"@fluentui/react-components": "^9.47.5",
"@fluentui/react-icons": "^2.0.233",
"@fluid-example/example-utils": "workspace:~",
"@fluid-internal/client-utils": "workspace:~",
"@fluid-internal/devtools-view": "workspace:~",
"@fluidframework/aqueduct": "workspace:~",
"@fluidframework/cell": "workspace:~",
"@fluidframework/container-definitions": "workspace:~",
"@fluidframework/container-loader": "workspace:~",
"@fluidframework/container-runtime-definitions": "workspace:~",
"@fluidframework/core-interfaces": "workspace:~",
"@fluidframework/counter": "workspace:~",
"@fluidframework/datastore-definitions": "workspace:~",
"@fluidframework/devtools-core": "workspace:~",
"@fluidframework/driver-definitions": "workspace:~",
"@fluidframework/fluid-static": "workspace:~",
"@fluidframework/map": "workspace:~",
"@fluidframework/matrix": "workspace:~",
"@fluidframework/react": "workspace:~",
"@fluidframework/runtime-utils": "workspace:~",
"@fluidframework/sequence": "workspace:~",
"@fluidframework/shared-object-base": "workspace:~",
"@fluidframework/test-runtime-utils": "workspace:~",
"@fluidframework/tree": "workspace:~",
"re-resizable": "^6.9.9",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"scheduler": "^0.20.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@biomejs/biome": "~1.9.3",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/build-tools": "^0.58.3",
"@fluidframework/eslint-config-fluid": "workspace:^",
"@fluidframework/test-utils": "workspace:~",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.4.3",
"@types/jest": "29.5.3",
"@types/jest-environment-puppeteer": "workspace:~",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/testing-library__jest-dom": "^5.14.5",
"concurrently": "^8.2.1",
"copyfiles": "^2.4.1",
"eslint": "~8.57.1",
"eslint-config-prettier": "~10.1.8",
"eslint-plugin-jest": "~27.4.2",
"eslint-plugin-react": "~7.33.2",
"eslint-plugin-react-hooks": "~4.6.0",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.6.2",
"jest-environment-jsdom": "^29.6.2",
"jest-environment-puppeteer": "^10.1.3",
"jest-junit": "^16.0.0",
"puppeteer": "^23.6.0",
"rimraf": "^4.4.0",
"ts-jest": "^29.1.1",
"ts-loader": "^9.5.1",
"typescript": "~5.4.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "~4.15.2",
"webpack-merge": "^6.0.1"
},
"fluid": {
"browser": {
"umd": {
"files": [
"dist/main.bundle.js"
],
"library": "main"
}
}
},
"typeValidation": {
"disabled": true
}
}