-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 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
{
"name": "@ftyyy/ytext",
"version": "0.0.20",
"files": [
"dist"
],
"main": "./dist/ytext.umd.js",
"types": "./dist/lib/index.d.js",
"module": "./dist/ytext.es.js",
"exports": {
".": {
"import": "./dist/ytext.es.js",
"require": "./dist/ytext.umd.js"
}
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-dev": "tsc && vite build --mode development",
"preview": "vite preview"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@ftyyy/ytext": "^0.0.19",
"@material-ui/styles": "^4.11.4",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.69",
"@mui/material": "^5.2.7",
"immer": "^9.0.15",
"jquery": "^3.6.0",
"notistack": "^2.0.8",
"overlayscrollbars": "^2.0.0-beta.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"slate": "^0.72.3",
"slate-history": "^0.66.0",
"slate-react": "^0.72.1",
"typedoc": "^0.22.18",
"typedoc-plugin-missing-exports": "^0.22.6"
},
"devDependencies": {
"@types/node": "^17.0.8",
"@types/react": "^17.0.33",
"@types/react-dom": "^17.0.10",
"@vitejs/plugin-react": "^1.0.7",
"typescript": "^4.4.4",
"vite": "^2.7.2",
"vite-plugin-dts": "^0.9.9"
}
}