-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.01 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
{
"name": "fokus-blog",
"title": "Fokus Blog",
"version": "1.0.0",
"homepage": "https://github.com/junian/fokus",
"author": "Junian Triajianto",
"license": "MIT",
"private": true,
"keywords": [],
"repository": {
"type": "git",
"url": "https://github.com/junian/fokus.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp"
},
"browserslist": [
"Android 2.3",
"Android >= 4",
"Chrome >= 20",
"Firefox >= 24",
"Explorer >= 8",
"iOS >= 6",
"Opera >= 12",
"Safari >= 6"
],
"dependencies": {
"clipboard": "^2.0.11",
"imagesloaded": "^5.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.19",
"css-mqpacker": "^7.0.0",
"fancy-log": "^2.0.0",
"gulp": "^5.0.0",
"gulp-concat": "^2.6.1",
"gulp-jsbeautifier": "^3.0.1",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.1.0",
"plugin-error": "^2.0.1",
"sass": "=1.32.13",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4"
}
}