зеркало из https://github.com/mozilla/bedrock.git
58 строки
1.5 KiB
JSON
58 строки
1.5 KiB
JSON
{
|
|
"name": "bedrock",
|
|
"version": "0.1.0",
|
|
"description": "Making mozilla.org awesome, one pebble at a time",
|
|
"private": true,
|
|
"dependencies": {
|
|
"@mozilla-protocol/core": "^11.0.1",
|
|
"@mozilla-protocol/eslint-config": "^1.1.0",
|
|
"ansi-colors": "4.1.1",
|
|
"clean-css-cli": "4.3.0",
|
|
"del": "5.1.0",
|
|
"eslint": "6.3.0",
|
|
"gulp": "4.0.2",
|
|
"gulp-cached": "^1.1.1",
|
|
"gulp-clean-css": "4.2.0",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-eslint": "6.0.0",
|
|
"gulp-filter": "6.0.0",
|
|
"gulp-if": "3.0.0",
|
|
"gulp-jsonlint": "^1.3.1",
|
|
"gulp-sass": "^4.0.1",
|
|
"gulp-sourcemaps": "^2.6.4",
|
|
"gulp-stylelint": "9.0.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"merge-stream": "2.0.0",
|
|
"stylelint": "^10.1.0",
|
|
"yargs": "14.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/mozilla/bedrock.git"
|
|
},
|
|
"author": "Mozilla",
|
|
"license": "MPL",
|
|
"bugs": {
|
|
"url": "https://bugzilla.mozilla.org/"
|
|
},
|
|
"devDependencies": {
|
|
"browser-sync": "2.26.7",
|
|
"concurrently": "4.1.2",
|
|
"eslint-plugin-jquery": "^1.5.1",
|
|
"jasmine-core": "3.4.0",
|
|
"karma": "4.3.0",
|
|
"karma-chrome-launcher": "3.1.0",
|
|
"karma-firefox-launcher": "1.2.0",
|
|
"karma-jasmine": "2.0.1",
|
|
"sinon": "7.4.1",
|
|
"svgo": "^1.2.2",
|
|
"tinypng-cli": "^0.0.7"
|
|
},
|
|
"bin": {
|
|
"browser-sync": "/.bin/browser-sync"
|
|
},
|
|
"scripts": {
|
|
"start": "concurrently --kill-others \"python manage.py runserver 0.0.0.0:8080\" \"gulp\""
|
|
}
|
|
}
|