forked from adminkit/adminkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
83 lines (83 loc) · 2.12 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "@adminkit/core",
"version": "3.0.2",
"description": "AdminKit - Bootstrap 5 Admin Template",
"keywords": [
"bootstrap",
"bootstrap 5",
"admin",
"admin template",
"dashboard",
"dashboard template",
"template",
"responsive",
"css",
"sass",
"html",
"theme",
"front-end",
"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 <[email protected]>",
"files": [
"dist"
],
"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",
"prepublishOnly": "cross-env NODE_ENV=production webpack -p --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.9.2",
"bootstrap": "5.0.1",
"chart.js": "2.9.4",
"feather-icons": "4.28.0",
"flatpickr": "4.6.9",
"jsvectormap": "1.3.1",
"simplebar": "5.3.3"
},
"devDependencies": {
"@babel/core": "7.14.3",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/preset-env": "7.14.2",
"@babel/register": "7.13.16",
"autoprefixer": "9.8.6",
"babel-eslint": "10.1.0",
"babel-loader": "8.2.2",
"copy-webpack-plugin": "6.4.1",
"cross-env": "7.0.3",
"css-loader": "4.3.0",
"eslint": "7.26.0",
"file-loader": "6.2.0",
"filemanager-webpack-plugin": "2.0.5",
"hard-source-webpack-plugin": "0.13.1",
"mini-css-extract-plugin": "0.12.0",
"node-sass": "4.14.1",
"optimize-css-assets-webpack-plugin": "5.0.6",
"postcss-loader": "4.3.0",
"sass-loader": "10.2.0",
"terser-webpack-plugin": "4.2.3",
"url-loader": "4.1.1",
"webpack": "4.46.0",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.2"
}
}