-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1017 Bytes
/
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
{
"name": "ifrs-portal-theme",
"private": true,
"type": "module",
"devDependencies": {
"@babel/core": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/register": "^7.23.7",
"@fancyapps/fancybox": "^3.5.7",
"@govbr-ds/core": "^3.5.1",
"autoprefixer": "^10.2.5",
"bootstrap": "^5.3.3",
"browser-sync": "^3.0.2",
"datatables.net": "^1.11.3",
"datatables.net-bs5": "^1.13.11",
"datatables.net-plugins": "^1.10.24",
"del": "^7.1.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-postcss": "^10.0.0",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"lazysizes": "^5.3.0",
"minimist": "^1.2.5",
"moment": "^2.29.1",
"node-polyfill-webpack-plugin": "^3.0.0",
"picturefill": "^3.0.3",
"plugin-error": "^2.0.1",
"postcss": "^8.2.7",
"sass": "^1.43.4",
"webpack": "^5.24.4",
"webpack-bundle-analyzer": "^4.4.0"
}
}