generated from skullbunnygalaxy/inkdrop-default-dark-ui-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.44 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
{
"name": "galaxy-dark-ui",
"version": "0.1.0",
"theme": "ui",
"description": "Galaxy Dark UI Theme for Inkdrop",
"repository": {
"type": "git",
"url": "https://github.com/skullbunnygalaxy/inkdrop-galaxy-dark-ui-theme.git"
},
"styleSheets": [
"theme.min.css"
],
"scripts": {
"run": "gulp",
"build": "gulp build"
},
"keywords": [
"inkdrop",
"markdown"
],
"license": "MIT",
"devDependencies": {
"better-console": "^1.0.1",
"del": "^6.0.0",
"extend": "^3.0.2",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-chmod": "^3.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-clone": "^2.0.1",
"gulp-concat": "^2.6.1",
"gulp-concat-css": "^3.1.0",
"gulp-copy": "^4.0.1",
"gulp-dedupe": "0.0.2",
"gulp-flatten": "^0.4.0",
"gulp-header": "^2.0.9",
"gulp-if": "^3.0.0",
"gulp-json-editor": "^2.5.6",
"gulp-less": "^5.0.0",
"gulp-notify": "^4.0.0",
"gulp-plumber": "^1.2.1",
"gulp-print": "^5.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-rtlcss": "^1.4.2",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"gulp-watch": "^5.0.1",
"inquirer": "^8.1.2",
"mkdirp": "^1.0.4",
"require-dot-file": "^0.4.0",
"wrench-sui": "0.0.3",
"yamljs": "^0.3.0"
},
"browserslist": [
"Electron 12.0.4"
],
"engines": {
"inkdrop": "^5.x"
},
"dependencies": {
"map-stream": "^0.0.7"
}
}