generated from haydenull/logseq-plugin-react-boilerplate
-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.89 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
{
"name": "excalidraw",
"version": "1.5.1",
"main": "dist/index.html",
"logseq": {
"id": "logseq-plugin-excalidraw",
"icon": "logo.png"
},
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"prepare": "husky install",
"typecheck": "tsc --noEmit"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": [
"npx prettier --write",
"npx eslint --fix"
]
},
"dependencies": {
"@logseq/libs": "^0.0.15",
"@radix-ui/react-alert-dialog": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.3",
"@radix-ui/react-dialog": "^1.0.3",
"@radix-ui/react-dropdown-menu": "^2.0.4",
"@radix-ui/react-label": "^2.0.1",
"@radix-ui/react-popover": "^1.0.5",
"@radix-ui/react-separator": "^1.0.2",
"@radix-ui/react-slot": "^1.0.1",
"@radix-ui/react-toast": "^1.1.3",
"antd": "^5.0.2",
"class-variance-authority": "^0.5.2",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"dayjs": "^1.11.7",
"jotai": "^2.1.0",
"lodash-es": "^4.17.21",
"lucide-react": "^0.180.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5"
},
"devDependencies": {
"@excalidraw/excalidraw": "0.17.0",
"@haydenull/fabric": "^0.2.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/npm": "^8.0.3",
"@types/lodash": "^4.14.194",
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.9",
"@vitejs/plugin-react": "^4.0.4",
"autoprefixer": "^10.4.2",
"husky": "^8.0.0",
"lint-staged": "^14.0.0",
"postcss": "^8.4.5",
"semantic-release": "^21.0.1",
"tailwindcss": "^3.2.4",
"typescript": "^4.9.3",
"vite": "^4.4.9",
"vite-plugin-importer": "^0.2.5"
}
}