forked from material-shell/material-shell
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 2.74 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
{
"name": "material-shell",
"version": "1.0.0",
"description": "A **simple**, **productivity oriented** GNOME Shell replacement that provides an **innovative** and **automated** **mouse and keyboard [workflow](./documentation/material-shell.md#workflow)** which aims to be **faster** and **easier** to use and creates a **great user experience**.",
"main": "extension.js",
"devDependencies": {
"@gi-types/clutter": "^7.0.6",
"@gi-types/coglpango": "^7.0.2",
"@gi-types/gdk": "^4.0.6",
"@gi-types/gio": "^2.66.9",
"@gi-types/gobject": "^2.66.9",
"@gi-types/graphene": "^1.0.1",
"@gi-types/gsk": "^4.0.0",
"@gi-types/gst": "^1.0.7",
"@gi-types/gtk": "^4.0.8",
"@gi-types/meta": "^3.38.5",
"@gi-types/pango": "^1.0.5",
"@gi-types/shell": "^0.1.6",
"@gi-types/soup": "^2.72.7",
"@gi-types/st": "^1.0.6",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-node-resolve": "^11.1.0",
"@types/estree": "0.0.51",
"@types/glob": "^7.1.3",
"@typescript-eslint/eslint-plugin": "^5.27",
"@typescript-eslint/parser": "^5.27",
"eslint": "^8.17.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"estree-walker": "^2.0.2",
"glob": "^7.1.6",
"node-sass": "^7.0.0",
"prettier": "2.6.2",
"recast": "^0.20.4",
"rollup": "^2.47.0",
"rollup-plugin-copy": "^3.4.0",
"tsc-watch": "^4.2.9",
"tslib": "^2.2.0",
"typescript": "^4.6.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"rollup-extension": "npx rollup -c rollup.config.js -i build/extension.js -o dist/extension.js",
"rollup-extension-watch": "npx rollup -w -c rollup.config.js -i build/extension.js -o dist/extension.js",
"rollup-prefs": "npx rollup -c rollup.config.prefs.js -i build/prefs/prefs.js -o dist/prefs.js",
"rollup-prefs-watch": "npx rollup -w -c rollup.config.js -i build/prefs/prefs.js -o dist/prefs.js",
"transpile-and-rollup": "node build/transpile.js && npm run rollup-extension && npm run rollup-prefs",
"dev": "npx tsc scripts/transpile.ts --outDir build && tsc-watch --onSuccess \"npm run transpile-and-rollup\" "
},
"repository": {
"type": "git",
"url": "git+https://github.com/PapyElGringo/material-shell.git"
},
"keywords": [
"Gnome-shell",
"extension",
"tiling"
],
"author": "PapyElGringo",
"license": "MIT",
"bugs": {
"url": "https://github.com/PapyElGringo/material-shell/issues"
},
"homepage": "https://github.com/PapyElGringo/material-shell#readme"
}