-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 952 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-ps-theme",
"private": true,
"type": "module",
"devDependencies": {
"@babel/core": "^7.15.0",
"@babel/preset-env": "^7.15.0",
"@popperjs/core": "^2.9.3",
"animate.css": "^4.1.1",
"autoprefixer": "^10.3.3",
"axios": "^1.2.1",
"bootstrap": "^5.1.0",
"browser-sync": "^3.0.2",
"datatables.net-bs5": "^2.0.3",
"dayjs": "^1.11.5",
"del": "^7.0.0",
"file-saver": "^2.0.5",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"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",
"ics": "^3.1.0",
"intersection-observer": "^0.12.0",
"list.js": "^2.3.1",
"masonry-layout": "^4.2.2",
"minimist": "^1.2.5",
"plugin-error": "^2.0.0",
"postcss": "^8.2.10",
"sass": "^1.38.2",
"vue": "^3.5.13",
"webpack": "^5.51.1",
"webpack-bundle-analyzer": "^4.4.1"
}
}