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
59 lines (59 loc) · 1.91 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
{
"name": "symphony-integration-commons",
"version": "0.1.34",
"description": "Common components for 3rd party developers build the user facing application for Symphony Integrations.",
"main": "./dist/index.js",
"scripts": {
"postinstall": "babel . --out-dir dist --ignore node_modules,dist,__mocks__,__tests__ --copy-files",
"test": "jest",
"semantic-release": "npm publish",
"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\""
},
"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)$": "./__mocks__/fileMock.js",
"\\.(css|less)$": "identity-obj-proxy"
}
},
"license": "Apache-2.0",
"author": "Symphony",
"devDependencies": {
"identity-obj-proxy": "^3.0.0",
"less": "^2.7.1",
"node-license-validator": "^1.3.0",
"semantic-release": "^6.3.2",
"whitesource": "^1.0.9"
},
"dependencies": {
"axios": "^0.15.3",
"babel-cli": "^6.24.0",
"babel-core": "^6.24.0",
"babel-jest": "^18.0.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"enzyme": "^2.7.1",
"jest": "^21.2.1",
"prop-types": "^15.5.8",
"react": "^15.3.2",
"react-dom": "^15.5.4",
"react-redux": "^5.0.2",
"react-router": "^3.0.2",
"react-test-renderer": "^15.5.4",
"redux": "^3.6.0",
"redux-saga": "^0.14.3",
"sinon": "^2.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/symphonyoss/App-Integrations-FE-Commons.git"
},
"release": {
"branch": "dev"
}
}