2014-04-08 21:40:33 +04:00
|
|
|
{
|
2015-06-02 00:40:08 +03:00
|
|
|
"name": "treeherder",
|
|
|
|
"description": "Mozilla Treeherder reporting dashboard",
|
2014-09-05 16:20:50 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-05-18 17:47:06 +03:00
|
|
|
"url": "https://github.com/mozilla/treeherder.git"
|
2014-09-05 16:20:50 +04:00
|
|
|
},
|
2015-11-02 02:32:26 +03:00
|
|
|
"license": "MPL-2.0",
|
2015-12-23 22:07:12 +03:00
|
|
|
"engines": {
|
2017-05-11 12:36:34 +03:00
|
|
|
"node": "7.10.0"
|
2015-12-23 22:07:12 +03:00
|
|
|
},
|
2015-09-18 17:16:53 +03:00
|
|
|
"dependencies": {
|
2017-05-11 13:14:21 +03:00
|
|
|
"angular": "1.5.11",
|
|
|
|
"angular-cookies": "1.5.11",
|
|
|
|
"angular-local-storage": "0.5.2",
|
|
|
|
"angular-resource": "1.5.11",
|
|
|
|
"angular-route": "1.5.11",
|
|
|
|
"angular-sanitize": "1.5.11",
|
2017-05-15 15:52:00 +03:00
|
|
|
"angular-toarrayfilter": "1.0.2",
|
2017-03-01 16:06:15 +03:00
|
|
|
"angular-ui-bootstrap": "1.3.3",
|
|
|
|
"angular-ui-router": "0.4.2",
|
2017-05-11 13:14:21 +03:00
|
|
|
"bootstrap": "3.3.7",
|
2017-03-01 16:06:15 +03:00
|
|
|
"deepmerge": "1.3.2",
|
2017-05-11 13:14:21 +03:00
|
|
|
"font-awesome": "4.7.0",
|
|
|
|
"hawk": "6.0.1",
|
|
|
|
"jquery": "2.2.4",
|
|
|
|
"jquery.scrollto": "2.1.2",
|
|
|
|
"js-yaml": "3.8.4",
|
|
|
|
"json-schema-defaults": "0.3.0",
|
2017-03-01 16:06:15 +03:00
|
|
|
"lodash": "4.17.4",
|
2017-05-11 13:14:21 +03:00
|
|
|
"mousetrap": "1.6.1",
|
2017-03-01 16:06:15 +03:00
|
|
|
"neutrino": "4.3.1",
|
|
|
|
"neutrino-lint-base": "4.3.1",
|
|
|
|
"neutrino-preset-react": "4.2.3",
|
2017-05-11 13:14:21 +03:00
|
|
|
"ngreact": "0.4.0",
|
2017-06-13 20:29:54 +03:00
|
|
|
"numeral": "^2.0.6",
|
2017-03-04 03:03:43 +03:00
|
|
|
"raw-loader": "0.5.1",
|
2017-05-11 13:14:21 +03:00
|
|
|
"react": "15.3.2",
|
|
|
|
"react-dom": "15.3.2",
|
2017-06-15 23:24:09 +03:00
|
|
|
"taskcluster-client": "2.3.0"
|
2014-04-08 21:40:33 +04:00
|
|
|
},
|
2017-04-05 19:03:30 +03:00
|
|
|
"devDependencies": {
|
2017-05-11 13:14:21 +03:00
|
|
|
"angular-mocks": "1.5.11",
|
2017-04-05 19:03:30 +03:00
|
|
|
"enzyme": "2.7.1",
|
2017-05-11 13:14:21 +03:00
|
|
|
"eslint": "3.19.0",
|
2017-04-05 19:03:30 +03:00
|
|
|
"istanbul-instrumenter-loader": "2.0.0",
|
2017-05-11 13:14:21 +03:00
|
|
|
"jasmine-core": "2.6.1",
|
|
|
|
"karma": "1.7.0",
|
|
|
|
"karma-coverage-istanbul-reporter": "1.2.1",
|
|
|
|
"karma-firefox-launcher": "1.0.1",
|
2017-04-05 19:03:30 +03:00
|
|
|
"karma-jasmine": "1.1.0",
|
2017-06-20 00:45:43 +03:00
|
|
|
"neutrino-preset-karma": "4.2.1",
|
2017-05-11 13:14:21 +03:00
|
|
|
"react-addons-test-utils": "15.3.2"
|
2017-04-05 19:03:30 +03:00
|
|
|
},
|
2014-04-08 21:40:33 +04:00
|
|
|
"scripts": {
|
2017-03-01 16:06:15 +03:00
|
|
|
"build": "./node_modules/neutrino/bin/neutrino build --presets ./neutrino-custom/production.js",
|
2017-04-27 13:21:29 +03:00
|
|
|
"lint": "./node_modules/eslint/bin/eslint.js --ext .js,.jsx ui/",
|
2017-03-01 16:06:15 +03:00
|
|
|
"start": "./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/development.js",
|
|
|
|
"start:local": "./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/local-watch.js",
|
|
|
|
"start:stage": "SERVICE_DOMAIN=https://treeherder.allizom.org ./node_modules/neutrino/bin/neutrino start --presets ./neutrino-custom/development.js",
|
|
|
|
"test": "./node_modules/neutrino/bin/neutrino test --presets ./neutrino-custom/test.js",
|
|
|
|
"test:watch": "./node_modules/neutrino/bin/neutrino test --watch --presets ./neutrino-custom/test.js"
|
2014-04-08 21:40:33 +04:00
|
|
|
}
|
|
|
|
}
|