-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 783 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 783 Bytes
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
{
"devDependencies": {
"autoprefixer": "^10.4.14",
"postcss": "^8.4.27",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"-": "^0.0.1",
"prompt": "^1.3.0",
"sync": "^0.2.5",
"tw-elements": "^1.0.0-beta2"
},
"name": "django-pbl",
"description": "<div align=\"center\" id=\"top\"> <img src=\"./.github/app.gif\" alt=\"Django Pbl\" />",
"version": "1.0.0",
"main": "postcss.config.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Manuel2u/Django-Pbl.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Manuel2u/Django-Pbl/issues"
},
"homepage": "https://github.com/Manuel2u/Django-Pbl#readme"
}