treeherder/package.json

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

2014-04-08 21:40:33 +04:00
{
"name": "treeherder",
"description": "Mozilla Treeherder reporting dashboard",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/treeherder.git"
},
"license": "MPL-2.0",
"engines": {
2018-09-07 01:56:03 +03:00
"node": "10.10.0",
2018-08-11 02:45:08 +03:00
"yarn": "1.9.4"
},
"dependencies": {
"@types/angular": "*",
"@types/prop-types": "*",
"@types/react": "*",
"@types/react-dom": "*",
2018-08-18 20:22:05 +03:00
"ajv": "6.5.3",
2018-09-10 17:03:42 +03:00
"angular": "1.7.4",
"angular-clipboard": "1.6.2",
"angular-local-storage": "0.7.1",
2018-09-10 17:03:42 +03:00
"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",
2018-06-04 16:16:05 +03:00
"js-yaml": "3.12.0",
2018-08-25 00:45:52 +03:00
"json-e": "2.7.0",
"json-schema-defaults": "0.4.0",
2018-04-25 21:13:40 +03:00
"lodash": "4.17.10",
"metrics-graphics": "2.15.6",
2018-06-01 10:53:09 +03:00
"moment": "2.22.2",
2018-06-02 16:19:56 +03:00
"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",
2018-09-07 19:57:30 +03:00
"react": "16.5.0",
"react-day-picker": "7.2.3",
2018-09-07 19:57:30 +03:00
"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",
2018-04-25 20:33:15 +03:00
"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"
2014-04-08 21:40:33 +04:00
},
"devDependencies": {
2018-09-10 17:03:42 +03:00
"angular-mocks": "1.7.4",
2018-09-06 04:01:54 +03:00
"enzyme": "3.6.0",
"enzyme-adapter-react-16": "1.5.0",
2018-07-23 16:49:32 +03:00
"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"
},
2014-04-08 21:40:33 +04:00
"scripts": {
"build": "node ./node_modules/neutrino/bin/neutrino build --presets ./neutrino-custom/production.js",
2018-08-01 00:41:58 +03:00
"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"
2014-04-08 21:40:33 +04:00
}
}