forked from erxes/erxes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
119 lines (119 loc) · 3.47 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
{
"name": "erxes",
"version": "0.9.15",
"description": "erxes is an AI meets open source messaging platform for sales and marketing teams.",
"homepage": "https://erxes.io",
"repository": "https://github.com/erxes/erxes",
"bugs": "https://github.com/erxes/erxes/issues",
"keywords": [
"node",
"graphql",
"apollo",
"mongodb",
"react",
"create-react-app"
],
"license": "MIT",
"private": true,
"dependencies": {
"@nivo/line": "0.35.0",
"@nivo/pie": "0.35.0",
"add-graphql-subscriptions": "^1.0.1",
"apollo-cache-inmemory": "^1.1.5",
"apollo-client": "^2.3.7",
"apollo-link": "^1.0.7",
"apollo-link-context": "^1.0.3",
"apollo-link-error": "^1.0.9",
"apollo-link-http": "^1.5.4",
"apollo-link-ws": "^1.0.8",
"apollo-utilities": "^1.0.5",
"autolinker": "^3.0.0",
"bat-draft-js-mention-plugin": "^2.0.1",
"classnames": "^2.2.5",
"color": "^3.0.0",
"crypto": "^1.0.1",
"draft-js": "^0.10.5",
"draft-js-anchor-plugin": "^2.0.2",
"draft-js-buttons": "^2.0.1",
"draft-js-emoji-plugin": "^2.1.1",
"draft-js-export-html": "^1.2.0",
"draft-js-plugins-editor": "^2.0.3",
"draft-js-static-toolbar-plugin": "^3.0.0",
"emotion": "^10.0.9",
"erxes-icon": "^1.0.9",
"fuzzysearch-highlight": "^1.0.3",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"i18n-react": "^0.6.4",
"juice": "^5.2.0",
"moment": "^2.22.1",
"query-string": "^5.0.0",
"react": "^16.4.2",
"react-apollo": "^2.1.11",
"react-beautiful-dnd": "^10.1.0",
"react-bootstrap": "^0.31.3",
"react-color": "^2.14.1",
"react-copy-to-clipboard": "^5.0.1",
"react-datetime": "^2.11.1",
"react-dom": "^16.3.2",
"react-markdown": "^3.3.0",
"react-router": "^4.2.0",
"react-router-dom": "^4.2.2",
"react-select-plus": "^1.0.0-rc.5",
"react-toggle": "^4.0.2",
"react-transition-group": "^2.5.1",
"request-idle-callback": "^1.0.2",
"sanitize-html": "^1.19.1",
"scriptjs": "^2.5.8",
"strip": "^3.0.0",
"styled-components": "^3.2.6",
"styled-components-ts": "^0.0.14",
"subscriptions-transport-ws": "0.8.3",
"ua-parser-js": "^0.7.17",
"xss": "^1.0.3"
},
"lint-staged": {
"src/**/*.{ts,tsx,json,css}": [
"prettier --single-quote --write",
"git add"
]
},
"collective": {
"type": "opencollective",
"url": "https://opencollective.com/erxes",
"logo": "https://opencollective.com/opencollective/logo.txt"
},
"scripts": {
"format": "prettier --single-quote --write 'src/**/*.@(ts|tsx)'",
"precommit": "lint-staged",
"start": "react-scripts-ts start",
"build": "react-scripts-ts build",
"compress": "gzip -5 --keep -r build/static/js",
"test": "snyk test && react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"lint": "tslint 'src/**/*.@(ts|tsx)'",
"postinstall": "opencollective postinstall"
},
"devDependencies": {
"@types/draft-js": "^0.10.24",
"@types/node": "^10.9.4",
"@types/react": "^16.4.13",
"@types/react-dom": "^16.0.7",
"@types/react-router": "^4.0.30",
"@types/react-router-dom": "^4.3.0",
"@types/styled-components": "^3.0.0",
"husky": "^0.14.3",
"lint-staged": "^4.3.0",
"opencollective": "^1.0.3",
"prettier": "^1.8.2",
"react-scripts-ts": "4.0.8",
"snyk": "^1.108.2",
"typescript": "^3.0.3"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}