generated from nmsimons/table-example
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
85 lines (85 loc) · 2.78 KB
/
package.json
File metadata and controls
85 lines (85 loc) · 2.78 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
{
"name": "table",
"version": "0.0.1",
"private": "true",
"description": "",
"license": "MIT",
"type": "module",
"scripts": {
"build": "npm run compile && npm run format && npm run webpack",
"ci:test": "npm run test",
"compile": "tsc -b",
"dev": "cross-env vite",
"dev:local": "cross-env FLUID_CLIENT='local' vite serve",
"dev:azure": "cross-env FLUID_CLIENT='azure' vite serve",
"format": "prettier src --write",
"lint": "eslint src",
"start": "npm run dev",
"start:server": "azure-local-service",
"pretest": "playwright install --with-deps",
"test": "playwright test",
"webpack": "cross-env vite build"
},
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@azure/identity": "^4.5.0",
"@azure/msal-browser": "^3.28.0",
"@fluentui/react-button": "^9.4.4",
"@fluentui/react-components": "^9.61.6",
"@fluentui/react-icons": "^2.0.292",
"@fluidframework/azure-client": "0.0.0-337090-test",
"@fluidframework/odsp-client": "0.0.0-337090-test",
"@fluidframework/presence": "0.0.0-337090-test",
"@fluidframework/protocol-definitions": "^3.2.0",
"@fluidframework/telemetry-utils": "0.0.0-337090-test",
"@fluidframework/test-runtime-utils": "0.0.0-337090-test",
"@fluidframework/tree-agent": "0.0.0-337090-test",
"@fluidframework/tree": "0.0.0-337090-test",
"@langchain/openai": "^0.5.2",
"@microsoft/microsoft-graph-client": "^3.0.7",
"@tailwindcss/vite": "^4.0.9",
"@tanstack/react-table": "^8.20.6",
"@tanstack/react-virtual": "^3.13.0",
"@vitejs/plugin-react": "^4.3.4",
"axios": "^1.7.9",
"dotenv": "^16.4.7",
"fluid-framework": "0.0.0-337090-test",
"hashids": "^2.2.10",
"jsrsasign": "^11.1.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-transition-state": "^2.2.0",
"unique-names-generator": "^4.7.1",
"uuid": "^11.0.5",
"vite": "^6.2.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"@fluidframework/azure-local-service": "0.0.0-337090-test",
"@fluidframework/build-common": "^2.0.3",
"@fluidframework/devtools": "0.0.0-337090-test",
"@microsoft/microsoft-graph-types": "^2.40.0",
"@playwright/test": "^1.49.1",
"@types/debug": "^4.1.7",
"@types/dotenv": "^6.1.1",
"@types/jsrsasign": "^10.5.15",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.1",
"@typescript-eslint/eslint-plugin": "^8.19.1",
"@typescript-eslint/parser": "^8.19.1",
"cross-env": "^7.0.3",
"eslint": "^9.18.0",
"eslint-plugin-react": "^7.37.4",
"globals": "^15.13.0",
"playwright": "^1.49.0",
"prettier": "^3.4.2",
"tailwindcss": "^4.0.9",
"ts-loader": "^9.5.2",
"typescript": "~5.7"
},
"packageManager": "pnpm@10.5.2+sha512.da9dc28cd3ff40d0592188235ab25d3202add8a207afbedc682220e4a0029ffbff4562102b9e6e46b4e3f9e8bd53e6d05de48544b0c57d4b0179e22c76d1199b"
}