-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
85 lines (85 loc) · 2.55 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "kalliope",
"license": "BSD-2-Clause",
"version": "0.9.7",
"type": "module",
"files": [
"dist"
],
"main": "./dist/kalliope.umd.cjs",
"module": "./dist/kalliope.js",
"types": "./dist/kalliope.d.ts",
"exports": {
".": {
"import": "./dist/kalliope.js",
"require": "./dist/kalliope.umd.cjs"
}
},
"scripts": {
"build": "vue-tsc --noEmit && vite build --config vite.config.js",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview",
"storybook": "storybook dev -p 6006",
"build-storybook": "storybook build"
},
"dependencies": {
"@excalidraw/excalidraw": "^0.17.6",
"@excalidraw/utils": "^0.1.3-test9",
"@lexical/clipboard": "0.25.0",
"@lexical/code": "0.25.0",
"@lexical/file": "0.25.0",
"@lexical/hashtag": "0.25.0",
"@lexical/link": "0.25.0",
"@lexical/list": "0.25.0",
"@lexical/overflow": "0.25.0",
"@lexical/plain-text": "0.25.0",
"@lexical/react": "0.25.0",
"@lexical/rich-text": "0.25.0",
"@lexical/selection": "0.25.0",
"@lexical/table": "0.25.0",
"@lexical/utils": "0.25.0",
"@rollup/plugin-typescript": "^12.1.2",
"emoji-toolkit": "^9.0.1",
"emojibase": "16.0.0",
"emojibase-data": "16.0.2",
"fractional-indexing": "^3.2.0",
"katex": "^0.16.21",
"lexical": "0.25.0",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.3.1",
"react-player": "^2.16.0"
},
"devDependencies": {
"@storybook/addon-essentials": "8.6.0",
"@storybook/addon-interactions": "8.6.0",
"@storybook/addon-links": "8.6.0",
"@storybook/blocks": "8.6.0",
"@storybook/react": "8.6.0",
"@storybook/react-vite": "8.6.0",
"@storybook/testing-library": "0.2.2",
"@types/katex": "^0.16.7",
"@types/lodash-es": "^4.17.12",
"@types/prettier": "^3.0.0",
"@types/react": "npm:18.2.6",
"@types/react-color": "^3.0.13",
"@types/react-dom": "18.2.22",
"@typescript-eslint/eslint-plugin": "8.25.0",
"@typescript-eslint/parser": "8.25.0",
"@vitejs/plugin-react-swc": "3.8.0",
"eslint": "9.21.0",
"eslint-plugin-react-hooks": "^5.1.0",
"eslint-plugin-react-refresh": "0.4.19",
"eslint-plugin-storybook": "^0.11.3",
"rollup-plugin-postcss": "^4.0.2",
"sass": "^1.85.1",
"storybook": "8.6.0",
"tslib": "^2.8.1",
"tslint": "^6.1.3",
"typescript": "^5.7.3",
"vite": "6.2.0",
"vite-plugin-css-injected-by-js": "^3.5.2",
"vue-tsc": "^2.2.4"
},
"packageManager": "yarn@3.6.1"
}