-
-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
59 lines (59 loc) · 1.88 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
{
"name": "notitap",
"private": true,
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint --ext .ts,.tsx --ignore-path .gitignore src",
"lintfix": "eslint --ext .ts,.tsx --ignore-path .gitignore --fix src",
"generateSponsors": "sponsorkit"
},
"dependencies": {
"@floating-ui/react-dom-interactions": "^0.6.6",
"@tippyjs/react": "^4.2.6",
"@tiptap/extension-link": "^2.0.0-beta.43",
"@tiptap/extension-placeholder": "^2.0.0-beta.53",
"@tiptap/extension-table": "^2.0.0-beta.54",
"@tiptap/extension-table-cell": "^2.0.0-beta.23",
"@tiptap/extension-table-header": "^2.0.0-beta.25",
"@tiptap/extension-table-row": "^2.0.0-beta.22",
"@tiptap/extension-underline": "^2.0.0-beta.25",
"@tiptap/react": "^2.0.0-beta.114",
"@tiptap/starter-kit": "^2.0.0-beta.191",
"@tiptap/suggestion": "^2.0.0-beta.97",
"classnames": "^2.3.1",
"daisyui": "^2.19.0",
"fuzzysort": "^2.0.1",
"lodash": "^4.17.21",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@iconify-json/ic": "^1.1.7",
"@iconify-json/mdi": "^1.1.26",
"@iconify-json/ri": "^1.1.3",
"@tailwindcss/typography": "^0.5.3",
"@types/lodash": "^4.14.182",
"@types/node": "^18.0.3",
"@types/prosemirror-dev-tools": "^3.0.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@unocss/preset-icons": "^0.44.0",
"@vitejs/plugin-react": "^1.3.0",
"autoprefixer": "^10.4.7",
"eslint": "^8.19.0",
"eslint-config-airbnb-typescript-prettier": "^5.0.0",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prosemirror-dev-tools": "^3.1.0",
"sass": "^1.53.0",
"sponsorkit": "^0.4.3",
"tailwindcss": "^3.1.5",
"typescript": "^4.7.4",
"unocss": "^0.44.0",
"vite": "^2.9.9"
}
}