forked from widgetbot-io-jumuro/embed
-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathpackage.json
80 lines (80 loc) · 2.39 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
{
"name": "embed",
"main": "src/index.tsx",
"version": "0.1.0",
"private": true,
"homepage": "/channels/",
"proxy": {
"/api": {
"target": "http://localhost:7000",
"changeOrigin": true,
"secure": false,
"ws": true
}
},
"dependencies": {
"@cerebral/fluent": "~1.0.3",
"@cerebral/react": "~3.2.2",
"@cerebral/router": "~3.2.2",
"@cerebral/storage": "~4.2.2",
"@emotion/core": "~10.0.7",
"@emotion/styled": "~10.0.7",
"@types/highlight.js": "~9.12.3",
"@types/lodash": "~4.14.109",
"@types/react-intl": "~2.3.17",
"@types/react-notification-system": "~0.2.39",
"@types/react-transition-group": "~2.0.16",
"@types/recompose": "~0.30.3",
"@types/socket.io-client": "~1.4.32",
"@widgetbot/embed-api": "~1.1.3",
"babel-plugin-emotion": "~10.0.7",
"cerebral": "4.2.2",
"emotion": "~10.0.7",
"emotion-theming": "~10.0.7",
"function-pipe": "~1.2.1",
"graphql": "~0.13.2",
"graphql-request": "~1.6.0",
"graphql-tag": "~2.9.2",
"highlight.js": "~9.12.0",
"kolor": "~1.1.9",
"lodash": "~4.17.10",
"match-sorter": "~2.2.3",
"moment": "~2.22.2",
"prop-types": "~15.7.2",
"raven-js": "~3.27.0",
"react": "~16.8.1",
"react-custom-scrollbars": "~4.2.1",
"react-dom": "~16.8.1",
"react-easy-emoji": "~1.2.0",
"react-icons": "~2.2.7",
"react-intl": "~2.8.0",
"react-notification-system": "~0.2.17",
"react-scripts-ts": "~3.1.0",
"react-transition-group": "~2.5.3",
"recompose": "~0.28.0",
"scroll-into-view-if-needed": "~2.2.6",
"simple-markdown": "~0.4.1",
"socket.io-client": "~2.1.1",
"uuid": "~3.2.1"
},
"scripts": {
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"test": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"pull": "git stash && git pull && yarn && yarn build",
"precommit": "pretty-quick --staged",
"doc": "typedoc --includeDeclarations --excludeExternals --externalPattern \"**/node_modules/!(@widgetbot)/**\" --ignoreCompilerErrors --out ./docs/ ./src"
},
"devDependencies": {
"@types/jest": "~23.0.0",
"@types/node": "~11.9.3",
"@types/react": "~16.8.3",
"@types/react-dom": "~16.8.1",
"husky": "~0.14.3",
"prettier": "~1.13.5",
"pretty-quick": "~1.6.0",
"typedoc": "~0.14.2",
"typescript": "~3.3.3"
}
}