forked from nyaruka/rapidpro
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 924 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
{
"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.8.7",
"coffeescript": "1.12.7",
"less": "2.7.1",
"react": "16.3.2",
"react-dom": "16.3.3"
},
"devDependencies": {
"babel-core": "6.26.3",
"babel-loader": "7.1.4",
"babel-preset-env": "1.7.0",
"babel-preset-react": "6.24.1",
"bower": "1.8.8",
"jasmine-core": "2.5.0",
"karma": "4.1.0",
"karma-coffee-preprocessor": "1.0.1",
"karma-coverage": "2.0.1",
"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",
"raf": "3.4.0",
"webpack": "4.30.0",
"webpack-cli": "3.3.1"
}
}