-
Notifications
You must be signed in to change notification settings - Fork 46
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.15 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.15 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
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "django-allauth-ui",
"version": "0.0.1",
"description": "UI Templates for Django-AllAuth",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:watch": "npx @tailwindcss/cli -i allauth_ui/static/allauth_ui/input.css -o allauth_ui/static/allauth_ui/output.css --watch",
"build": "npx @tailwindcss/cli -i allauth_ui/static/allauth_ui/input.css -o allauth_ui/static/allauth_ui/output.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danihodovic/django-allauth-ui.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/danihodovic/django-allauth-ui/issues"
},
"homepage": "https://github.com/danihodovic/django-allauth-ui#readme",
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.16",
"cross-env": "^7.0.3",
"rimraf": "^6.0.1",
"tailwindcss": "^4.1.4"
},
"dependencies": {
"@tailwindcss/cli": "^4.1.4",
"daisyui": "^5.0.27"
}
}