-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 853 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "mobilepro",
"version": "1.0.0",
"description": "MobilePro is a modern, mobile-first, highly optimized style for phpBB 3.3+, built with Tailwind CSS. It is designed to modernize the forum experience, making it feel like a modern web application, especially on mobile devices.",
"main": "tailwind.config.js",
"scripts": {
"dev": "npx tailwindcss -i theme/tailwind-input.css -o theme/tailwind.css --watch",
"build": "npx tailwindcss -i theme/tailwind-input.css -o theme/tailwind.css --minify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@tailwindcss/forms": "^0.5.11",
"@tailwindcss/typography": "^0.5.19",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@tailwindcss/cli": "^4.3.0"
}
}