forked from IFRS/ps-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 990 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 990 Bytes
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,
"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",
"bootstrap": "^5.1.0",
"browser-sync": "^2.27.5",
"datatables.net-bs5": "^1.10.25",
"del": "^6.0.0",
"flexibility": "^2.0.1",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-csso": "^4.0.1",
"gulp-postcss": "^9.0.1",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"html5shiv": "^3.7.3",
"intersection-observer": "^0.12.0",
"list.js": "^2.3.1",
"masonry-layout": "^4.2.2",
"minimist": "^1.2.5",
"pixrem": "^5.0.0",
"plugin-error": "^1.0.1",
"postcss": "^8.2.10",
"postcss-flexibility": "^2.0.0",
"respond.js": "^1.4.2",
"sass": "^1.38.2",
"webpack": "^5.51.1",
"webpack-bundle-analyzer": "^4.4.1"
}
}