forked from glific/glific-frontend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
131 lines (131 loc) · 4.13 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
{
"name": "glific-frontend",
"version": "0.9.6",
"private": true,
"dependencies": {
"@absinthe/socket": "^0.2.1",
"@absinthe/socket-apollo-link": "^0.2.1",
"@apollo/client": "^3.0.0-rc.12",
"@apollo/link-context": "^2.0.0-beta.3",
"@apollo/link-error": "^2.0.0-beta.3",
"@apollo/link-ws": "^2.0.0-beta.3",
"@appsignal/javascript": "^1.3.6",
"@appsignal/plugin-breadcrumbs-network": "^1.1.11",
"@appsignal/plugin-path-decorator": "^1.0.5",
"@appsignal/plugin-window-events": "^1.0.5",
"@appsignal/react": "^1.0.1",
"@date-io/date-fns": "1.3.13",
"@jumpn/utils-graphql": "^0.6.0",
"@material-ui/core": "^4.10.1",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/pickers": "^3.2.10",
"@material-ui/styles": "^4.10.0",
"@nyaruka/flow-editor": "glific/floweditor#v1.11.9.2",
"@testing-library/jest-dom": "^5.10.1",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/draft-js": "^0.10.43",
"@types/emoji-mart": "^3.0.2",
"@types/jest": "^26.0.0",
"@types/markdown-draft-js": "^2.2.1",
"@types/node": "^14.14.6",
"@types/react": "^16.9.0",
"@types/react-color": "^3.0.4",
"@types/react-dom": "^16.9.0",
"@types/react-linkify": "^1.0.0",
"@types/react-resize-detector": "^5.0.0",
"@types/react-router": "^5.1.7",
"@types/react-router-dom": "^5.1.5",
"@types/styled-components": "^5.1.1",
"@types/yup": "^0.29.4",
"ajv-keywords": "^3.5.0",
"apollo-link-token-refresh": "^0.3.2",
"axios": "^0.21.0",
"clsx": "^1.1.1",
"date-fns": "^2.15.0",
"draft-js": "^0.11.6",
"draft-js-emoji-mart-plugin": "^0.0.6",
"draft-js-emoji-plugin": "^2.1.3",
"draft-js-plugins-editor": "^3.0.0",
"emoji-mart": "^3.0.0",
"eslint": "7.12.1",
"eslint-config-airbnb": "18.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "4.2.0",
"formik": "^2.1.4",
"formik-material-ui": "^3.0.0-alpha.0",
"graphql": "^15.3.0",
"markdown-draft-js": "^2.2.1",
"moment": "^2.27.0",
"phoenix": "^1.5.3",
"react": "^17.0.1",
"react-color": "^2.18.1",
"react-data-table-component": "^6.9.3",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.3",
"react-linkify": "^1.0.0-alpha",
"react-phone-input-2": "^2.13.7",
"react-player": "^2.6.1",
"react-resize-detector": "^5.0.6",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.0",
"react-string-replace": "^0.4.4",
"react-tiny-link": "^3.6.0",
"react-viewer": "^3.2.2",
"styled-components": "^5.1.1",
"subscriptions-transport-ws": "^0.9.16",
"typescript": "~4.0.5",
"yup": "^0.29.2"
},
"scripts": {
"setup": "yarn cache clean && yarn install --force && yarn run floweditor",
"start": "react-scripts start",
"build": "yarn setup && react-scripts build",
"test": "react-scripts test",
"test:coverage": "react-scripts test --coverage --watchAll",
"cy:run": "cypress run",
"eject": "react-scripts eject",
"format": "prettier \"**/*.{ts,tsx,css,graphql}\" --write",
"floweditor": "cp -r node_modules/@nyaruka/flow-editor/build/static public && cp -r node_modules/@nyaruka/flow-editor/build/sitestatic public"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{ts,tsx}",
"!src/config/*.{ts,tsx}",
"!src/serviceWorker.ts",
"!src/react-app-env.d.ts",
"!src/index.tsx",
"!src/types/**/*.{ts,tsx}"
],
"coverageReporters": [
"text",
"html",
"lcov"
]
},
"devDependencies": {
"@types/react-test-renderer": "^16.9.2",
"prettier": "^2.0.5",
"react-test-renderer": "^17.0.1"
}
}