-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 832 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": "vitewind",
"version": "1.0.0",
"description": "Octobercms theme with the power of Windi CSS and the speed of Vite JS.",
"keywords": [
"octobercms",
"october",
"wintercms",
"winter",
"vite",
"vite js",
"windicss",
"windi css",
"theme"
],
"author": {
"name": "chkilel - Adil Chehabi",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://github.com/chkilel/vitewind-theme",
"bugs": {
"url": "https://github.com/chkilel/vitewind-theme/issues"
},
"main": "app.js",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"dependencies": {},
"devDependencies": {
"vite": "^2.8.6",
"vite-plugin-windicss": "^1.8.1"
}
}