-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.26 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": "tailwind-html-vite-ravenbrighttokens",
"repository": {
"type": "git",
"url": "https://github.com/ariqnrnns/tailwind-html-vite-ravenbrighttokens.git"
},
"license": "Apache-2.0",
"homepage": "https://ravenbrightcss.com",
"docs": "https://ravenbrightcss.com/docs",
"author": "Ariq N",
"version": "1.0.0",
"description": "Free HTML Tailwind CSS Landing Page Template with Vite & Ravenbright Tokens (CSS variables)",
"main": "src/index.html",
"scripts": {
"tailwind": "npx postcss ./src/input.css -o ./src/output.css --watch",
"vite": "vite",
"build": "vite build",
"preview": "vite preview",
"dev": "concurrently 'npm:tailwind' 'npm:vite' "
},
"keywords": [
"CSS",
"atomic CSS",
"CSS custom properties",
"CSS utility classes",
"CSS components",
"CSS variables",
"CSS library",
"design tokens",
"design system",
"Figma tokens",
"front-end",
"functional CSS",
"Tailwind CSS",
"Tailwind CSS starter",
"Tailwind CSS template",
"UI components",
"Vite",
"Vite Starter"
],
"devDependencies": {
"concurrently": "^7.6.0",
"cssnano": "^5.1.14",
"postcss": "^8.4.19",
"postcss-cli": "^10.0.0",
"tailwindcss": "^3.2.4",
"vite": "^3.2.4"
}
}