-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.04 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
{
"name": "vitawind",
"version": "1.0.0",
"description": "Octobercms theme with the power of Tailwind CSS and the speed of Vite JS.",
"keywords": [
"octobercms",
"october",
"wintercms",
"winter",
"vite",
"vite js",
"Tailwind",
"Tailwind css",
"theme"
],
"author": {
"name": "chkilel - Adil Chehabi",
"email": "adil@hehabi.me"
},
"license": "MIT",
"homepage": "https://github.com/chkilel/vitawind-theme",
"bugs": {
"url": "https://github.com/chkilel/vitawind-theme/issues"
},
"main": "app.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {},
"devDependencies": {
"@tailwindcss/forms": "^0.5.2",
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.11",
"tailwindcss": "^3.1.3",
"vite": "^2.9.13"
}
}