treeherder/package.json

82 строки
2.7 KiB
JSON

{
"name": "treeherder",
"description": "Mozilla Treeherder reporting dashboard",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/treeherder.git"
},
"license": "MPL-2.0",
"engines": {
"node": "8.x",
"yarn": "1.x"
},
"dependencies": {
"ajv": "6.1.1",
"angular": "1.6.9",
"angular-clipboard": "1.6.2",
"angular-local-storage": "0.7.1",
"angular-marked": "1.2.2",
"angular-resource": "1.6.9",
"angular-route": "1.6.9",
"angular-sanitize": "1.6.9",
"angular-toarrayfilter": "1.0.3",
"angular-ui-router": "0.4.3",
"angular1-ui-bootstrap4": "2.4.22",
"auth0-js": "9.2.2",
"bootstrap": "4.0.0-beta.2",
"deepmerge": "1.5.2",
"eslint-config-airbnb": "15.1.0",
"eslint-plugin-jsx-a11y": "5.1.1",
"eslint-plugin-react": "7.5.1",
"font-awesome": "4.7.0",
"hawk": "6.0.2",
"history": "4.7.2",
"html-loader": "0.5.5",
"jquery": "3.3.1",
"jquery.flot": "0.8.3",
"jquery.scrollto": "2.1.2",
"js-yaml": "3.10.0",
"json-e": "2.5.0",
"json-schema-defaults": "0.3.0",
"lodash": "4.17.5",
"metrics-graphics": "2.13.0",
"mousetrap": "1.6.1",
"neutrino": "4.3.1",
"neutrino-lint-base": "4.3.1",
"neutrino-preset-react": "4.2.3",
"ngreact": "0.5.1",
"numeral": "2.0.6",
"popper.js": "1.12.9",
"prop-types": "15.6.0",
"react": "16.2.0",
"react-dom": "16.2.0",
"react-fontawesome": "1.6.1",
"react-hot-loader": "3.1.3",
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"reactstrap": "5.0.0-alpha.4",
"redux": "3.7.2",
"redux-debounce": "1.0.1",
"taskcluster-client-web": "5.1.0"
},
"devDependencies": {
"angular-mocks": "1.6.9",
"enzyme": "3.3.0",
"enzyme-adapter-react-16": "1.1.1",
"jasmine-core": "3.0.0",
"karma-firefox-launcher": "1.1.0",
"karma-jasmine": "1.1.1",
"neutrino-preset-karma": "4.2.1",
"react-test-renderer": "16.2.0"
},
"scripts": {
"build": "node ./node_modules/neutrino/bin/neutrino build --presets ./neutrino-custom/production.js",
"lint": "node ./node_modules/eslint/bin/eslint.js --ext .js,.jsx ui/",
"start": "node ./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/development.js",
"start:local": "node ./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/local-watch.js",
"start:stage": "SERVICE_DOMAIN=https://treeherder.allizom.org node ./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/development.js",
"test": "node ./node_modules/neutrino/bin/neutrino test --presets ./neutrino-custom/test.js",
"test:watch": "node ./node_modules/neutrino/bin/neutrino test --watch --presets ./neutrino-custom/test.js"
}
}