forked from pages-cms/pages-cms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.75 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
{
"name": "pages-cms",
"version": "0.3.0",
"private": true,
"type": "module",
"scripts": {
"dev": "wrangler pages dev --proxy 5173 --ip 0.0.0.0 -- npm run vite",
"vite": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-javascript": "^6.2.1",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.4",
"@codemirror/legacy-modes": "^6.3.3",
"@codemirror/state": "^6.4.0",
"@codemirror/view": "^6.23.1",
"@ltd/j-toml": "^1.38.0",
"@tiptap/extension-image": "^2.2.2",
"@tiptap/extension-link": "^2.2.2",
"@tiptap/extension-table": "^2.2.2",
"@tiptap/extension-table-cell": "^2.2.2",
"@tiptap/extension-table-header": "^2.2.2",
"@tiptap/extension-table-row": "^2.2.2",
"@tiptap/extension-text-align": "^2.2.2",
"@tiptap/pm": "^2.2.2",
"@tiptap/starter-kit": "^2.2.2",
"@tiptap/vue-3": "^2.2.2",
"ajv": "^8.12.0",
"ajv-errors": "^3.0.0",
"axios": "^1.6.7",
"codemirror": "^6.0.1",
"csv-js": "^1.0.0",
"front-matter": "^4.0.2",
"insane": "^2.6.2",
"js-base64": "^3.7.6",
"lodash": "^4.17.21",
"lucide-vue-next": "^0.303.0",
"lunr": "^2.3.9",
"marked": "^11.2.0",
"moment": "^2.30.1",
"slugify": "^1.6.6",
"transliteration": "^2.3.5",
"turndown": "^7.1.2",
"vue": "^3.4.17",
"vue-router": "^4.2.4",
"vue-toast-notification": "^3.1.2",
"vuedraggable": "^4.1.0",
"yaml": "^2.3.4"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"vite": "^5.1.0",
"wrangler": "^3.28.0"
}
}