This repository was 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
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.37 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.37 KB
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
{
"name": "material-dev-tools",
"version": "6.0.5",
"description": "Material Theme for Devtools",
"main": "devtools.html",
"author": "Elior Boukhobza <heliosaian@gmail.com>",
"license": "MIT",
"dependencies": {
"@github/mini-throttle": "^2.1.0",
"compression": "1.7.4",
"js-yaml": "4.1.0",
"polka": "0.5.2",
"prismjs": "1.29.0",
"sirv": "2.0.2",
"sirv-cli": "^2.0.2"
},
"scripts": {
"build": "rollup -c",
"autobuild": "rollup -c -w",
"dev": "run-p start:dev autobuild",
"start": "sirv public --single",
"start:dev": "sirv public --single --dev",
"styles": "gulp debugStyles",
"app": "gulp app",
"watchStyles": "gulp watchStyles",
"release": "gulp release"
},
"devDependencies": {
"@rollup/plugin-commonjs": "22.0.2",
"@rollup/plugin-node-resolve": "13.2.0",
"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.2.3",
"npm-run-all": "4.1.5",
"prettier": "2.7.1",
"rollup": "2.79.0",
"rollup-plugin-livereload": "2.0.5",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-svelte": "7.1.0",
"rollup-plugin-terser": "7.0.2",
"sass": "1.54.8",
"stylelint": "14.6.1",
"stylelint-prettier": "2.0.0",
"svelte": "3.47.0"
}
}