forked from ThePHPF/thephp.foundation
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 879 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
28
{
"name": "the-php-foundation",
"version": "1.0.0",
"description": "Asset toolchain for thephp.foundation website",
"main": "tailwind.config.js",
"devDependencies": {
"@mermaid-js/mermaid-cli": "^11.2.1",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"postcss-import": "^15.1.0",
"tailwindcss": "^3.3.3"
},
"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://git@github.com/thephpf/thephp.foundation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/thephpf/thephp.foundation/issues"
},
"homepage": "https://github.com/thephpf/thephp.foundation"
}