forked from erxes/erxes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
108 lines (108 loc) · 3.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
{
"name": "erxes",
"version": "0.9.9",
"description": "erxes is an AI meets open source messaging platform for sales and marketing teams.",
"homepage": "https://erxes.io",
"repository": {
"type": "git",
"url": "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.33.0",
"@nivo/pie": "^0.33.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": "^1.6.2",
"bat-d3-punchcard": "^1.0.2",
"bat-draft-js-mention-plugin": "^2.0.1",
"classnames": "^2.2.5",
"color": "^3.0.0",
"crypto": "^1.0.1",
"draft-js": "^0.10.4",
"draft-js-export-html": "^1.2.0",
"draft-js-plugins-editor": "^2.0.3",
"emotion": "^9.2.12",
"erxes-icon": "^1.0.3",
"fuzzysearch-highlight": "^1.0.3",
"graphql": "^0.12.3",
"graphql-tag": "^2.6.1",
"i18n-react": "^0.6.4",
"moment": "^2.22.1",
"query-string": "^5.0.0",
"react": "^16.4.2",
"react-apollo": "^2.1.11",
"react-beautiful-dnd": "9.0.2",
"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-scripts-ts": "^2.17.0",
"react-select-plus": "^1.0.0-rc.5",
"react-toggle": "^4.0.2",
"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"
},
"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": "react-scripts-ts test --env=jsdom",
"eject": "react-scripts-ts eject",
"storybook": "start-storybook -p 9009 -s public",
"build-storybook": "build-storybook -s public",
"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",
"typescript": "^3.0.3"
}
}