forked from Soitora/SweClockers-Dark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1.19 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
{
"name": "SweClockers-Dark",
"description": "A modern dark theme for SweClockers",
"type": "module",
"scripts": {
"compile": "npm run 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"
},
"repository": {
"type": "git",
"url": "https://github.com/Soitora/SweClockers-Dark.git"
},
"license": "MPL-2.0",
"private": true,
"bugs": {
"url": "https://github.com/Soitora/SweClockers-Dark/issues"
},
"homepage": "https://github.com/Soitora/SweClockers-Dark#readme",
"devDependencies": {
"browser-sync": "^2.27.11",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-stylus": "^3.0.0",
"moment-timezone": "^0.5.40",
"prepend-file": "^2.0.1",
"prettier": "2.8.3",
"stylus": "^0.59.0",
"stylus-supremacy": "^2.17.5",
"write": "^2.0.0"
}
}