-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 2.16 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
70
71
72
73
74
75
76
{
"name": "ddycoding",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/adapter-node": "^1.3.1",
"@sveltejs/kit": "^1.27.4",
"@tailwindcss/typography": "^0.5.10",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.24",
"postcss-load-config": "^4.0.1",
"svelte": "^4.2.7",
"svelte-check": "^3.6.0",
"svelte-highlight": "^7.4.8",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.2",
"typescript": "^5.0.0",
"vite": "^4.4.2"
},
"type": "module",
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"bits-ui": "^0.13.2",
"clsx": "^2.1.0",
"cmdk-sv": "^0.0.12",
"dotenv": "^16.3.1",
"embla-carousel-svelte": "^8.0.0-rc19",
"formsnap": "^0.4.1",
"fs": "^0.0.1-security",
"hast-util-to-html": "^9.0.0",
"highlight.js": "^11.9.0",
"htmlparser2": "^9.1.0",
"jsdom": "^23.1.0",
"lucide-svelte": "^0.294.0",
"mapbox-gl": "^3.0.1",
"marked": "^11.1.1",
"mode-watcher": "^0.1.2",
"path": "^0.12.7",
"photoswipe": "^5.4.3",
"prettier": "^3.1.1",
"prismjs": "^1.29.0",
"radix-icons-svelte": "^1.2.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.12.1",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-code-import": "^1.2.0",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-slug": "^7.0.1",
"remark-toc": "^9.0.0",
"shiki": "^0.14.7",
"showdown": "^2.1.0",
"svelte-action-balancer": "^1.0.4",
"svelte-legos": "^0.2.2",
"svelte-sonner": "^0.3.11",
"svelte-wrap-balancer": "^0.0.4",
"sveltekit-superforms": "^1.11.0",
"tailwind-merge": "^2.2.0",
"tailwind-variants": "^0.1.20",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"url": "^0.11.3",
"vaul-svelte": "^0.0.6",
"zod": "^3.22.4"
}
}