forked from ThePHPF/thephp.foundation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 835 Bytes
/
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
{
"name": "the-php-foundation",
"version": "1.0.0",
"description": "Asset toolchain for thephp.foundation website",
"main": "tailwind.config.js",
"devDependencies": {
"autoprefixer": "^10.4.2",
"postcss": "^8.4.6",
"postcss-import": "^14.0.2",
"tailwindcss": "^3.0.22"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tailwindcss -i ./src/styles/app.css -o ./dist/output.css --watch",
"build": "tailwindcss -o ./dist/output.css --minify"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/thephpf/thephp.foundation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thephpf/thephp.foundation/issues"
},
"homepage": "https://github.com/thephpf/thephp.foundation"
}