-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.07 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
31
32
33
34
35
36
37
{
"name": "aden",
"version": "1.0.0",
"description": "social website with php",
"author": "Nawasan Wisitsingkhon",
"package": {
"use-import": {
"version": "main",
"url": "https://github.com/Arikato111/use-import/tree/master"
},
"spelte": {
"version": "main",
"url": "https://github.com/Arikato111/spelte-php/tree/module"
},
"dotenv": {
"version": "main",
"url": "https://github.com/Arikato111/php-dotenv/tree/main"
},
"wisit-express": {
"version": "type",
"url": "https://github.com/Arikato111/wisit-express/tree/type"
},
"wisit-router": {
"version": "main",
"url": "https://github.com/Arikato111/wisit-router/tree/master"
}
},
"scripts": {
"build": "npx tailwindcss -i ./public/input.css -o ./public/output.css --minify --watch"
},
"devDependencies": {
"tailwindcss": "^3.2.4"
},
"dependencies": {
"daisyui": "^2.46.0"
}
}