Add collaboration feature
[sdc.git] / openecomp-ui / package.json
1 {
2   "name": "dox-ui",
3   "version": "1.0.0",
4   "description": "",
5   "author": "ECOMP",
6   "license": "SEE LICENSE IN LICENSE",
7   "scripts": {
8     "start": "gulp dev && webpack-dev-server --progress",
9     "build": "gulp build",
10     "css-usage": "gulp css-usage",
11     "static-keys-bundle": "gulp static-keys-bundle",
12     "check-keys-against-bundles": "gulp static-keys-bundle-with-report",
13     "test": "jest",
14     "test-failedTestReport": "jest --json | node test-utils/failedTestReport.js",
15     "test-dev": "jest --watch",
16     "test-coverage": "jest --coverage && start ./coverage/lcov-report/index.html",
17     "test-build": "jest --coverage",
18     "storybook": "start-storybook -p 9090 -c .storybook -s .storybook/fonts",
19     "storyshots": "jest storyshots.test.js",
20     "build-storybook": "build-storybook -c .storybook -o .storybook-dist && gulp copy-storybook-fonts"
21   },
22   "dependencies": {
23     "attr-accept": "^1.1.0",
24     "classnames": "^2.2.5",
25     "core-js": "^2.4.0",
26     "d3": "^4.9.1",
27     "dox-sequence-diagram-ui": "file:../dox-sequence-diagram-ui",
28     "intl": "^1.0.1",
29     "intl-format-cache": "^2.0.5",
30     "intl-messageformat": "^1.2.0",
31     "intl-relativeformat": "^1.2.0",
32     "lodash": "^4.13.1",
33     "md5": "^2.1.0",
34     "prop-types": "^15.6.0",
35     "randomstring": "^1.1.5",
36     "react": "~15.3.2",
37     "react-bootstrap": "^0.30.1",
38     "react-click-outside": "^2.3.1",
39     "react-dom": "~15.3.2",
40     "react-dropzone": "3.7.3",
41     "react-redux": "^4.4.1",
42     "react-select": "1.0.0-rc.5",
43     "react-show-more": "^1.1.1",
44     "react-sortable": "^1.2.0",
45     "redux": "^3.3.1",
46     "restful-js": "0.7.0",
47     "sdc-ui": "1.6.9",
48     "uuid-js": "^0.7.5",
49     "validator": "^4.3.0"
50   },
51   "devDependencies": {
52     "@kadira/storybook": "^2.35.3",
53     "@kadira/storybook-addon-knobs": "^1.7.1",
54     "@kadira/storybook-addon-options": "^1.0.2",
55     "babel-core": "^6.24.0",
56     "babel-eslint": "^7.2.1",
57     "babel-jest": "^19.0.0",
58     "babel-loader": "^7.0.0-beta.1",
59     "babel-plugin-transform-class-properties": "^6.10.2",
60     "babel-plugin-transform-es2015-destructuring": "^6.9.0",
61     "babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
62     "babel-plugin-transform-es2015-spread": "^6.8.0",
63     "babel-plugin-transform-object-rest-spread": "^6.8.0",
64     "babel-plugin-transform-runtime": "^6.22.0",
65     "babel-preset-es2015": "^6.24.0",
66     "babel-preset-react": "^6.23.0",
67     "babel-preset-stage-0": "^6.22.0",
68     "css-loader": "^0.23.1",
69     "deep-freeze": "0.0.1",
70     "enzyme": "^2.7.1",
71     "eslint-loader": "^1.3.0",
72     "eslint-plugin-import": "^0.8.1",
73     "eslint-plugin-react": "^3.14.0",
74     "express": "^4.13.3",
75     "file-loader": "^0.8.5",
76     "gulp": "^3.9.1",
77     "gulp-clean": "^0.3.1",
78     "gulp-css-usage": "^2.0.0",
79     "gulp-helpers": "^5.0.0",
80     "gulp-rename": "^1.2.2",
81     "gulp-replace": "^0.5.4",
82     "gulp-tap": "^1.0.1",
83     "html-loader": "^0.4.3",
84     "http-proxy-middleware": "^0.17.4",
85     "ignore-loader": "^0.1.1",
86     "jasmine-core": "^2.5.2",
87     "jest": "^19.0.2",
88     "jshint": "^2.9.4",
89     "json-loader": "^0.5.4",
90     "jsx-loader": "^0.13.2",
91     "mkdirp": "^0.5.1",
92     "moment": "^2.18.1",
93     "node-watch": "^0.3.5",
94     "prompt": "^0.2.14",
95     "react-addons-test-utils": "~15.3.2",
96     "react-click-outside": "^2.3.1",
97     "react-datepicker": "^0.48.0",
98     "react-hot-loader": "^1.3.1",
99     "rosie": "^1.6.0",
100     "sass-loader": "^3.2.3",
101     "source-map-loader": "^0.1.5",
102     "storyshots": "^3.2.2",
103     "style-loader": "^0.13.0",
104     "svg-sprite-loader": "^0.1.1",
105     "url-loader": "^0.5.7",
106     "webpack": "^2.2.1",
107     "webpack-dev-server": "^2.4.2"
108   },
109   "engines": {
110     "node": ">=5.1",
111     "npm": ">=3.3"
112   },
113   "jest": {
114     "moduleNameMapper": {
115       "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/test-utils/fileMock.js",
116       "\\.(css|scss)$": "<rootDir>/test-utils/styleMock.js",
117       "^nfvo-utils/RestAPIUtil.js$": "<rootDir>/test-utils/MockRest.js",
118       "^sdc-ui/lib/react/SVGIcon.js$": "<rootDir>/test-utils/MockSVGIcon.js",
119       "^react-show-more$": "<rootDir>/test-utils/ShowMore.js",
120       "^nfvo-utils(.*)$": "<rootDir>/src/nfvo-utils$1",
121       "^nfvo-components(.*)$": "<rootDir>/src/nfvo-components$1",
122       "^sdc-app(.*)$": "<rootDir>/src/sdc-app$1",
123       "^test-utils(.*)$": "<rootDir>/test-utils$1",
124       "^i18nJson$": "<rootDir>/src/nfvo-utils/i18n/en.json",
125       "^src(.*)$": "<rootDir>/src$1"
126     },
127     "globals": {
128       "DEBUG": false
129     },
130     "setupFiles": [
131       "<rootDir>/test-utils/test-env-setup.js"
132     ],
133     "setupTestFrameworkScriptFile": "<rootDir>/test-utils/test-setup.js",
134     "testPathIgnorePatterns": [
135       "<rootDir>/node_modules/",
136       "<rootDir>/test/nfvo-components/storyshots.test.js"
137     ],
138     "collectCoverageFrom": [
139       "src/**/*.{js,jsx}"
140     ],
141     "coveragePathIgnorePatterns": [
142       "/node_modules/",
143       "(.)*.stories.js"
144     ],
145     "coverageReporters": [
146       "lcov"
147     ]
148   }
149 }