-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 797 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 797 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
28
29
30
31
32
33
34
{
"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"
},
"overrides": {
"@parcel/watcher": {
"picomatch": "^4.0.4"
},
"jstransformer-markdown-it": {
"markdown-it": "^14.1.1"
}
},
"devDependencies": {
"@babel/core": "^7.29.0",
"@babel/preset-env": "^7.29.2",
"gulp": "^5.0.1",
"gulp-autoprefixer": "^10.0.0",
"gulp-babel": "^8.0.0",
"gulp-pug": "^5.0.0",
"gulp-sass": "^6.0.1",
"gulp-terser": "^2.1.0",
"jstransformer-markdown-it": "^3.0.0",
"sass": "^1.99.0",
"sharp": "^0.34.5"
}
}