-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 986 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 986 Bytes
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
{
"name": "@mohiwalla/php",
"version": "1.0.1",
"description": "A PHP template with Tailwind.CSS and routing system",
"main": "tailwind.config.js",
"scripts": {
"css:dev": "tailwindcss -i ./public/css/global.css -o ./public/css/style.css --watch",
"php:dev": "php -S localhost:3000",
"dev": "npm-run-all --parallel css:dev php:dev",
"build": "tailwindcss -i ./public/css/global.css -o ./public/css/style.css --minify"
},
"author": "mohiwalla",
"devDependencies": {
"autoprefixer": "^10.4.20",
"npm-run-all": "^4.1.5",
"postcss": "^8.5.2",
"tailwindcss": "^3.4.17"
},
"keywords": [
"php",
"nextjs",
"next.js",
"php js",
"php npm",
"mohiwalla",
"php-next.js",
"next.js-php",
"php-nextjs",
"nextjs-php",
"php routing",
"php project",
"php tailwind",
"php tailwindcss",
"php boilterplate",
"zx",
"php-cli",
"php-project",
"php-template",
"php-tailwindcss",
"php-npm",
"php-node",
"php-package"
],
"license": "MIT"
}