-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 796 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 796 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "jangkau",
"version": "1.0.0",
"description": "<p align=\"center\"> <!-- Kamu bisa membuat logo sederhana nanti dan meletakkan link gambarnya di sini --> <!-- <img src=\"URL_LOGO_JANGKAU\" alt=\"Logo Jangkau\" width=\"150\"/> --> </p>",
"main": "tailwind.config.js",
"scripts": {
"dev": "npx postcss webapp/static/css/input.css -o webapp/static/css/output.css --watch",
"build": "npx postcss webapp/static/css/input.css -o webapp/static/css/output.css --minify",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"postcss-cli": "^11.0.1",
"tailwindcss": "^4.1.18"
}
}