-
Notifications
You must be signed in to change notification settings - Fork 32
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1.05 KB
/
package.json
File metadata and controls
24 lines (24 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "ragnar",
"version": "1.0.0",
"description": "[](https://ko-fi.com/J3J2EARPK)\r \r \r \r [](https://opensource.org/licenses/MIT)",
"main": "tailwind.config.js",
"scripts": {
"build:css": "tailwindcss -i ./web/css/tailwind-input.css -o ./web/css/tailwind.css --minify",
"watch:css": "tailwindcss -i ./web/css/tailwind-input.css -o ./web/css/tailwind.css --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PierreGode/Ragnar.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PierreGode/Ragnar/issues"
},
"homepage": "https://github.com/PierreGode/Ragnar#readme",
"devDependencies": {
"tailwindcss": "^3.4.19"
}
}