forked from Tailus-UI/ada-html
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 730 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 730 Bytes
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
{
"name": "ada-html",
"description": "A Modern landing page built with Tailwind CSS, Tailus Themer and Vite",
"private": false,
"version": "0.1.1",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.4.1",
"vite": "^5.1.3"
},
"main": "main.js",
"keywords": [
"tailwindcss",
"tailus",
"boilerplate",
"html",
"vite",
"tailus-themer"
],
"author": "Méschac irung",
"license": "ISC",
"dependencies": {
"@tailus/themer": "^0.0.5",
"swiper": "^11.0.6"
}
}