-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
87 lines (87 loc) · 2.74 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
77
78
79
80
81
82
83
84
85
86
87
{
"name": "magic-tag",
"version": "5.6.0",
"main": "./dist/es/index.js",
"description": "",
"scripts": {
"function": "netlify functions:serve",
"analyze": "vite build --mode analyze",
"test": "vitest",
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"license": "MIT",
"devDependencies": {
"@netlify/functions": "^1.4.0",
"@tailwindcss/line-clamp": "^0.4.2",
"@types/file-saver": "^2.0.5",
"@types/formidable": "^2.0.5",
"@types/fs-extra": "^9.0.13",
"@types/lodash-es": "^4.17.7",
"@types/md5": "^2.3.2",
"@types/papaparse": "^5.3.7",
"@types/qs": "^6.9.7",
"autoprefixer": "^10.4.14",
"browserslist": "^4.21.5",
"imagekit": "^4.1.3",
"leancloud-storage": "^4.14.0",
"postcss": "^8.4.21",
"prettier": "2.6.0",
"prettier-plugin-tailwindcss": "^0.1.13",
"rollup-plugin-visualizer": "^5.9.0",
"tailwindcss": "^3.1.8",
"typescript": "^5.0.2",
"vite": "^3.2.5",
"vite-plugin-solid": "^2.6.1",
"vite-plugin-static-copy": "^0.13.1",
"vitest": "^0.24.5"
},
"dependencies": {
"@astrojs/sitemap": "^1.2.1",
"@astrojs/solid-js": "^2.1.0",
"@astrojs/tailwind": "^3.1.1",
"@chinese-fonts/jxzk": "^1.2.0",
"@cn-ui/animate": "^1.0.5",
"@cn-ui/core": "^1.7.1",
"@cn-ui/headless": "^1.12.0",
"@cn-ui/markdown": "^1.0.0",
"@cn-ui/reactive": "^2.2.0",
"@cn-ui/sortable": "^2.1.3",
"@cn-ui/transition": "^1.7.4",
"@cn-ui/use": "^2.0.4",
"@solidjs/router": "^0.5.1",
"@tsndr/cloudflare-worker-jwt": "^2.2.1",
"astro": "^2.1.7",
"comlink": "^4.4.1",
"copy-to-clipboard": "^3.3.3",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"gemoji": "^8.0.0",
"i18next": "22.0.4",
"i18next-browser-languagedetector": "^7.0.1",
"imagekit-javascript": "^1.5.5",
"is-mobile": "^3.1.1",
"localforage": "^1.10.0",
"lodash-es": "^4.17.21",
"md5": "^2.3.0",
"meilisearch": "^0.31.1",
"nanoid": "^4.0.2",
"node-fetch": "^3.3.1",
"notyf": "^3.10.0",
"number-precision": "^1.6.0",
"papaparse": "^5.4.1",
"pretty-bytes": "^6.1.0",
"prompt-extractor": "^1.3.0",
"promptor": "^1.0.4",
"qs": "^6.11.1",
"solid-js": "^1.6.15",
"sortablejs": "^1.15.0",
"tailwindcss": "^3.2.7",
"tinykeys": "^1.4.0",
"unist-util-visit": "^4.1.2",
"viewerjs": "^1.11.4"
}
}