-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.42 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
{
"name": "minimalnewtab",
"version": "1.5.1",
"description": "Minimal new tab page for Chrome.",
"main": "index.js",
"repository": "https://github.com/expixel/minimalnewtab",
"author": "Adolph C.",
"license": "MIT",
"scripts": {
"build:prod": "./node_modules/.bin/gulp build:prod",
"pkg": "npm run build:prod && npm run build:icons && node ./tools/package-extension.js builds/minimalnewtab-[version].zip",
"build:icons": "./node_modules/.bin/svgexport ./assets-raw/icon-gen-datafile.json"
},
"devDependencies": {
"@types/chrome": "^0.0.49",
"@types/dragula": "^2.1.32",
"@types/mithril": "^1.1.8",
"archiver": "^2.0.3",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.0",
"babel-preset-minify": "^0.2.0",
"babelify": "^7.3.0",
"brfs": "^1.4.3",
"browserify": "^14.4.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^7.0.0",
"gulp-csso": "^3.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.6.1",
"gulp-typescript": "^3.2.2",
"gulp-util": "^3.0.8",
"merge2": "^1.2.0",
"mkdirp": "^0.5.1",
"run-sequence": "^2.2.0",
"svgexport": "^0.3.2",
"tsify": "^3.0.3",
"typescript": "^2.5.2",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.9.0"
},
"dependencies": {
"colorparser": "^1.0.2",
"dragula": "^3.7.2",
"mithril": "^1.1.3"
}
}