-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 1.01 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
29
30
{
"name": "mahresources",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build-css": "postcss ./index.css -o ./public/tailwind.css",
"css-gen": "postcss ./index.css -o ./public/tailwind.css -w",
"watch": "CompileDaemon -exclude-dir=\".git\" -exclude-dir=\"node_modules\" -command=\"npm run build-css && mahresources\" -build=\"go build --tags json1\"",
"build": "npm run build-css && echo \"css built\\n\" && go build --tags json1 && echo \"server built\\n\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/egeozcan/mahresources.git"
},
"author": "Yavuz Ege ÖZCAN",
"license": "ISC",
"bugs": {
"url": "https://github.com/egeozcan/mahresources/issues"
},
"homepage": "https://github.com/egeozcan/mahresources#readme",
"devDependencies": {
"@tailwindcss/forms": "0.5.2",
"@tailwindcss/typography": "0.5.2",
"autoprefixer": "10.4.7",
"postcss": "8.4.14",
"postcss-cli": "10.0.0",
"tailwindcss": "3.1.4"
}
}