-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
89 lines (89 loc) · 2.85 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
84
85
86
87
88
89
{
"name": "admin",
"version": "2.0.0",
"description": "Web starter package suitable for admin applications.",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development node_modules/.bin/webpack -d --progress --hide-modules",
"watch": "cross-env NODE_ENV=development webpack --watch --mode development --progress",
"prod": "cross-env NODE_ENV=production node_modules/.bin/webpack --mode=production --progress"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dotkernel/admin.git"
},
"keywords": [],
"author": {
"name": "DotKernel Team",
"email": "[email protected]"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/dotkernel/admin/issues"
},
"homepage": "https://github.com/dotkernel/admin#readme",
"dependencies": {
"@fullcalendar/core": "^6.1.14",
"@fullcalendar/daygrid": "^6.1.14",
"@fullcalendar/interaction": "^6.1.14",
"@fullcalendar/list": "^6.1.14",
"@fullcalendar/timegrid": "^6.1.14",
"@popperjs/core": "^2.11.8",
"babel-polyfill": "^6.26.0",
"bootstrap": "^5.3.3",
"bootstrap-datepicker": "^1.10.0",
"bootstrap-icons": "^1.11.3",
"bootstrap-table": "^1.23.0",
"brand-colors": "^2.1.1",
"chart.js": "^4.4.3",
"easy-pie-chart": "^2.1.7",
"file-loader": "^6.2.0",
"fullcalendar": "^6.1.14",
"jquery": "^3.7.1",
"jquery-sparkline": "^2.4.0",
"load-google-maps-api": "^2.0.2",
"lodash": "^4.17.21",
"masonry-layout": "^4.2.2",
"moment": "^2.30.1",
"perfect-scrollbar": "^1.5.5",
"skycons": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.24.7",
"@babel/eslint-parser": "^7.24.7",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-transform-runtime": "^7.24.7",
"@babel/runtime": "^7.24.7",
"babel-core": "^6.26.3",
"babel-loader": "^9.1.3",
"babel-preset-env": "^1.7.0",
"babel-preset-stage-0": "^6.24.1",
"case-sensitive-paths-webpack-plugin": "^2.4.0",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^12.0.2",
"cross-env": "^7.0.3",
"css-loader": "5.2.7",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"expose-loader": "^5.0.0",
"html-webpack-plugin": "^5.6.0",
"imagemin-webpack-plugin": "^2.4.2",
"mini-css-extract-plugin": "^2.9.0",
"postcss": "^8.4.39",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^9.6.0",
"sass": "^1.77.1",
"sass-loader": "^14.2.1",
"shx": "^0.3.4",
"style-loader": "^4.0.0",
"stylelint": "^16.6.1",
"stylelint-config-standard": "^36.0.1",
"webpack": "^5.92.1",
"webpack-cli": "^5.1.4",
"webpack-dashboard": "^3.3.8",
"webpack-dev-server": "^5.0.4"
}
}