mirror of
https://github.com/adminkit/adminkit.git
synced 2026-03-31 19:57:44 +01:00
update package.json
This commit is contained in:
+32
-24
@@ -2,19 +2,6 @@
|
||||
"name": "@adminkit/core",
|
||||
"version": "2.2.0",
|
||||
"description": "AdminKit - Bootstrap 5 Admin Template",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.js",
|
||||
"watch": "webpack -p --config webpack.config.js --watch",
|
||||
"start": "webpack-dev-server --config webpack.config.js"
|
||||
},
|
||||
"author": "Paul Laros <support@adminkit.io>",
|
||||
"license": "MIT",
|
||||
"browserslist": [
|
||||
"> 0.25%",
|
||||
"not op_mini all",
|
||||
"not dead",
|
||||
"not ie >= 0"
|
||||
],
|
||||
"keywords": [
|
||||
"bootstrap",
|
||||
"bootstrap 5",
|
||||
@@ -30,6 +17,38 @@
|
||||
"ui kit",
|
||||
"web"
|
||||
],
|
||||
"homepage": "https://adminkit.io/",
|
||||
"bugs": {
|
||||
"url": "https://github.com/adminkit/adminkit/issues"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/adminkit/adminkit.git"
|
||||
},
|
||||
"license": "MIT",
|
||||
"author": "Paul Laros <support@adminkit.io>",
|
||||
"scripts": {
|
||||
"build": "cross-env NODE_ENV=production webpack -p --config webpack.config.js",
|
||||
"watch": "webpack -p --config webpack.config.js --watch",
|
||||
"start": "webpack-dev-server --config webpack.config.js"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 0.25%",
|
||||
"not op_mini all",
|
||||
"not dead",
|
||||
"not ie >= 0"
|
||||
],
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@popperjs/core": "2.8.4",
|
||||
"bootstrap": "5.0.0-beta2",
|
||||
"chart.js": "2.9.4",
|
||||
"feather-icons": "4.28.0",
|
||||
"flatpickr": "4.6.9",
|
||||
"jsvectormap": "1.3.0",
|
||||
"moment": "2.29.1",
|
||||
"simplebar": "5.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "7.13.1",
|
||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||
@@ -58,16 +77,5 @@
|
||||
"webpack": "4.46.0",
|
||||
"webpack-cli": "3.3.12",
|
||||
"webpack-dev-server": "3.11.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@babel/polyfill": "7.12.1",
|
||||
"@popperjs/core": "2.8.4",
|
||||
"bootstrap": "5.0.0-beta2",
|
||||
"chart.js": "2.9.4",
|
||||
"feather-icons": "4.28.0",
|
||||
"flatpickr": "4.6.9",
|
||||
"jsvectormap": "1.3.0",
|
||||
"moment": "2.29.1",
|
||||
"simplebar": "5.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user