-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
28 lines (28 loc) · 1.21 KB
/
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": "slim4-skeleton",
"version": "3.0.0",
"description": "[](https://img.shields.io/github/v/release/jerfeson/slim4-skeleton) [](LICENSE.md) [](https://github.com/jerfeson/slim4-skeleton/actions) [](https://img.shields.io/github/downloads/jerfeson/slim4-skeleton/total)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "postcss public/assets/tailwind/tailwind.css -o public/assets/tailwind/build/tailwind.css"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jerfeson/slim4-skeleton.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jerfeson/slim4-skeleton/issues"
},
"homepage": "https://github.com/jerfeson/slim4-skeleton#readme",
"dependencies": {
"autoprefixer": "^10.3.1",
"postcss-cli": "^8.3.1",
"tailwindcss": "^2.2.7"
}
}