forked from FirefoxCSS-Store/FirefoxCSS-Store.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 679 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 679 Bytes
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
{
"name": "FirefoxCSSStore",
"version": "1.0.0",
"description": "Firefox CSS Store",
"scripts": {
"build": "gulp",
"test": "node tests/themes.check.js"
},
"repository": {
"type": "git",
"url": "git@github.com:FirefoxCSS-Store/FirefoxCSS-Store.github.io.git"
},
"devDependencies": {
"@babel/core": "^7.15.5",
"@babel/preset-env": "^7.15.6",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-cwebp": "^4.0.2",
"gulp-minify": "^3.1.0",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.0.0",
"jstransformer-markdown-it": "^2.1.0",
"node-sass": "^6.0.1"
}
}