This repository has been archived on 2023-02-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-my-data/package.json

29 lines
661 B
JSON

{
"name": "blender-my-data",
"license": "GPL-2.0",
"repository": {
"type": "git",
"url": "git+https://git.blender.org/blender-my-data.git"
},
"devDependencies": {
"bootstrap-sass": "^3.3.7",
"gulp": "^4.0.0",
"gulp-autoprefixer": "~5.0.0",
"gulp-cached": "~1.1.1",
"gulp-concat": "~2.6.1",
"gulp-if": "~2.0.2",
"gulp-livereload": "~3.8.1",
"gulp-plumber": "~1.2.0",
"gulp-pug": "~4.0.1",
"gulp-sass": "~4.0.1",
"gulp-sourcemaps": "~2.6.4",
"gulp-uglify": "~3.0.0",
"js-cookie": "^2.2.0",
"minimist": "^1.2.0"
},
"dependencies": {
"jquery": "~3.3.1",
"toastr": "^2.1.4"
}
}