-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "vite-template-solid",
"version": "0.0.0",
"description": "",
"scripts": {
"buildPosts": "tsc ./scripts/buildPosts.ts --outDir ./out && node ./out/buildPosts.js",
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"license": "MIT",
"devDependencies": {
"@cloudflare/workers-types": "^4.20241230.0",
"@tailwindcss/typography": "^0.5.14",
"@types/node": "^22.4.2",
"autoprefixer": "^10.4.17",
"postcss": "^8.4.33",
"solid-devtools": "^0.29.2",
"tailwindcss": "^3.4.1",
"vite": "^5.0.11",
"vite-plugin-solid": "^2.8.2"
},
"dependencies": {
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.8.2",
"@tiptap/core": "^2.11.0",
"@tiptap/extension-image": "^2.11.0",
"@tiptap/extension-link": "^2.11.0",
"@tiptap/pm": "^2.11.0",
"@tiptap/starter-kit": "^2.11.0",
"gray-matter": "^4.0.3",
"marked": "^14.0.0",
"path": "^0.12.7",
"prettier": "^3.3.3",
"solid-icons": "^1.1.0",
"solid-js": "^1.8.11",
"solid-tiptap": "^0.7.0"
}
}