-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.12 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
{
"name": "marko-run-demo",
"version": "0.0.1",
"type": "module",
"scripts": {
"build": "marko-run build",
"dev": "marko-run",
"start": "marko-run preview",
"fmt": "prettier --write .",
"lint": "eslint . --fix",
"prepare": "husky install"
},
"devDependencies": {
"@antfu/ni": "^23.0.0",
"@marko/compiler": "^5.27.3",
"@marko/run": "^0.5.0",
"@marko/run-adapter-netlify": "^0.1.2",
"@marko/vite": "^5.0.0",
"@tailwindcss/typography": "^0.5.9",
"@types/marked": "^6.0.0",
"@types/node": "^22.0.0",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"@xata.io/cli": "^0.16.0",
"autoprefixer": "^10.4.14",
"esbuild": "^0.24.0",
"eslint": "^9.0.0",
"husky": "^9.0.0",
"postcss": "^8.4.21",
"prettier": "^2.8.7",
"prettier-plugin-marko": "^2.0.0",
"rollup": "^4.0.0",
"tailwindcss": "^4.0.0",
"typescript": "^5.0.2",
"vite": "^6.0.0"
},
"dependencies": {
"@xata.io/client": "^0.30.0",
"marked": "^4.3.0",
"marko": "^5.25.3",
"url-slug": "^3.0.4",
"xss": "^1.0.14"
}
}