forked from prayag17/JellySkin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.38 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
42
43
44
45
46
47
48
49
50
{
"name": "jellyskin",
"version": "12.4.1",
"description": "A vibrant skin for jellyfin made with SASS",
"files": [
"/dist"
],
"main": "/dist/main.css",
"scripts": {
"watch:sass": "sass --no-source-map --watch src/:dev/ src/addons/:dev/addons/",
"serve": "browser-sync start --server --files 'dev' 'src'",
"build": "sass src/:dist/ src/addons/:dist/addons/",
"postbuild": "postcss dist/*.css -u autoprefixer cssnano -r",
"start": "npm-run-all --parallel watch:sass serve",
"pub:prerelease": "np prerelease --no-tests --tag nightly --branch master",
"pub:patch": "np patch --no-tests --tag latest --branch master",
"pub:minor": "np minor --no-tests --tag latest --branch master",
"pub:major": "np major --no-tests --tag latest --branch master"
},
"np": {
"yarn": false,
"anyBranch": true
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"browser-sync": "^2.27.7",
"copyfiles": "^2.4.1",
"cssnano": "^5.0.17",
"np": "^7.6.1",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"postcss-cli": "^9.1.0",
"sass": "^1.49.8"
},
"repository": {
"type": "git",
"url": "git+https://github.com/prayag17/JellySkin.git"
},
"keywords": [
"jellyfin",
"css",
"jellyskin"
],
"author": "prayag17",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/prayag17/JellySkin/issues"
},
"homepage": "https://github.com/prayag17/JellySkin#readme"
}