-
-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy pathpackage.json
42 lines (42 loc) · 953 Bytes
/
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
{
"name": "fakerpress",
"title": "FakerPress",
"version": "0.6.6",
"homepage": "https://fakerpress.com/",
"repository": {
"type": "git",
"url": "https://github.com/bordoni/fakerpress.git"
},
"scripts": {
"build": "gulp"
},
"main": "Gruntfile.js",
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"@babel/register": "^7.7.0",
"autoprefixer": "^9.7.1",
"css-mqpacker": "^7.0.0",
"del": "^5.1.0",
"gulp": "^5.0.0",
"gulp-clean-css": "^4.2.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-import": "^0.0.1",
"gulp-postcss": "^8.0.0",
"gulp-rename": "^1.4.0",
"gulp-uglify": "^3.0.2",
"postcss-calc": "^7.0.1",
"postcss-hexrgba": "^2.0.0",
"postcss-import": "^12.0.1",
"postcss-inline-svg": "^4.1.0",
"postcss-mixins": "^11.0.3",
"postcss-nested": "^4.2.1",
"yargs": "^15.0.1"
},
"engines": {
"node": ">=12.13",
"npm": ">=1.1.0"
},
"dependencies": {}
}