forked from cboard-org/cboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
170 lines (170 loc) · 5.09 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
168
169
170
{
"name": "cboard",
"version": "0.1.1",
"description": "Cboard is an augmentative and alternative communication (AAC) web application, allowing users with speech and language impairments (autism, cerebral palsy) to communicate by symbols and text-to-speech.",
"keywords": [
"aac",
"autism",
"cerebral-palsy",
"progressive-web-app",
"communication-board",
"speech",
"language",
"tts",
"text-to-speech"
],
"homepage": "https://app.cboard.io",
"private": false,
"license": "GPL-3.0-only",
"dependencies": {
"@cospired/i18n-iso-languages": "^2.2.0",
"@crowdin/crowdin-api-client": "^1.24.0",
"@ctrl/react-adsense": "^1.7.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "4.0.0-alpha.57",
"@microsoft/applicationinsights-web": "^2.8.15",
"@paypal/react-paypal-js": "^7.8.3",
"@redux-beacon/google-analytics-gtag": "^1.1.0",
"@redux-beacon/logger": "^1.0.0",
"@redux-beacon/offline-web": "^1.0.0",
"axios": "^0.26.1",
"browser-image-resizer": "^1.2.0",
"dom-to-image": "^2.6.0",
"dotenv": "^16.1.4",
"echarts": "5.4.3",
"echarts-for-react": "^3.0.2",
"file-saver": "^2.0.5",
"fontsource-roboto": "^4.0.0",
"formik": "^1.3.2",
"history": "^4.10.1",
"i18n-iso-countries": "4.3.1",
"idb": "^7.1.1",
"intl": "^1.2.5",
"is-url": "1.2.4",
"ismobilejs": "^1.1.1",
"iso-639-1": "2.1.15",
"jss": "^10.9.2",
"jss-rtl": "^0.3.0",
"jszip": "^3.10.1",
"jszip-utils": "^0.1.0",
"keycode": "^2.2.1",
"lodash": "^4.17.21",
"mathjs": "7.6.0",
"microsoft-cognitiveservices-speech-sdk": "^1.32.0",
"mime-types": "^2.1.35",
"moment": "2.29.4",
"mongoose": "^6.12.0",
"ogv": "^1.8.9",
"pdfmake": "^0.2.7",
"prop-types": "^15.8.1",
"query-string": "^6.14.1",
"ramda": "^0.29.1",
"react": "^17.0.2",
"react-autosuggest": "^10.1.0",
"react-cropper": "^2.3.3",
"react-dnd": "^11.1.3",
"react-dnd-touch-backend": "^11.1.3",
"react-dom": "^17.0.2",
"react-grid-layout": "^0.16.6",
"react-helmet": "^6.1.0",
"react-icons": "^4.11.0",
"react-intl": "^2.7.2",
"react-joyride": "^2.5.4",
"react-markdown": "^5.0.3",
"react-media-recorder": "^0.7.1",
"react-redux": "^5.1.2",
"react-router-dom": "^5.3.4",
"react-scannable": "0.0.18",
"react-share": "^2.3.1",
"react-sizeme": "^3.0.2",
"react-social-login-buttons": "^3.9.1",
"react-transition-group": "4.4.5",
"redux": "^4.2.1",
"redux-beacon": "^2.0.3",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.4.2",
"shortid": "^2.2.16",
"source-map-explorer": "^2.5.3",
"swiper": "^6.8.4",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/mime-types": "^2.1.1",
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.0",
"decompress-zip": "^0.3.1",
"enzyme": "^3.11.0",
"enzyme-to-json": "3.3.5",
"fake-indexeddb": "^4.0.1",
"husky": "^1.1.4",
"jest-mock-axios": "^3.2.0",
"lint-staged": "^10.0.3",
"prettier": "1.15.3",
"react-app-rewired": "^2.1.3",
"react-scripts": "^3.4.4",
"react-test-renderer": "^17.0.2",
"redux-mock-store": "^1.5.4",
"sw-precache": "^5.2.1",
"typescript": "^4.6.4"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"*.{js,json,css}": [
"prettier --write",
"git add"
]
},
"jest": {
"transformIgnorePatterns": [
"node_modules/(?!idb)"
],
"moduleNameMapper": {
"\\.(css|less)$": "<rootDir>/src/__mocks__/styleMock.js"
},
"collectCoverageFrom": [
"src/**/*.js",
"!src/polyfills.js",
"!src/config.js",
"!src/index.js",
"!src/common/test_utils.js",
"!src/components/**/index.js",
"!src/providers/**/index.js",
"!src/components/**/*.messages.js",
"!src/components/**/*.container.js",
"!src/components/**/*.helpers.js",
"!src/components/Board/SymbolSearch/SymbolSearch.component.js",
"!src/components/Board/TileEditor/TileEditor.component.js",
"!src/registerServiceWorker.js"
]
},
"scripts": {
"analyze": "source-map-explorer build/static/js/**/*.js",
"start": "react-scripts start",
"build": "react-scripts build && sw-precache --config=sw-precache-config.js",
"build-cordova-debug": "react-app-rewired build",
"predeploy": "yarn build",
"deploy": "gh-pages -d build",
"test": "react-scripts test",
"decrypt:local": "./scripts/decrypt-private.sh local",
"encrypt:local": "./scripts/encrypt-private.sh local",
"decrypt:prod": "./scripts/decrypt-private.sh prod",
"encrypt:prod": "./scripts/encrypt-private.sh prod",
"translations:pull": "CBOARD_ENV=local node ./scripts/crowdin-fetch-latest.js",
"translations:push": "CBOARD_ENV=local node ./scripts/crowdin-push-changes.js",
"eject": "react-scripts eject"
},
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/cboard"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}