-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 1.4 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
{
"name": "rocket-django",
"version": "1.0.0",
"description": "<div align=\"center\">\r <a href=\"https://rocket-django.onrender.com\">\r <img src=\"https://github-production-user-asset-6210df.s3.amazonaws.com/51070104/272178364-cbac6d97-b2dc-4d95-bab6-891f4ee7d84d.png\"\" width=\"64\" height=\"64\" alt=\"Rocket Icon\">\r </a>\r <h1>\r <a href=\"https://rocket-django.onrender.com\">\r Rocket Django\r </a>\r </h1>\r <p>\r <strong>TailwindCSS</strong> • <strong>Flowbite</strong> • <strong>API Generator</strong> • <strong>Celery</strong> • <strong>DataTables</strong> • <strong>Charts</strong> • <strong>Docker</strong> • <strong>CI/CD</strong>\r </p> \r </div>",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev": "webpack --mode development --watch",
"build": "webpack --mode=production",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"apexcharts": "^3.43.0",
"autoprefixer": "^10.4.16",
"css-loader": "^6.8.1",
"css-minimizer-webpack-plugin": "^5.0.1",
"flowbite": "^1.8.1",
"mini-css-extract-plugin": "^2.7.6",
"postcss-loader": "^7.3.3",
"tailwindcss": "^3.3.3"
}
}