-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
49 lines (49 loc) · 1.37 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
{
"name": "zero-to-nix",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "iles dev",
"build": "iles build",
"preview": "iles preview",
"format": "prettier --write **/*.{cjs,ts,vue}",
"typecheck": "vue-tsc --noEmit"
},
"devDependencies": {
"@headlessui/vue": "^1.7.16",
"@iconify-json/fa": "^1.1.8",
"@iconify-json/fa-regular": "^1.1.8",
"@iconify-json/fa-solid": "^1.1.8",
"@islands/headings": "^0.8.2",
"@islands/icons": "^0.8.0",
"@nanostores/persistent": "^0.7.0",
"@nanostores/vue": "0.7.0",
"@tailwindcss/typography": "^0.5.10",
"@types/marked": "^4.3.2",
"@types/node": "^18.19.3",
"@types/prismjs": "^1.26.3",
"@vueuse/core": "^9.13.0",
"autoprefixer": "^10.4.16",
"iles": "0.9.5",
"marked": "^4.3.0",
"nanostores": "^0.7.4",
"postcss": "^8.4.32",
"postcss-import": "^15.1.0",
"posthog-js": "^1.95.1",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "0.2.5",
"prismjs": "^1.29.0",
"rehype-external-links": "^2.1.0",
"rehype-slug-custom-id": "^1.1.0",
"remark": "^14.0.3",
"remark-emoji": "^3.1.2",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.3.6",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.2",
"vite-plugin-tailwindcss": "0.0.0-0",
"vue-tsc": "^1.8.25",
"vue3-popper": "^1.5.0"
}
}