Browse Source

declare dependecies and devDependecies (#1480)

tags/6.3-RC1
Stas Vilchik 7 years ago
parent
commit
1b7c506dd9
1 changed files with 31 additions and 31 deletions
  1. 31
    31
      server/sonar-web/package.json

+ 31
- 31
server/sonar-web/package.json View File

@@ -4,31 +4,53 @@
"description": "Put your technical debt under control",
"repository": "SonarSource/sonarqube",
"license": "LGPL-3.0",
"dependencies": {
"babel-polyfill": "6.3.14",
"backbone": "1.2.3",
"backbone.marionette": "2.4.3",
"blueimp-md5": "1.1.1",
"classnames": "2.2.0",
"clipboard": "1.5.5",
"d3": "3.5.6",
"escape-html": "1.0.3",
"handlebars": "2.0.0",
"history": "2.0.0",
"jquery": "2.2.0",
"lodash": "4.6.1",
"moment": "2.10.6",
"numeral": "1.5.3",
"react": "15.3.2",
"react-addons-shallow-compare": "15.3.2",
"react-dom": "15.3.2",
"react-helmet": "3.1.0",
"react-modal": "^1.6.4",
"react-redux": "4.4.1",
"react-router": "2.8.1",
"react-router-redux": "4.0.2",
"react-select": "1.0.0-beta12",
"redux": "3.3.1",
"redux-logger": "2.2.1",
"redux-thunk": "1.0.2",
"underscore": "1.8.3",
"whatwg-fetch": "1.0.0"
},
"devDependencies": {
"autoprefixer": "6.4.1",
"babel-core": "6.14.0",
"babel-eslint": "6.1.2",
"babel-jest": "^18.0.0",
"babel-loader": "6.2.5",
"babel-polyfill": "6.3.14",
"babel-preset-react-app": "0.2.1",
"backbone": "1.2.3",
"backbone.marionette": "2.4.3",
"blueimp-md5": "1.1.1",
"case-sensitive-paths-webpack-plugin": "1.1.4",
"chalk": "1.1.3",
"classnames": "2.2.0",
"clipboard": "1.5.5",
"connect-history-api-fallback": "1.3.0",
"cross-env": "2.0.0",
"cross-spawn": "4.0.0",
"css-loader": "0.23.1",
"d3": "3.5.6",
"detect-port": "1.0.0",
"dotenv": "2.0.0",
"enzyme": "^2.6.0",
"enzyme-to-json": "^1.4.5",
"escape-html": "1.0.3",
"eslint": "3.5.0",
"eslint-config-react-app": "0.2.1",
"eslint-loader": "1.5.0",
@@ -46,47 +68,25 @@
"flow-bin": "0.35.0",
"fs-extra": "0.30.0",
"gzip-size": "3.0.0",
"handlebars": "2.0.0",
"handlebars-loader": "1.1.4",
"history": "2.0.0",
"html-webpack-plugin": "2.24.1",
"imports-loader": "0.6.5",
"jest": "^18.0.0",
"jquery": "2.2.0",
"json-loader": "0.5.4",
"less": "2.7.1",
"less-loader": "2.2.3",
"lodash": "4.6.1",
"moment": "2.10.6",
"numeral": "1.5.3",
"path-exists": "2.1.0",
"postcss-loader": "0.8.0",
"react": "15.3.2",
"react-addons-shallow-compare": "15.3.2",
"react-addons-test-utils": "15.3.2",
"react-dev-utils": "0.2.1",
"react-dom": "15.3.2",
"react-helmet": "3.1.0",
"react-modal": "^1.6.4",
"react-redux": "4.4.1",
"react-router": "2.8.1",
"react-router-redux": "4.0.2",
"react-select": "1.0.0-beta12",
"react-transform-hmr": "1.0.4",
"react-virtualized": "8.1.1",
"recursive-readdir": "2.1.0",
"redux": "3.3.1",
"redux-logger": "2.2.1",
"redux-simple-router": "1.0.1",
"redux-thunk": "1.0.2",
"rimraf": "2.5.4",
"script-loader": "0.6.1",
"strip-ansi": "3.0.1",
"style-loader": "0.13.0",
"underscore": "1.8.3",
"webpack": "1.13.2",
"webpack-dev-server": "1.16.1",
"whatwg-fetch": "1.0.0"
"webpack-dev-server": "1.16.1"
},
"scripts": {
"start": "node scripts/start.js",

Loading…
Cancel
Save