forked from rapidpro/rapidpro
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
47 lines (47 loc) · 1.16 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
{
"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.36.3",
"@nyaruka/temba-components": "0.113.0",
"codemirror": "5.18.2",
"colorette": "1.2.2",
"fa-icons": "0.2.0",
"highcharts": "9.3.0",
"intercooler": "1.2.3",
"is-core-module": "2.4.0",
"less": "2.7.1",
"qrious": "4.0.2",
"queue-microtask": "1.2.3",
"react": "16.13.1",
"react-dom": "16.13.1",
"sortablejs": "1.8.4"
},
"scripts": {
"tw-build": "postcss static/scss/tailwind.scss -o static/css/tailwind.css",
"tw-watch": "watch 'yarn run tw-build' ./static/scss"
},
"devDependencies": {
"autoprefixer": "10.2.5",
"bower": "1.8.8",
"jasmine-core": "2.5.0",
"postcss": "8.4.38",
"postcss-cli": "11.0.0",
"postcss-import": "14.0.2",
"postcss-loader": "5.3.0",
"postcss-scss": "3.0.5",
"postcss-simple-vars": "6.0.3",
"tailwindcss": "2.0.4",
"watch": "0.13.0"
},
"vaadin": {
"disableUsageStatistics": true
}
}