-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 946 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
{
"name": "ov-template",
"type": "module",
"version": "0.6.9",
"repository": {
"type": "git",
"url": "https://github.com/vratskyi/vratskyi.github.io"
},
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"css": "tailwindcss -c ./tailwind.config.cjs -i ./src/assets/styles/input.css -o ./public/styles/global.css --minify --watch"
},
"dependencies": {
"@astrojs/mdx": "^2.0.4",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.1.0",
"sharp": "^0.33.1",
"tailwindcss": "^3.4.0"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"typescript": "^5.3.3"
},
"description": "``` npm create astro@latest -- --template minimal ```",
"main": "index.js",
"author": "Oleksii Vratskyi",
"license": "MIT"
}