mirror of https://github.com/craftcms/cms.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
62 lines
1.6 KiB
62 lines
1.6 KiB
{
|
|
"private": true,
|
|
"main": "gulpfile.js",
|
|
"scripts": {
|
|
"gulp:cp": "gulp cp",
|
|
"gulp:deps": "gulp deps"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.10.1",
|
|
"@babel/preset-env": "^7.10.1",
|
|
"@benmajor/jquery-touch-events": "^2.0.3",
|
|
"axios": "^0.21.1",
|
|
"babel-loader": "^8.1.0",
|
|
"blueimp-file-upload": "^10.31.0",
|
|
"craftcms-sass": "^3.5.3",
|
|
"d3": "^4.11.0",
|
|
"d3-format": "^1.4.4",
|
|
"d3-time-format": "^2.2.3",
|
|
"element-resize-detector": "^1.2.1",
|
|
"event-stream": "3.3.4",
|
|
"fabric": "^1.7.19",
|
|
"garnishjs": "^0.1.37",
|
|
"graphiql": "^0.14.2",
|
|
"graphiql-explorer": "^0.6.2",
|
|
"graphql": "^14.6.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^7.0.1",
|
|
"gulp-babel": "^8.0.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-footer": "^2.0.2",
|
|
"gulp-header": "^2.0.9",
|
|
"gulp-if": "^3.0.0",
|
|
"gulp-json-minify": "^1.2.0",
|
|
"gulp-rename": "^1.4.0",
|
|
"gulp-sass": "^4.1.0",
|
|
"gulp-sourcemaps": "^2.6.5",
|
|
"gulp-uglify-es": "^2.0.0",
|
|
"iframe-resizer": "^4.2.10",
|
|
"inputmask": "~3.2.2 || ~3.3.5",
|
|
"jquery": "^3.5.1",
|
|
"jquery-ui": "^1.12.1",
|
|
"jquery.payment": "^3.0.0",
|
|
"picturefill": "^3.0.3",
|
|
"punycode": "1.3.*",
|
|
"react": "^16.13.1",
|
|
"react-dom": "^16.13.1",
|
|
"selectize": "^0.12.6",
|
|
"timepicker": "^1.13.10",
|
|
"velocity-animate": "^1.5.0",
|
|
"vue": "^2.6.12",
|
|
"vue-autosuggest": "^1.8.1",
|
|
"vue-cleave": "^1.2.2",
|
|
"vue-lodash": "^1.0.3",
|
|
"vue-router": "^3.3.4",
|
|
"vuex": "^3.5.1",
|
|
"webpack": "^4.44.2",
|
|
"webpack-stream": "^5.2.1",
|
|
"whatwg-fetch": "^0.9.0",
|
|
"xregexp": "^3.2.0",
|
|
"yii2-pjax": "~2.0.1"
|
|
}
|
|
}
|