-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
36 lines (36 loc) · 970 Bytes
/
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
{
"name": "leosvel.dev",
"version": "0.0.0",
"license": "MIT",
"scripts": {
"postinstall": "node ./tools/scripts/patch-nx-cli.js"
},
"private": true,
"dependencies": {},
"devDependencies": {
"@astrojs/mdx": "~0.13.0",
"@astrojs/prefetch": "^0.1.1",
"@astrojs/rss": "~1.2.1",
"@astrojs/sitemap": "~1.0.0",
"@astrojs/tailwind": "~2.1.3",
"@nrwl/devkit": "15.4.1",
"@nrwl/linter": "15.4.1",
"@nrwl/nx-cloud": "15.0.2",
"@nrwl/workspace": "15.4.1",
"@nxtensions/astro": "3.2.0",
"@types/node": "~16.11.7",
"astro": "~1.7.2",
"autoprefixer": "~10.4.13",
"nx": "15.4.1",
"postcss": "~8.4.20",
"prettier": "2.7.1",
"prettier-plugin-astro": "~0.7.0",
"prettier-plugin-tailwindcss": "~0.2.1",
"rehype-autolink-headings": "~6.1.1",
"rehype-external-links": "~2.0.1",
"rehype-slug": "~5.1.0",
"sass": "~1.57.1",
"tailwindcss": "~3.2.4",
"typescript": "4.8.4"
}
}