-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.89 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.89 KB
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
{
"name": "code-note",
"displayName": "Code Note",
"version": "1.0.3",
"versionName": "1.0.3 Alpha",
"description": "Enhance your GitHub & GitLab experience, add comments to existing code without making any commits.",
"author": "admin@codenote.dev",
"scripts": {
"dev": "plasmo dev",
"build": "plasmo build",
"package": "plasmo package",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@headlessui/react": "^1.7.19",
"@heroicons/react": "^2.1.3",
"@plasmohq/storage": "^1.10.0",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@sjmc11/tourguidejs": "^0.0.18",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"fuse.js": "^7.0.0",
"lucide-react": "^0.455.0",
"plasmo": "0.89.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-router-dom": "^6.23.1",
"react-syntax-highlighter": "^15.5.0",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.23.8"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "4.1.0",
"@types/chrome": "0.0.268",
"@types/node": "20.5.9",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
"@types/react-syntax-highlighter": "^15.5.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"prettier": "3.0.3",
"prettier-plugin-tailwindcss": "^0.5.14",
"typescript": "5.2.2"
}
}