chromium-dashboard/package.json

52 строки
1.4 KiB
JSON
Исходник Обычный вид История

{
"name": "chromestatus-dashboard",
"description": "Chrome platform status - chromestatus.com",
"homepage": "https://www.chromestatus.com",
"private": true,
"engines": {
"node": ">=6.0.0"
},
2015-11-17 20:11:51 +03:00
"scripts": {
2017-04-01 01:09:52 +03:00
"postinstall": "npm run deps && npm run build",
2019-05-22 21:51:38 +03:00
"deps": "pip install -t lib -r requirements.txt",
2019-07-02 01:11:08 +03:00
"lint": "gulp lint",
"build": "gulp",
2019-05-22 21:51:38 +03:00
"watch": "gulp watch",
"deploy": "./scripts/deploy_site.sh",
"start": "./scripts/start_server.sh"
2015-11-17 20:11:51 +03:00
},
"repository": {
"type": "git",
"url": "https://github.com/GoogleChrome/chromium-dashboard"
},
"bugs": {
"url": "https://github.com/GoogleChrome/chromium-dashboard/issues"
},
"devDependencies": {
2018-06-05 00:56:45 +03:00
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.9.0",
2018-06-05 00:56:45 +03:00
"del": "^3.0.0",
2019-01-10 19:25:31 +03:00
"eslint": "^5.2.0",
2018-06-05 00:56:45 +03:00
"eslint-config-google": "^0.9.1",
"gulp": "^4.0.0",
"gulp-autoprefixer": "^5.0.0",
"gulp-babel": "^7.0.1",
"gulp-crisper": "^1.1.0",
2019-01-10 19:25:31 +03:00
"gulp-eslint": "^5.0.0",
2019-07-02 00:28:54 +03:00
"gulp-eslint-if-fixed": "^1.0.0",
"gulp-if": "^2.0.1",
"gulp-license": "^1.1.0",
"gulp-load-plugins": "^1.2.4",
"gulp-minify-html": "^1.0.6",
2019-01-10 19:25:31 +03:00
"gulp-rename": "^1.4.0",
2018-06-05 00:56:45 +03:00
"gulp-sass": "^4.0.1",
"gulp-uglify-es": "^1.0.4",
"gulp-util": "^3.0.7",
2015-11-01 01:52:56 +03:00
"http2-push-manifest": "^1.0.0",
2017-06-14 01:44:10 +03:00
"lighthouse-ci": "https://github.com/ebidel/lighthouse-ci",
2018-03-23 21:10:38 +03:00
"sw-precache": "^5.2.1",
2017-06-06 03:31:04 +03:00
"sw-toolbox": "^3.6.0"
2018-06-05 00:56:45 +03:00
},
2019-07-20 02:48:34 +03:00
"dependencies": {}
}