-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
167 lines (167 loc) · 5.03 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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"name": "@nyaruka/flow-editor",
"license": "AGPL-3.0",
"repository": "git://github.com/nyaruka/floweditor.git",
"version": "1.36.0",
"description": "'Standalone flow editing tool designed for use within the RapidPro suite of messaging tools but can be adopted for use outside of that ecosystem.'",
"browser": "umd/flow-editor.min.js",
"unpkg": "umd/flow-editor.min.js",
"author": "Nyaruka <[email protected]>",
"homepage": "./",
"files": [
"build"
],
"private": false,
"dependencies": {
"@nyaruka/temba-components": "0.101.0",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"scripts": {
"lambda:serve": "netlify-lambda serve lambda -p 6000",
"lambda:build": "netlify-lambda build lambda",
"lambda": "yarn run lambda:build && yarn run lambda:serve",
"prettify": "prettier --write 'src/**/*.{ts,tsx,json,js,css,md}'",
"netlify": "yarn run build && yarn run lambda:build",
"preversion": "yarn test --watchAll=false",
"postversion": "git push --tags && git push origin main",
"version": "yarn run build && auto-changelog -p && git add CHANGELOG.md",
"scan": "./node_modules/i18next-scanner/bin/cli.js",
"dev": "yarn build && cp -Rf build/* ../rapidpro/node_modules/@nyaruka/flow-editor/build/",
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom-fourteen",
"tester": "react-scripts test --env=jest-environment-happy-dom",
"eject": "react-scripts eject"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version",
"last 2 edge versions"
]
},
"jest": {
"collectCoverageFrom": [
"src/**/*.{ts,tsx}"
],
"coverageReporters": [
"text",
"lcov",
"json"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
},
"lint-staged": {
"*.{ts,tsx,js,css,md}": [
"prettier --write",
"git add"
]
},
"devDependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "7.0.0",
"@testing-library/jest-dom": "4.0.0",
"@testing-library/react": "8.0.1",
"@types/common-tags": "^1.8.0",
"@types/core-js": "2.5.0",
"@types/dateformat": "3.0.0",
"@types/enzyme": "^3.9.3",
"@types/enzyme-adapter-react-16": "^1.0.3",
"@types/jest": "24.0.13",
"@types/react": "16.8.23",
"@types/react-addons-shallow-compare": "0.14.22",
"@types/react-dom": "16.8.4",
"@types/react-modal": "^3.8.1",
"@types/react-redux": "7.1.3",
"@types/react-select": "3.0.8",
"@types/redux-mock-store": "^1.0.0",
"@types/textarea-caret": "3.0.0",
"@types/uniqid": "^4.1.2",
"@types/uuid": "^3.4.3",
"@types/webpack-env": "^1.13.6",
"@typescript-eslint/eslint-plugin": "1.12.0",
"@typescript-eslint/parser": "1.12.0",
"ajv": "6.12.3",
"array-move": "2.1.0",
"auto-bind": "2.1.0",
"auto-changelog": "1.13.0",
"axios": "0.21.2",
"camelcase": "^5.3.1",
"classnames": "2.2.6",
"common-tags": "1.8.0",
"core-js": "2.5.7",
"dateformat": "3.0.3",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "^1.13.0",
"enzyme-adapter-utils": "1.12.0",
"enzyme-to-json": "^3.3.4",
"eslint-config-prettier": "6.0.0",
"eslint-config-react": "1.1.7",
"eslint-plugin-prettier": "3.1.0",
"fast-deep-equal": "2.0.1",
"http-headers-validation": "0.0.1",
"http-proxy-middleware": "0.19.1",
"husky": "2.3.0",
"i18next": "19.0.0",
"i18next-browser-languagedetector": "4.0.1",
"i18next-scanner": "2.10.3",
"i18next-scanner-typescript": "1.0.3",
"identity-obj-proxy": "3.0.0",
"immutability-helper": "2.7.1",
"jsplumb": "^2.9.3",
"lint-staged": "8.1.7",
"local-storage": "1.4.2",
"lodash.clonedeep": "4.5.0",
"moment": "2.29.4",
"netlify-lambda": "^1.4.9",
"prettier": "1.18.2",
"pretty-quick": "^1.11.0",
"prop-types": "15.5.7",
"raf": "^3.4.0",
"react-addons-shallow-compare": "15.6.2",
"react-autosize-textarea": "4.0.0",
"react-flip-move": "3.0.4",
"react-flip-toolkit": "7.0.7",
"react-i18next": "11.0.1",
"react-markdown": "4.0.8",
"react-media-player": "0.7.6",
"react-modal": "3.8.1",
"react-page-visibility": "3.2.1",
"react-player": "1.9.3",
"react-redux": "7.1.3",
"react-scripts": "^3.4.1",
"react-select": "3.0.8",
"react-sortable-hoc": "1.9.1",
"redux": "3.7.2",
"redux-devtools-extension": "^2.13.5",
"redux-mock-store": "1.5.3",
"redux-thunk": "2.2.0",
"sass": "1.32.13",
"sha1": "1.1.1",
"shx": "0.3.2",
"sign-bunny": "1.0.0",
"source-map-loader": "^0.2.4",
"textarea-caret": "3.1.0",
"tslint": "5.17.0",
"tslint-config-prettier": "1.18.0",
"tslint-plugin-prettier": "2.0.1",
"typescript": "3.4.5",
"uniqid": "5.0.3",
"uuid": "3.3.2"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
}
}