forked from oae/gnome-shell-pano
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
104 lines (104 loc) · 3.88 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "pano",
"version": "1.0.0",
"author": "Alperen Elhan <[email protected]>",
"private": true,
"type": "module",
"license": "GPL-2.0-or-later",
"scripts": {
"build": "yarn run build:ts && yarn run gen:locale && yarn run build:extension",
"gen:locale": "yarn run tsx scripts/generateLocale.ts",
"build:ts": "yarn run clean:ts && rollup -c --failAfterWarnings && sed -i '/setTimeout/d' dist/thirdparty/prismjs.js && sed -i 's/var\\ /let\\ /g' dist/extension.js dist/prefs.js",
"clean:ts": "rm -rf ./dist",
"build:extension": "yarn run build:schema",
"build:schema": "yarn run clean:schema && glib-compile-schemas ./resources/schemas --targetdir=./dist/schemas/",
"clean:schema": "rm -rf ./dist/schemas/*.compiled",
"build:package": "yarn run build && rm -rf './dist/[email protected]' && cd ./dist && zip -qr '[email protected]' .",
"watch": "yarn run build && yarn run rollup -c --watch",
"test": "jasmine --module --no-config build/tests/",
"lint": "eslint src/",
"shell:restart": "busctl --user call org.gnome.Shell /io/elhan/Pano io.elhan.Pano restart",
"build-and-restart": "yarn run build && yarn run shell:restart",
"prettier:check": "prettier --check .",
"prettier:fix": "prettier --write ."
},
"commitlint": {
"extends": [
"@commitlint/config-conventional"
]
},
"husky": {
"hooks": {
"pre-commit": "yarn run lint",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"devDependencies": {
"@commitlint/cli": "^19.4.1",
"@commitlint/config-conventional": "^19.4.1",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.9.1",
"@girs/adw-1": "1.6.0-4.0.0-beta.15",
"@girs/clutter-14": "14.0.0-4.0.0-beta.15",
"@girs/gda-5.0": "5.0.0-4.0.0-beta.15",
"@girs/gda-6.0": "6.0.0-4.0.0-beta.15",
"@girs/gdk-4.0": "4.0.0-4.0.0-beta.15",
"@girs/gdkpixbuf-2.0": "2.0.0-4.0.0-beta.15",
"@girs/gio-2.0": "2.80.3-4.0.0-beta.15",
"@girs/glib-2.0": "2.80.3-4.0.0-beta.15",
"@girs/gnome-shell": "46.0.2",
"@girs/gobject-2.0": "2.80.3-4.0.0-beta.15",
"@girs/graphene-1.0": "1.0.0-4.0.0-beta.15",
"@girs/gsound-1.0": "1.0.0-4.0.0-beta.15",
"@girs/gtk-4.0": "4.14.5-4.0.0-beta.15",
"@girs/meta-14": "14.0.0-4.0.0-beta.15",
"@girs/pango-1.0": "1.54.0-4.0.0-beta.15",
"@girs/shell-14": "14.0.0-4.0.0-beta.15",
"@girs/soup-3.0": "3.4.4-4.0.0-beta.15",
"@girs/st-14": "14.0.0-4.0.0-beta.15",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/strictest": "^2.0.5",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/eslint__eslintrc": "^2.1.2",
"@types/events": "^3.0.3",
"@types/gettext-parser": "^4.0.4",
"@types/highlight.js": "^10.1.0",
"@types/is-url": "^1.2.32",
"@types/jasmine": "^5.1.4",
"@types/prismjs": "^1.26.4",
"@typescript-eslint/eslint-plugin": "^8.4.0",
"@typescript-eslint/parser": "^8.4.0",
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"fill-pot-po": "^4.0.2",
"gettext-extractor": "^3.8.0",
"gettext-parser": "^8.0.0",
"glob": "^11.0.0",
"husky": "^9.1.5",
"prettier": "^3.3.3",
"rollup": "^4.21.2",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-styles": "^4.0.0",
"tsx": "^4.19.0",
"typescript": "^5.5.4"
},
"dependencies": {
"date-fns": "^3.6.0",
"hex-color-converter": "^0.2.1",
"highlight.js": "^11.10.0",
"htmlparser2": "^9.1.0",
"is-url": "^1.2.4",
"pretty-bytes": "^6.1.1",
"prismjs": "^1.29.0",
"validate-color": "https://gitpkg.now.sh/dreamyguy/validate-color/src/validate-color"
},
"packageManager": "[email protected]"
}