-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1023 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
45
46
47
48
{
"name": "@h0rn0chse/dark-mode-toggle",
"version": "2.1.1",
"description": "dark-mode-toggle",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "rollup -c"
},
"author": {
"name": "h0rn0chse",
"email": "[email protected]"
},
"homepage": "https://github.com/H0rn0chse/dark-mode-toggle#readme",
"repository": {
"type": "git",
"url": "https://github.com/H0rn0chse/dark-mode-toggle.git"
},
"license": "MIT",
"dependencies": {
"lottie-web": "^5.8.1"
},
"devDependencies": {
"@h0rn0chse/socket-server": "^1.1.1",
"@rollup/plugin-json": "^4.1.0",
"github-corner-element": "^1.0.1",
"rollup": "^2.50.5",
"rollup-plugin-css-porter": "^1.0.2",
"rollup-plugin-terser": "^7.0.2"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"button",
"toggle",
"darkmode",
"mode",
"dark",
"light",
"theme",
"local",
"storage",
"animation",
"webcomponent"
]
}