Skip to content
Open

Beta #43

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"ecmaVersion": 12
},
"ignorePatterns": ["**/*.d.ts", "**/*.d.tsx", "**/*.min.js"],
"overrides": [
{
"files": [
Expand Down Expand Up @@ -43,9 +44,13 @@
"react"
],
"rules": {
"react/require-default-props": "off",
"react/default-props-match-prop-types": "off",
"react/static-property-placement": "off",
"max-len": "off",
"no-plusplus": "off"
"no-plusplus": "off",
"import/prefer-default-export": "off",
"react/function-component-definition": "off"
},
"globals": {
"document": false,
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ node_modules/
package-lock.json
.vscode/launch.json
.npmrc
.idea/
4 changes: 0 additions & 4 deletions build/index.d.ts

This file was deleted.

1 change: 0 additions & 1 deletion build/index.d.ts.map

This file was deleted.

104 changes: 2 additions & 102 deletions build/index.js

Large diffs are not rendered by default.

84 changes: 84 additions & 0 deletions build/index.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/

/*!
Copyright (c) 2018 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/

/*!
* Programatically add the following
*/

/*!
* iCheck v1.0.2, http://git.io/arlzeA
* ===================================
* Powerful jQuery and Zepto plugin for checkboxes and radio buttons customization
*
* (c) 2013 Damir Sultanov, http://fronteed.com
* MIT Licensed
*/

/*!
* jQuery JavaScript Library v3.7.1
* https://jquery.com/
*
* Copyright OpenJS Foundation and other contributors
* Released under the MIT license
* https://jquery.org/license
*
* Date: 2023-08-28T13:37Z
*/

/*! AdminLTE app.js
* ================
* Main JS application file for AdminLTE v2. This file
* should be included in all pages. It controls some layout
* options and implements exclusive AdminLTE plugins.
*
* @Author Almsaeed Studio
* @Support <https://www.almsaeedstudio.com>
* @Email <abdullah@almsaeedstudio.com>
* @version 2.4.5
* @repository git://github.com/almasaeed2010/AdminLTE.git
* @license MIT <http://opensource.org/licenses/MIT>
*/

/*! DataTables 1.13.7
* ©2008-2023 SpryMedia Ltd - datatables.net/license
*/

/*! DataTables Bootstrap 3 integration
* ©2011-2015 SpryMedia Ltd - datatables.net/license
*/

/*! Select for DataTables 1.7.0
* © SpryMedia Ltd - datatables.net/license/mit
*/

/**
* @license almond 0.3.3 Copyright jQuery Foundation and other contributors.
* Released under MIT license, http://github.com/requirejs/almond/LICENSE
*/

/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.14.0
* react-dom-server.browser.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
2 changes: 1 addition & 1 deletion build/index.js.map

Large diffs are not rendered by default.

38 changes: 0 additions & 38 deletions build/report.html

This file was deleted.

288 changes: 288 additions & 0 deletions build/static/media/glyphicons-halflings-regular.89889688.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 37 additions & 39 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"name": "adminlte-2-react",
"version": "0.2.0-beta.14",
"version": "0.2.2-beta.3",
"description": "AdminLTE 2.x.x. template ported to React",
"main": "build/index.js",
"typings": "src/components/AdminLTE.d.ts",
"typings": "types/src/components/AdminLTE.d.ts",
"scripts": {
"test": "jest",
"start": "webpack --watch",
"build": "cross-env NODE_ENV=production webpack",
"build-dev": "webpack"
"build-dev": "webpack",
"lint": "eslint src"
},
"keywords": [
"AdminLTE",
Expand Down Expand Up @@ -39,49 +40,32 @@
},
"dependencies": {
"@babel/preset-typescript": "^7.15.0",
"@fortawesome/fontawesome-common-types": "^0.2.36",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@types/icheck": "^1.0.1",
"@types/jest": "^27.0.2",
"@types/jquery": "^3.5.7",
"@types/node": "^16.11.0",
"@types/rc-tooltip": "^3.7.3",
"@types/react": "^17.0.30",
"@types/react-bootstrap": "^0.32.28",
"@types/react-dates": "^21.8.3",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.1",
"@types/select2": "^4.0.54",
"@types/uuid": "^3.4.0",
"@fortawesome/fontawesome-common-types": "6.5.1",
"@fortawesome/fontawesome-svg-core": "6.5.1",
"@fortawesome/free-brands-svg-icons": "6.5.1",
"@fortawesome/free-regular-svg-icons": "6.5.1",
"@fortawesome/free-solid-svg-icons": "6.5.1",
"@fortawesome/react-fontawesome": "0.2.0",
"bootstrap": "^3.3.7",
"browserify-css": "0.12.0",
"datatables.net-bs": "^1.11.3",
"datatables.net-bs": "1.11.5",
"datatables.net-select-bs": "^1.3.3",
"fullcalendar": "^3.10.3",
"fullcalendar": "^6.1.10",
"icheck": "^1.0.2",
"jquery": "^3.6.0",
"jquery-sparkline": "^2.4.0",
"jquery-ui": "^1.13.0",
"moment": "^2.29.1",
"prop-types": "^15.6.2",
"rc-slider": "^8.7.1",
"moment": "^2.30.1",
"rc-slider": "8.7.1",
"rc-tooltip": "^3.7.3",
"react": "^16.14.0",
"react": "^16.6.0",
"react-animate-height": "^2.0.23",
"react-bootstrap": "^0.32.4",
"react-dates": "^21.8.0",
"react-datetime": "^2.16.3",
"react-datetime": "3.2.0",
"react-dom": "^16.14.0",
"react-draggable": "^4.4.4",
"react-fontawesome": "^1.7.1",
"react-ionicons": "^2.1.6",
"react-moment-proptypes": "^1.8.1",
"react-router-dom": "^4.3.1",
"react-router-prop-types": "^1.0.5",
"react-select": "^2.4.4",
"select2": "^4.0.13",
"source-sans-pro": "^2.45.0",
Expand All @@ -106,8 +90,21 @@
"@babel/preset-env": "^7.15.8",
"@babel/preset-stage-2": "^7.8.3",
"@microsoft/api-extractor": "^7.18.16",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@types/icheck": "^1.0.1",
"@types/jest": "^27.0.2",
"@types/jquery": "^3.5.7",
"@types/node": "^16.11.0",
"@types/rc-slider": "^8.6.6",
"@types/rc-tooltip": "^3.7.3",
"@types/react": "^16.14.56",
"@types/react-bootstrap": "^0.32.28",
"@types/react-dates": "^21.8.3",
"@types/react-dom": "^16.9.24",
"@types/react-router-dom": "^5.3.1",
"@types/select2": "^4.0.54",
"@types/uuid": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^6.19.1",
"@typescript-eslint/parser": "^6.19.1",
"autoprefixer": "^9.8.8",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.1.0",
Expand All @@ -120,8 +117,8 @@
"enzyme-adapter-react-16": "^1.15.6",
"enzyme-to-json": "^3.6.2",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^14.0.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.26.1",
Expand All @@ -130,19 +127,20 @@
"file-loader": "^2.0.0",
"jest": "^24.9.0",
"mini-css-extract-plugin": "^0.5.0",
"node-sass": "^4.14.1",
"sass": "1.70.0",
"postcss-flexbugs-fixes": "^4.2.1",
"postcss-loader": "^3.0.0",
"resolve-url-loader": "^3.1.4",
"sass-loader": "^7.3.1",
"source-map-loader": "^1.1.3",
"style-loader": "^0.23.1",
"ts-loader": "^8.2.0",
"typescript": "^4.4.4",
"typescript": "^5.3.3",
"url-loader": "^1.1.2",
"webpack": "^4.46.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-cli": "^3.3.12"
"webpack-cli": "^3.3.12",
"terser-webpack-plugin": "4.2.3"
},
"jest": {
"setupFiles": [
Expand Down
Loading