зеркало из https://github.com/mozilla/treeherder.git
99 строки
3.3 KiB
JSON
99 строки
3.3 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": "10.10.0",
|
|
"yarn": "1.9.4"
|
|
},
|
|
"dependencies": {
|
|
"@types/angular": "*",
|
|
"@types/prop-types": "*",
|
|
"@types/react": "*",
|
|
"@types/react-dom": "*",
|
|
"ajv": "6.5.3",
|
|
"angular": "1.7.4",
|
|
"angular-clipboard": "1.6.2",
|
|
"angular-local-storage": "0.7.1",
|
|
"angular-route": "1.7.4",
|
|
"angular-sanitize": "1.7.4",
|
|
"angular-ui-router": "0.4.3",
|
|
"angular1-ui-bootstrap4": "2.4.22",
|
|
"auth0-js": "9.7.3",
|
|
"bootstrap": "4.1.3",
|
|
"d3": "4.13.0",
|
|
"deepmerge": "1.5.2",
|
|
"eslint": "3.19.0",
|
|
"eslint-config-airbnb": "15.1.0",
|
|
"eslint-plugin-import": "2.14.0",
|
|
"eslint-plugin-jsx-a11y": "5.1.1",
|
|
"eslint-plugin-react": "7.11.1",
|
|
"font-awesome": "4.7.0",
|
|
"history": "4.7.2",
|
|
"html-loader": "0.5.5",
|
|
"jquery": "3.3.1",
|
|
"jquery.flot": "0.8.3",
|
|
"jquery.scrollto": "2.1.2",
|
|
"js-cookie": "2.2.0",
|
|
"js-yaml": "3.12.0",
|
|
"json-e": "2.7.0",
|
|
"json-schema-defaults": "0.4.0",
|
|
"lodash": "4.17.10",
|
|
"metrics-graphics": "2.15.6",
|
|
"moment": "2.22.2",
|
|
"mousetrap": "1.6.2",
|
|
"neutrino": "4.3.1",
|
|
"neutrino-lint-base": "4.3.1",
|
|
"neutrino-preset-react": "4.2.3",
|
|
"ng-text-truncate-2": "1.0.1",
|
|
"numeral": "2.0.6",
|
|
"popper.js": "1.14.4",
|
|
"prop-types": "15.6.2",
|
|
"react": "16.5.0",
|
|
"react-day-picker": "7.2.3",
|
|
"react-dom": "16.5.0",
|
|
"react-fontawesome": "1.6.1",
|
|
"react-highlight-words": "0.14.0",
|
|
"react-hot-loader": "3.1.3",
|
|
"react-linkify": "0.2.2",
|
|
"react-redux": "5.0.7",
|
|
"react-router-dom": "4.3.1",
|
|
"react-select": "2.0.0",
|
|
"react-split-pane": "0.1.84",
|
|
"react-table": "6.8.6",
|
|
"react-tabs": "2.3.0",
|
|
"react2angular": "4.0.4",
|
|
"reactstrap": "6.4.0",
|
|
"redux": "4.0.0",
|
|
"redux-debounce": "1.0.1",
|
|
"redux-thunk": "2.3.0",
|
|
"taskcluster-client-web": "8.0.4",
|
|
"taskcluster-lib-scopes": "10.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"angular-mocks": "1.7.4",
|
|
"enzyme": "3.6.0",
|
|
"enzyme-adapter-react-16": "1.5.0",
|
|
"fetch-mock": "6.5.2",
|
|
"jasmine-core": "3.2.1",
|
|
"jasmine-jquery": "2.1.1",
|
|
"karma": "1.7.1",
|
|
"karma-firefox-launcher": "1.1.0",
|
|
"karma-jasmine": "1.1.2",
|
|
"neutrino-preset-karma": "4.2.1"
|
|
},
|
|
"scripts": {
|
|
"build": "node ./node_modules/neutrino/bin/neutrino build --presets ./neutrino-custom/production.js",
|
|
"lint": "node ./node_modules/eslint/bin/eslint.js --cache --ext js,jsx \".*.js\" \"*.js\" ui/ neutrino-custom/lint.js",
|
|
"start": "node ./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/development.js",
|
|
"start:local": "BACKEND_DOMAIN=http://localhost:8000 node ./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/development.js",
|
|
"start:stage": "BACKEND_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"
|
|
}
|
|
}
|