-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1007 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
36
37
38
39
40
41
42
43
44
{
"homepage": "https://www.sagarsuri.in",
"name": "vitetoggle",
"version": "0.1.6",
"description": "This is DarkMode Toggle Button With Sytem Mode Also Available",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"exports": {
".": "./dist/index.cjs.js",
"./module": "./dist/index.esm.js"
},
"types": "dist/index.d.ts",
"files": [
"dist/"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "vite build",
"dev": "vite"
},
"keywords": [
"vitetoggle",
"sagar",
"suri"
],
"author": "SAGAR SURI",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/sagrsuri/vitetoggle.git"
},
"dependencies": {
"@vitejs/plugin-react": "^4.3.1",
"react-dom": "^18.3.1",
"react-icons": "^5.3.0",
"vite": "^5.4.3",
"vite-plugin-dts": "^4.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"postcss": "^8.4.45",
"tailwindcss": "^3.4.10"
}
}