-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1.27 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": "sweclockers-dark",
"description": "A modern dark theme for SweClockers",
"license": "MPL-2.0",
"private": true,
"type": "module",
"engines": {
"node": ">=16",
"pnpm": ">=8"
},
"homepage": "https://github.com/Soitora/SweClockers-Dark#readme",
"repository": {
"type": "git",
"url": "https://github.com/Soitora/SweClockers-Dark.git"
},
"bugs": {
"url": "https://github.com/Soitora/SweClockers-Dark/issues"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"compile": "pnpm clean && stylus src/sweclockers-dark.styl -o dist/sweclockers-dark.css && node scripts/compile.js",
"compile-single": "node scripts/compile.js",
"local": "stylus src/sweclockers-dark.styl -o dist/sweclockers-dark.css && gulp --gulpfile scripts/local.js",
"clean": "node scripts/clean.js",
"stylus": "stylus src/sweclockers-dark.styl -o dist/sweclockers-dark.css",
"stylus-watch": "stylus -w src/sweclockers-dark.styl -o dist/sweclockers-dark.css",
"browser-sync": "node scripts/browser-sync.js"
},
"devDependencies": {
"browser-sync": "^2.29.3",
"del": "^7.1.0",
"gulp": "^4.0.2",
"gulp-stylus": "^3.0.1",
"moment-timezone": "^0.5.43",
"prepend-file": "^2.0.1",
"prettier": "2.8.3",
"stylus": "^0.59.0",
"stylus-supremacy": "^2.17.5",
"write": "^2.0.0"
}
}