-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 918 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
{
"name": "wmdpod-theme",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Janis von Seggern <[email protected]>",
"private": true,
"license": "UNLICENSED",
"devDependencies": {
"autoprefixer": "^9.5.1",
"cssnano": "^4.1.10",
"del": "^4.1.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^5.0.3",
"gulp-include": "^2.4.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"yargs": "^13.2.2"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14.0",
"gulp-rename": "^2.0.0",
"normalize-css": "^2.3.1",
"prefect-lib": "git+ssh://[email protected]:janisprefect/prefect-lib.git#master",
"ti-icons": "^0.1.2",
"uikit": "^3.2.1"
}
}