-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 954 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 954 Bytes
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
{
"name": "let-code-in-pad",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@capacitor/android": "^8.1.0",
"@capacitor/app": "^8.0.1",
"@capacitor/cli": "^8.1.0",
"@capacitor/clipboard": "^8.0.1",
"@capacitor/core": "^8.1.0",
"@capacitor/screen-orientation": "^8.0.1",
"@capacitor/share": "^8.0.1",
"@iktakahiro/markdown-it-katex": "^4.0.1",
"highlight.js": "^11.11.1",
"katex": "^0.16.33",
"localforage": "^1.10.0",
"markdown-it": "^14.1.1",
"sortablejs": "^1.15.7",
"turndown": "^7.2.2",
"vue": "^3.5.25"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.2.0",
"@vitejs/plugin-vue": "^6.0.2",
"autoprefixer": "^10.4.24",
"postcss": "^8.5.6",
"tailwindcss": "^4.2.0",
"vite": "^7.3.1"
}
}