-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
68 lines (68 loc) · 1.83 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "bloggeria",
"version": "2.0.0",
"description": "No Description Found!",
"main": "gulpfile.js",
"scripts": {
"build": "npx tailwindcss -i ./src/assets/styles/tailwind.css -o ./src/assets/styles/styles.min.css --minify && gulp build:production"
},
"keywords": [
"elcreative",
"blogger",
"blogspot",
"template"
],
"author": {
"name": "Yasya El Hakim",
"email": "yasyaelhakim@gmail.com",
"url": "https://www.elcreativeacademy.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/elhakimyasya/Bloggeria.git"
},
"bugs": {
"url": "https://github.com/elhakimyasya/Bloggeria/issues"
},
"homepage": "https://github.com/elhakimyasya/Bloggeria#readme",
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@tailwindcss/line-clamp": "^0.4.2",
"autoprefixer": "^10.4.13",
"babel-loader": "^9.1.2",
"babel-plugin-transform-remove-console": "^6.9.4",
"babel-plugin-transform-remove-debugger": "^6.9.4",
"del": "6.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-babel": "^8.0.0",
"gulp-babel-minify": "^0.5.2",
"gulp-clean-css": "^4.3.0",
"gulp-file-include": "^2.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-jsonminify": "^1.1.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"gulp-strip-comments": "^2.5.2",
"gulp-token-replace": "^1.1.5",
"postcss-import": "^15.1.0",
"prettier": "^2.8.4",
"prettier-plugin-tailwindcss": "^0.2.3",
"sass": "^1.58.3",
"tailwindcss": "^3.2.7",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.75.0",
"webpack-stream": "^7.0.0"
},
"names": "Theme Name",
"demo": "https://www.elcreativeacademy.com/",
"releasedDate": "February 27, 2023 - 05:42 AM",
"config": {
"cdataStart": "<![CDATA[",
"cdataEnd": "]]>",
"cdataStart:alt": "/*<![CDATA[*/",
"cdataEnd:alt": "/*]]>*/"
}
}