forked from symphonyoss/App-Integrations-Github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 2.61 KB
/
package.json
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
{
"name": "symphony-integration-github",
"version": "1.8.0-SNAPSHOT",
"description": "Symphony App Integrations - Github",
"main": "index.js",
"scripts": {
"test": "jest",
"test:watch": "npm test -- --watch",
"webpack": "./node_modules/webpack/bin/webpack.js -p --config ./webpack.config.prod.js",
"watch": "webpack-dev-server --progress --colors --hot --inline --https",
"whitesource": "node node_modules/whitesource/bin/whitesource.js run",
"license-check": "node-license-validator --allow-licenses WTFPL Apache Apache-2 BSD-like BSD BSD-2-Clause BSD-3-Clause Apache-2.0 MIT ISC Unlicense MIT/X11 \"MIT / http://rem.mit-license.org\" \"Public Domain\" --allow-packages [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected] [email protected]"
},
"jest": {
"transform": {
".*": "./node_modules/babel-jest"
},
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "./src/test/webapp/__mocks__/fileMock.js",
"\\.(css|less)$": "identity-obj-proxy"
}
},
"license": "Apache-2.0",
"author": "Symphony",
"devDependencies": {
"babel-core": "^6.14.0",
"babel-jest": "^18.0.0",
"babel-loader": "^6.2.5",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.22.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.23.1",
"enzyme": "^2.7.1",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-config-google": "^0.6.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"file-loader": "^0.9.0",
"gulp": "^3.9.1",
"html-webpack-plugin": "^2.16.0",
"identity-obj-proxy": "^3.0.0",
"img-loader": "^1.3.1",
"jest": "^18.1.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"react-addons-test-utils": "^15.4.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.1",
"webpack-stream": "^3.2.0",
"whitesource": "^1.0.9"
},
"dependencies": {
"babel-polyfill": "^6.23.0",
"react": "^15.3.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"redux": "^3.6.0",
"redux-saga": "^0.14.3",
"symphony-integration-commons": "0.1.34"
},
"repository": {
"type": "git",
"url": "https://github.com/symphonyoss/App-Integrations-Github.git"
}
}