forked from DeterminateSystems/zero-to-nix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"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.4",
"@iconify-json/fa": "^1.1.2",
"@iconify-json/fa-solid": "^1.1.2",
"@islands/headings": "^0.8.1",
"@islands/icons": "^0.8.0",
"@nanostores/persistent": "^0.7.0",
"@nanostores/vue": "^0.6.1",
"@tailwindcss/typography": "^0.5.8",
"@types/marked": "^4.0.7",
"@types/node": "^18.11.9",
"@types/prismjs": "^1.26.0",
"@vueuse/core": "^9.5.0",
"autoprefixer": "^10.4.13",
"iles": "0.8.7",
"marked": "^4.2.3",
"mdast": "^3.0.0",
"nanostores": "^0.7.0",
"postcss": "^8.4.19",
"postcss-import": "^15.0.1",
"posthog-js": "^1.38.0",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"prismjs": "^1.29.0",
"rehype-external-links": "^2.0.1",
"rehype-slug-custom-id": "^1.1.0",
"remark-emoji": "^3.0.2",
"remark-gfm": "^3.0.1",
"tailwindcss": "^3.2.4",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.1",
"vite-plugin-tailwindcss": "0.0.0-0",
"vue-tsc": "^1.0.9",
"vue3-popper": "^1.5.0"
}
}