Initial commit
parents
No related branches found
No related tags found
.gitignore
0 → 100644
package.json
0 → 100644
{ | ||
"name": "ai-admin-dashboard", | ||
"version": "0.1.0", | ||
"dependencies": { | ||
"css-loader": "6.7.1", | ||
"extract-loader": "5.1.0", | ||
"html-webpack-plugin": "5.5.0", | ||
"mini-css-extract-plugin": "2.7.0", | ||
"prometheus-query": "3.3.0", | ||
"purgecss-webpack-plugin": "4.1.3", | ||
"raw-loader": "4.0.2", | ||
"webpack": "latest", | ||
"webpack-cli": "latest", | ||
"webpack-subresource-integrity": "5.1.0" | ||
} | ||
} |
src/dashboard.js
0 → 100644
src/index.html
0 → 100644
webpack.config.js
0 → 100644
Please register or sign in to comment