forked from rapidpro/rapidpro
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 906 Bytes
/
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
{
"name": "rapidpro",
"repository": "[email protected]:rapidpro/rapidpro.git",
"license": "AGPL-3.0",
"lint-staged": {
"*.{js,jsx,css,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"@nyaruka/flow-editor": "1.9.8",
"@nyaruka/temba-components": "0.1.7",
"coffeescript": "1.12.7",
"fa-icons": "0.2.0",
"less": "2.7.1",
"react": "16.3.2",
"react-dom": "16.3.3"
},
"scripts": {
"preinstall": "npx npm-force-resolutions"
},
"devDependencies": {
"bower": "1.8.8",
"jasmine-core": "2.5.0",
"karma": "4.4.1",
"karma-coffee-preprocessor": "1.0.1",
"karma-coverage": "2.0.2",
"karma-coveralls": "2.1.0",
"karma-jasmine": "0.3.5",
"karma-ng-html2js-preprocessor": "0.1.1",
"karma-phantomjs-launcher": "1.0.4",
"phantomjs-prebuilt": "2.1.16"
},
"resolutions": {
"minimist": "1.2.5"
}
}