This repository has been archived by the owner on Oct 28, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 2.14 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
{
"name": "my-sample-integration",
"version": "0.1.0",
"description": "Symphony App Integrations - JIRA",
"main": "index.js",
"scripts": {
"webpack": "./node_modules/webpack/bin/webpack.js --config ./webpack.config.js",
"watch": "webpack-dev-server --progress --colors --hot --inline --https",
"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]"
},
"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"
},
"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.19"
},
"repository": {
"type": "git",
"url": "https://github.com/symphonyoss/App-Integrations-FE-Commons.git"
}
}