-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
75 lines (75 loc) · 2.38 KB
/
Copy pathpackage.json
File metadata and controls
75 lines (75 loc) · 2.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "hub-radar",
"version": "2.1.5",
"description": "Chrome extension for displaying open source packages' licensing, security and operational risk via Black Duck's Knowledge Base",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --env.prod",
"webpack-debug": "webpack --display-error-details",
"dev-build": "webpack",
"debug-build": "webpack --env.debug-redux --env.debug-ajax",
"lint": "eslint 'src/js/**/*.js' 'src/js/**/*.jsx'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blackducksoftware/hub-radar.git"
},
"keywords": [
"open",
"source",
"security"
],
"author": "Black Duck Software",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/blackducksoftware/hub-radar/issues"
},
"homepage": "https://github.com/blackducksoftware/hub-radar#readme",
"dependencies": {
"babel-polyfill": "6.23.0",
"prop-types": "^15.5.8",
"react": "^15.6.1",
"react-chrome-redux": "1.3.1",
"react-dom": "^15.6.1",
"react-frame-component": "^1.0.3",
"react-redux": "5.0.5",
"react-router": "4.0.0",
"redux": "3.6.0",
"redux-thunk": "2.2.0",
"uuid": "3.3.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^7.2.3",
"babel-loader": "^7.0.0",
"babel-plugin-external-helpers": "6.18.0",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-export-extensions": "6.22.0",
"babel-plugin-transform-object-rest-spread": "6.23.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "6.24.0",
"babel-preset-es2016": "^6.24.1",
"babel-preset-react": "6.23.0",
"babel-preset-stage-0": "^6.22.0",
"browser-sync": "^2.26.7",
"chalk": "^1.1.3",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^2.1.1",
"del": "2.2.2",
"eslint": "^4.0.0",
"eslint-config-blackduck": "git+https://github.com/blackducksoftware/eslint-config-blackduck.git",
"eslint-plugin-react": "^7.1.0",
"mkdir-promise": "1.0.0",
"moment": "^2.18.1",
"npm-run-all": "4.0.2",
"onchange": "5.2.0",
"style-loader": "^0.17.0",
"uglify-js": "2.8.18",
"uglifyjs-webpack-plugin": "^1.0.1",
"webpack": "^4.0.0",
"webpack-cli": "^3.3.2",
"yargs": "7.1.0"
}
}