forked from django-cms/djangocms-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.06 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
{
"name": "package",
"private": true,
"dependencies": {
"@popperjs/core": "^2.10.1",
"autoprefixer": "^6.7.7",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^7.1.0",
"babel-plugin-lodash": "^3.2.11",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.3.2",
"babel-runtime": "^6.23.0",
"bootstrap": "^5.2.3",
"exports-loader": "^0.6.4",
"gulp": "^4.0.2",
"gulp-clean-css": "^3.0.4",
"gulp-cli": "^2.3.0",
"gulp-concat-util": "^0.5.5",
"gulp-eslint": "^3.0.1",
"gulp-if": "^2.0.2",
"gulp-postcss": "^6.4.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-stylelint": "^13.0.0",
"gulp-svg-sprites": "^4.1.1",
"gutil": "^1.6.4",
"imports-loader": "^0.7.1",
"jquery": "^3.2.1",
"lodash": "^4.17.4",
"minimist": "^1.2.0",
"sass": "^1.54.7",
"stylelint": "^13.13.1",
"stylelint-config-twbs-bootstrap": "^2.2.4",
"uglify-js": "^3.17.4",
"webpack": "^3.0.0",
"webpack2-polyfill-plugin": "0.0.2"
}
}