forked from samwi/collab-ui-react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
182 lines (182 loc) · 6.17 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
{
"name": "@collab-ui/react",
"version": "8.6.0",
"description": "Cisco Collab UI framework for ReactJs applications",
"author": "Cisco Systems, Inc.",
"bugs": {
"url": "https://github.com/collab-ui/collab-ui-react/issues"
},
"engines": {
"node": ">=8",
"npm": ">=5"
},
"keywords": [
"Cisco",
"Cisco Spark",
"Collab UI",
"ReactJS",
"Spark UI",
"Webex",
"Webex Teams"
],
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"repository": {
"type": "git",
"url": "https://github.com/collab-ui/collab-ui-react.git"
},
"scripts": {
"analyze-bundle": "node ./tools/analyzeBundle.js",
"build": "run-s build:base open:dist",
"build:base": "run-s build:data build:examples build:lib build:markdown build:docs ",
"build:CI": "run-s build:base copy:CI",
"build:data": "node ./tools/docCreate.js",
"build:docs": "node ./tools/website/build.js",
"build:examples": "node ./tools/exampleCreate.js",
"build:lib": "node ./tools/lib/build.js",
"build:markdown": "node ./tools/markdownToHTML.js",
"clean-dist": "yarn remove-dist && mkdir dist bundles lib",
"clean:install": "rimraf node_modules && npm install",
"clean:update": "rimraf node_modules && npm cache verify && npm install && npm update",
"copy:CI": "cp ./src/docs/_redirects ./dist/",
"lint": "esw webpack.config.* src config --color",
"lint:watch": "yarn lint --watch",
"open:cover": "yarn test:cover && opn ./coverage/lcov-report/index.html",
"open:dist": "node config/distServer.js",
"open:src": "node config/srcServer.js",
"prebuild": "yarn clean-dist && yarn lint && yarn test",
"prepublishOnly": "yarn build:lib",
"prestart": "run-s start-message build:data build:examples",
"remove-dist": "rimraf ./dist ./bundles ./lib",
"start": "run-p test:watch open:src lint:watch watch:docs",
"start-message": "node config/startMessage.js",
"test": "jest",
"test:CI": "node config/testCi.js --maxWorkers=2",
"test:cover": "yarn test --coverage ",
"test:cover:CI": "yarn test:CI --coverage && cat ./coverage/lcov.info | node_modules/coveralls/bin/coveralls.js",
"test:watch": "yarn test --watch",
"update:examples": "run-s build:data \"build:examples -- --quiet\"",
"watch:docs": "npm-watch update:examples",
"watch:lib": "npm-watch build:lib"
},
"watch": {
"build:data": "src/lib/**/*.js",
"update:examples": {
"patterns": [
"src/lib/**/index.js"
]
},
"build:lib": "src/lib/**/*.js"
},
"peerDependencies": {
"react": ">=15.6.2",
"react-dom": ">=15.6.2"
},
"dependencies": {
"@babel/runtime": "^7.0.0-beta.47",
"@collab-ui/core": "^10.17.0",
"moment": "^2.22.0",
"object-assign": "4.1.1",
"react-aria-modal": "^2.11.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0-beta.47",
"@babel/core": "^7.0.0-beta.47",
"@babel/plugin-proposal-class-properties": "^7.0.0-beta.47",
"@babel/plugin-proposal-export-default-from": "^7.0.0-beta.47",
"@babel/plugin-proposal-export-namespace-from": "^7.0.0-beta.47",
"@babel/plugin-transform-react-constant-elements": "^7.0.0-beta.49",
"@babel/plugin-transform-runtime": "^7.0.0-beta.47",
"@babel/preset-env": "^7.0.0-beta.47",
"@babel/preset-react": "^7.0.0-beta.47",
"@babel/preset-stage-0": "^7.0.0-beta.47",
"@collab-ui/utils": "^2.1.5",
"@semantic-release/changelog": "^2.0.2",
"@semantic-release/exec": "^2.2.4",
"@semantic-release/git": "^5.0.0",
"autoprefixer": "^7.2.4",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.4.3",
"babel-loader": "^8.0.0-beta.3",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-module-resolver": "^3.1.1",
"babel-plugin-transform-class-properties": "6.24.1",
"babel-polyfill": "6.26.0",
"browser-sync": "2.23.5",
"chalk": "^2.3.0",
"child-process-promise": "^2.2.1",
"ciscospark": "^1.32.19",
"connect-history-api-fallback": "^1.4.0",
"coveralls": "^3.0.1",
"css-loader": "0.28.8",
"enzyme": "^3.3.0",
"enzyme-adapter-react-15": "^1.0.5",
"eslint": "^4.19.1",
"eslint-import-resolver-alias": "^1.0.3",
"eslint-import-resolver-webpack": "^0.8.4",
"eslint-plugin-import": "^2.12.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "7.5.1",
"eslint-watch": "^3.1.4",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.6",
"fs-extra": "^5.0.0",
"highlight.js": "^9.12.0",
"history": "4.7.2",
"html-webpack-plugin": "2.30.1",
"identity-obj-proxy": "3.0.0",
"jest": "^22.4.3",
"jest-cli": "^22.4.3",
"lodash": "^4.17.4",
"moment-timezone": "^0.5.14",
"npm-run-all": "^4.1.2",
"npm-watch": "^0.3.0",
"opn-cli": "3.1.0",
"output-file-sync": "^2.0.0",
"postcss-flexbugs-fixes": "3.2.0",
"postcss-loader": "^2.1.3",
"prompt": "1.0.0",
"prop-types": "15.6.0",
"react": "15.6.2",
"react-dom": "15.6.2",
"react-hot-loader": "^4.2.0",
"react-redux": "5.0.6",
"react-router-dom": "4.2.2",
"react-router-redux": "4.0.8",
"react-test-renderer": "15.6.2",
"redux": "3.7.2",
"redux-immutable-state-invariant": "^2.1.0",
"redux-thunk": "2.2.0",
"replace": "0.3.0",
"rimraf": "2.6.2",
"sass-loader": "6.0.6",
"semantic-release": "^15.6.0",
"showdown": "^1.8.5",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"webpack": "^3.12.0",
"webpack-bundle-analyzer": "2.9.2",
"webpack-dev-middleware": "^2.0.4",
"webpack-hot-middleware": "^2.22.2",
"webpack-md5-hash": "0.0.6",
"yargs": "^11.0.0",
"yarn": "^1.8.0"
},
"jest": {
"testURL": "http://localhost",
"moduleNameMapper": {
"\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "<rootDir>/tools/assetsTransformer.js",
"\\.(scss|css|less)$": "<rootDir>/tools/assetsTransformer.js",
"^@collab-ui/react(.*)$": "<rootDir>/src/lib/$1"
},
"modulePathIgnorePatterns": [
"<rootDir>/src/docs/"
],
"setupFiles": [
"<rootDir>/src/helpers/enzyme_setup"
]
}
}