-
-
Notifications
You must be signed in to change notification settings - Fork 39
/
package.json
62 lines (62 loc) · 1.57 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
{
"name": "php-microsite-boilerplate",
"version": "2.0.13",
"description": "An extremely simple and lightweight PHP framework/boilerplate to spin-up microsites at high speed. Optimized for Performance, Security, SEO, and Directus CMS.",
"keywords": [
"css",
"php",
"template",
"boilerplate",
"framework",
"pwa",
"html5",
"php-framework",
"gettext",
"microsite",
"directus",
"html5-boilerplate",
"cms-frontend",
"microsites",
"php-microsite",
"tailwindcss",
"tailwind",
"alpinejs",
"alpine",
"performance",
"pagespeed",
"postcss",
"webpack"
],
"homepage": "https://phpmicrosite.jenskuerschner.de/",
"author": {
"name": "Jens Kuerschner",
"url": "https://jenskuerschner.de/"
},
"bugs": {
"url": "https://github.com/jekuer/php-microsite-boilerplate/issues"
},
"license": "SEE LICENSE IN LICENSE.txt",
"repository": {
"type": "git",
"url": "https://github.com/jekuer/php-microsite-boilerplate.git"
},
"scripts": {
"build": "grunt && postcss ./assets/css/style.css -o ./assets/css/style.min.css"
},
"dependencies": {
"@fullhuman/postcss-purgecss": "^5.0.0",
"@tailwindcss/forms": "^0.5.3",
"acorn": "^8.8.2",
"autoprefixer": "^10.4.14",
"cssnano": "^6.0.1",
"grunt": "^1.6.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-uglify": "^5.2.2",
"postcss": "^8.4.31",
"postcss-cli": "^10.1.0",
"postcss-import": "^15.1.0",
"postcss-nesting": "^11.2.2",
"tailwindcss": "^3.3.2"
},
"browserslist": "last 3 years"
}