This repository has been archived by the owner on Nov 5, 2024. It is now read-only.
forked from jaysuz/material-dev-tools
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
73 lines (73 loc) · 1.92 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
{
"name": "material-dev-tools",
"version": "7.6.2",
"description": "Material Theme for Devtools",
"author": "Elior Boukhobza <heliosaian@gmail.com>",
"license": "MIT",
"dependencies": {
"@github/mini-throttle": "^2.1.1",
"compression": "1.7.4",
"plasmo": "^0.84.2",
"polka": "0.5.2",
"prismjs": "1.29.0",
"svelte": "4.2.5",
"hex-rgb": "5.0.0",
"svelte-preprocess": "^5.1.3"
},
"scripts": {
"build": "plasmo build",
"dev": "plasmo dev",
"verbose": "plasmo dev --verbose",
"package": "npm run build && plasmo package",
"styles": "gulp debugStyles",
"themes": "gulp themes",
"watchThemes": "gulp watchThemes",
"app": "gulp app",
"watchStyles": "gulp watchStyles",
"plasmo:zip": "plasmo build --zip"
},
"devDependencies": {
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@types/chrome": "0.0.261",
"@types/node": "20.11.20",
"gulp": "4.0.2",
"gulp-clean": "0.4.0",
"gulp-clean-css": "4.3.0",
"gulp-copy": "4.0.1",
"gulp-rename": "2.0.0",
"gulp-sass": "5.1.0",
"gulp-yaml": "^2.0.4",
"gulp-zip": "6.0.0",
"node-fetch": "3.3.2",
"npm-run-all": "4.1.5",
"prettier": "3.1.0",
"sass": "1.69.5",
"stylelint": "15.11.0",
"stylelint-prettier": "5.0.0",
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@types/chrome": "0.0.251",
"@types/node": "20.9.2",
"typescript": "5.2.2"
},
"manifest": {
"name": "Material DevTools Theme Collection",
"description": "Material DevTools Theme Collection",
"short_name": "Material DevTools",
"author": "Elior Boukhobza (Mallowigi)",
"homepage_url": "https://www.material-theme.com",
"permissions": [
"storage"
],
"web_accessible_resources": [
{
"resources": [
"assets/**/*.svg"
],
"matches": [
"https://*/*",
"file://*/*"
]
}
]
}
}