forked from AtomMaterialUI/material-dev-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.68 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
{
"name": "material-dev-tools",
"version": "7.5.0",
"description": "Material Theme for Devtools",
"author": "Elior Boukhobza <[email protected]>",
"license": "MIT",
"dependencies": {
"plasmo": "^0.84.0",
"@github/mini-throttle": "^2.1.1",
"compression": "1.7.4",
"polka": "0.5.2",
"prismjs": "1.29.0",
"svelte": "4.2.2",
"svelte-preprocess": "^5.0.4"
},
"scripts": {
"build": "plasmo build",
"dev": "plasmo dev",
"verbose": "plasmo dev --verbose",
"package": "npm run build && plasmo package",
"styles": "gulp debugStyles",
"app": "gulp app",
"watchStyles": "gulp watchStyles",
"release": "gulp release"
},
"devDependencies": {
"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-zip": "5.1.0",
"node-fetch": "3.3.2",
"npm-run-all": "4.1.5",
"prettier": "3.0.3",
"sass": "1.69.5",
"stylelint": "15.11.0",
"stylelint-prettier": "4.0.2",
"@plasmohq/prettier-plugin-sort-imports": "4.0.1",
"@types/chrome": "0.0.249",
"@types/node": "20.8.10",
"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://*/*"
]
}
]
}
}