This repository was archived by the owner on Mar 31, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.47 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.47 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
{
"name": "aevatar-react-sdk",
"private": true,
"version": "0.4.39",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:update": "vitest -u",
"test:coverage": "vitest --coverage",
"test:ci": "vitest --coverage",
"build": "pnpm run --if-present --recursive build",
"publish:alpha-enter": "pnpm changeset pre enter alpha",
"publish:changeset": "pnpm changeset",
"publish:change-version": "pnpm changeset version",
"publish": "pnpm build && pnpm changeset publish",
"publish:alpha": "pnpm publish -r --tag alpha",
"publish:alpha-exit": "pnpm changeset pre exit"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@testing-library/dom": "^10.1.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^16.0.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.1",
"@tsconfig/recommended": "^1.0.1",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"jsdom": "^26.0.0",
"typescript": "^5.7.3",
"typescript-node": "^0.1.3",
"vite": "^6.1.0",
"vitest": "^2.1.8"
},
"dependencies": {
"@changesets/cli": "^2.28.1",
"@tanstack/react-query": "^5.83.0",
"date-fns": "^4.1.0",
"monaco-editor": "^0.52.2",
"react-day-picker": "^9.8.0",
"react-fullscreen": "^0.1.0",
"react18-json-view": "^0.2.9"
}
}