-
-
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) · 761 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "./node_modules/postcss-cli/bin/postcss app/Resources/css/app.css -o app/Resources/public/css/app.css",
"watch": "npm run development -- --watch",
"watch-poll": "npm run watch -- --watch-poll",
"prod": "npm run production",
"production": "./node_modules/postcss-cli/bin/postcss app/Resources/css/app.css -o app/Resources/public/css/app.css"
},
"dependencies": {
"@tailwindcss/typography": "^0.5.1",
"postcss-import": "^14.0.2",
"tailwind": "^4.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"postcss-cli": "^8.3.1",
"tailwindcss": "^3.0.23"
},
"homepage": "https://librarianphp.dev"
}