generated from hydephp/hyde
-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
41 lines (41 loc) · 973 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
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"private": true,
"scripts": {
"dev": " mix",
"prod": "mix --production",
"watch": "mix watch"
},
"name": "hyde",
"description": "Elegant and Powerful Static App Builder",
"version": "1.1.0",
"main": "hyde",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hydephp/hyde.git"
},
"keywords": [
"hydephp",
"hyde",
"static",
"site",
"generator"
],
"author": "Caen De Silva",
"license": "MIT",
"bugs": {
"url": "https://github.com/hydephp/hyde/issues"
},
"homepage": "https://hydephp.com",
"devDependencies": {
"@tailwindcss/typography": "^0.5.2",
"autoprefixer": "^10.4.5",
"hydefront": "^3.3.0",
"laravel-mix": "^6.0.49",
"postcss": "^8.4.31",
"prettier": "2.6.0",
"tailwindcss": "^3.0.24"
}
}