-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.92 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.92 KB
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
{
"name": "@voxeet/react-components",
"version": "0.31.0",
"description": "",
"main": "./dist/bundle.js",
"scripts": {
"start": "webpack-dev-server -d --hot --inline --history-api-fallback --content-base ./src/static",
"build": "webpack --config webpack.config.prod.js --progress -p",
"prepublishOnly": "npm run build"
},
"keywords": [],
"author": "Voxeet",
"contributors": [
"BEHUET Jérôme <jbehuet@gmail.com>",
"GOURGUES Thomas <tgourgues@voxeet.com>",
"MARTIN Valentin <vmartin@voxeet.com>"
],
"dependencies": {
"@voxeet/voxeet-web-sdk": "1.8.6",
"autolinker": "^2.2.2",
"bowser": "1.9.4",
"express": "^4.16.4",
"classnames": "2.2.6",
"css-element-queries": "1.1.1",
"dompurify": "^1.0.8",
"immutable": "3.8.2",
"prop-types": "15.6.2",
"react": "16.7.0",
"react-dom": "16.7.0",
"react-draggable": "3.1.1",
"react-localization": "^1.0.13",
"react-redux": "5.0.7",
"react-tooltip": "3.9.2",
"redux": "3.7.2",
"redux-promise": "0.6.0",
"redux-thunk": "2.3.0"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.2.0",
"css-loader": "^2.1.0",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"file-loader": "^3.0.1",
"html-webpack-plugin": "^3.2.0",
"less": "^3.9.0",
"less-loader": "^4.0.5",
"react-hot-loader": "^3.0.0-beta.7",
"style-loader": "^0.18.2",
"url-loader": "^0.5.9",
"webpack": "^4.28.3",
"webpack-cli": "^3.2.0",
"webpack-dev-server": "^3.1.14"
},
"peerDependencies": {
"@voxeet/voxeet-web-sdk": "^1.8.5"
},
"files": [
"README.md",
"dist/"
]
}