-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
67 lines (67 loc) · 2.14 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
{
"name": "typability",
"private": true,
"version": "0.4.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
"preview": "vite preview",
"tauri": "tauri",
"prepare": "husky",
"i18n:extract": "formatjs extract --ignore=\"**/*.d.ts\" --out-file locale/en.json --format simple \"src/**/*.{ts,tsx}\""
},
"dependencies": {
"@fluentui/react-components": "^9.56.2",
"@fluentui/react-icons": "^2.0.265",
"@material-design-icons/font": "^0.14.3",
"@milkdown-lab/plugin-split-editing": "^0.1.4",
"@milkdown/core": "^6.5.4",
"@milkdown/plugin-block": "^6.5.4",
"@milkdown/plugin-clipboard": "^6.5.4",
"@milkdown/plugin-cursor": "^6.5.4",
"@milkdown/plugin-diagram": "^6.5.4",
"@milkdown/plugin-emoji": "^6.5.4",
"@milkdown/plugin-history": "^6.5.4",
"@milkdown/plugin-listener": "^6.5.4",
"@milkdown/plugin-math": "^6.5.4",
"@milkdown/plugin-menu": "^6.5.4",
"@milkdown/plugin-prism": "^6.5.4",
"@milkdown/plugin-slash": "6.5.4",
"@milkdown/plugin-tooltip": "^6.5.4",
"@milkdown/preset-commonmark": "^6.5.4",
"@milkdown/preset-gfm": "^6.5.4",
"@milkdown/prose": "^6.5.4",
"@milkdown/react": "^6.5.4",
"@milkdown/theme-nord": "^6.5.4",
"@milkdown/theme-tokyo": "^6.5.4",
"@tauri-apps/api": "^1.6.0",
"ahooks": "^3.8.1",
"classnames": "^2.5.1",
"jotai": "^2.10.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-intl": "^7.0.1",
"showdown": "^2.1.0"
},
"devDependencies": {
"@formatjs/cli": "^6.3.11",
"@formatjs/ts-transformer": "^3.13.23",
"@tauri-apps/cli": "^1.6.2",
"@types/node": "^22.9.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/showdown": "^2.0.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@vitejs/plugin-react-swc": "^3.7.1",
"eslint": "^8.57.1",
"eslint-plugin-formatjs": "^4.9.0",
"eslint-plugin-react": "^7.37.2",
"husky": "^9.1.7",
"sass": "^1.81.0",
"typescript": "^5.6.3",
"vite": "^5.4.11"
}
}