-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.03 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
{
"name": "@jacobmarks/concept_space_traversal",
"version": "1.0.0",
"main": "src/TraversalPlugin.tsx",
"license": "MIT",
"fiftyone": {
"script": "dist/index.umd.js"
},
"scripts": {
"dev": "IS_DEV=true && nodemon --watch ./src --ext js,jsx,ts,tsx --exec 'yarn build'",
"build": "vite build",
"archive": "./scripts/archive.sh",
"bump": "python ./scripts/update_version.py bump",
"release": "./scripts/release.sh"
},
"dependencies": {
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.0",
"@mui/styled-engine": "^5.12.3",
"@rollup/plugin-node-resolve": "^15.0.2",
"@vitejs/plugin-react": "^4.0.0",
"lodash": "^4.17.21",
"nodemon": "^3.0.1",
"react": "^18.2.0",
"react-is": "^18.2.0",
"react-markdown": "^8.0.7",
"recoil": "^0.7.7",
"styled-components": "^5.3.10",
"vite-plugin-externals": "^0.6.2"
},
"devDependencies": {
"vite": "^3.2.4"
},
"packageManager": "[email protected]"
}