forked from voxel51/fiftyone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.13 KB
/
package.json
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
{
"name": "@fiftyone/state",
"author": "Voxel51, Inc.",
"version": "0.0.0",
"description": "FiftyOne App state APIs",
"homepage": "https://github.com/voxel51/fiftyone/app/packages/state",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/voxel51/fiftyone/"
},
"main": "./src/index.ts",
"scripts": {
"dev": "vite"
},
"private": true,
"files": [
"dist",
"README.md"
],
"peerDependencies": {
"react": "*",
"react-error-boundary": "*",
"react-relay": "*",
"recoil": "*",
"recoil-relay": "*"
},
"devDependencies": {
"@testing-library/react-hooks": "latest",
"@vitest/ui": "^0.25.2",
"babel-plugin-relay": "^14.1.0",
"prettier": "^2.7.1",
"typescript": "^4.7.4",
"vite": "^3.0.0",
"vitest": "^0.25.2"
},
"dependencies": {
"@fiftyone/looker": "*",
"@fiftyone/relay": "*",
"@fiftyone/utilities": "*",
"@microsoft/fetch-event-source": "^2.0.1",
"lodash": "^4.17.21",
"recoil-sync": "^0.2.0"
}
}