-
Notifications
You must be signed in to change notification settings - Fork 55
/
package.json
73 lines (73 loc) · 2.18 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
{
"name": "adminator",
"version": "1.0.0",
"private": true,
"description": "HTML Admin Template",
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"devDependencies": {
"@symfony/webpack-encore": "^0.30.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-stage-0": "^6.24.1",
"babel-runtime": "^6.26.0",
"case-sensitive-paths-webpack-plugin": "^2.3.0",
"copy-webpack-plugin": "^5.1.1",
"core-js": "^3.6.5",
"cross-env": "^5.1.0",
"css-loader": "^3.5.3",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "2.7.0",
"extract-text-webpack-plugin": "^3.0.1",
"html-webpack-plugin": "^2.30.1",
"imagemin-webpack-plugin": "^2.4.2",
"node-sass": "^4.14.1",
"postcss-cssnext": "^3.0.2",
"postcss-loader": "^2.0.8",
"regenerator-runtime": "^0.13.5",
"sass-loader": "^8.0.0",
"shx": "^0.2.2",
"style-loader": "^0.19.0",
"stylelint": "^13.3.3",
"stylelint-config-standard": "^17.0.0",
"url-loader": "^4.0.0",
"webpack": "^4.43.0",
"webpack-dashboard": "^3.2.0",
"webpack-dev-server": "^3.11.0",
"webpack-notifier": "^1.6.0"
},
"dependencies": {
"axios": "^0.21.1",
"babel-core": "^7.0.0-0",
"babel-polyfill": "^6.26.0",
"bootstrap-datepicker": "^1.7.1",
"bootstrap4-datetimepicker": "^5.2.3",
"brand-colors": "^2.0.1",
"chart.js": "^2.7.1",
"datatables": "^1.10.13",
"easy-pie-chart": "^2.1.7",
"file-loader": "^1.1.5",
"fullcalendar": "^3.6.2",
"jquery": "^3.5.1",
"jquery-sparkline": "^2.4.0",
"jvectormap": "^2.0.4",
"load-google-maps-api": "^1.0.0",
"lodash": "^4.17.4",
"masonry-layout": "^4.2.0",
"moment": "^2.25.3",
"perfect-scrollbar": "^1.5.0",
"popper.js": "^1.16.1",
"scriptjs": "^2.5.9",
"skycons": "^1.0.0",
"sweetalert2": "^9.14.0"
}
}