-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
53 lines (53 loc) · 1.25 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
45
46
47
48
49
50
51
52
53
{
"name": "opfs-tools-explorer",
"version": "1.1.2",
"description": "",
"keywords": [
"opfs-tools",
"opfs",
"fs",
"filesystem",
"manager",
"explorer"
],
"main": "dist/opfs-tools-explorer.umd.js",
"module": "dist/opfs-tools-explorer.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {
"@emotion/react": "11.9.0",
"@emotion/styled": "11.8.1",
"@minoru/react-dnd-treeview": "^2.0.0-alpha.6",
"@mui/icons-material": "5.6.2",
"@mui/material": "5.6.4",
"jotai": "^2.7.0",
"mui-file-input": "^4.0.4",
"opfs-tools": "^0.6.1",
"react": "18.1.0",
"react-dnd": "16.0.1",
"react-dom": "18.1.0"
},
"scripts": {
"dev": "vite",
"build": "vite build && tsc -p tsconfig.json --declaration --emitDeclarationOnly",
"build:demo": "vite build -c vite.demo.config.ts",
"prepublishOnly": "yarn build"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/react": "^18.2.60",
"@types/react-dom": "^18.2.19",
"typescript": "^5.3.3",
"vite": "^5.1.3",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vite-plugin-radar": "^0.9.3"
}
}