forked from Ilhasoft/rapidpro
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "rapidpro",
"repository": "[email protected]:rapidpro/rapidpro.git",
"license": "AGPL-3.0",
"lint-staged": {
"*.{js,jsx,css,md}": [
"prettier --write",
"git add"
]
},
"dependencies": {
"@weni/flow-editor": "3.4.2",
"@nyaruka/temba-components": "0.23.0",
"colorette": "1.2.2",
"fa-icons": "0.2.0",
"is-core-module": "2.4.0",
"less": "2.7.1",
"queue-microtask": "1.2.3",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"scripts": {
"preinstall": "npx npm-force-resolutions",
"tw-build": "postcss static/scss/tailwind.scss -o static/css/tailwind.css",
"tw-watch": "watch 'npm run tw-build' ./static/scss"
},
"devDependencies": {
"autoprefixer": "10.2.5",
"bower": "1.8.8",
"jasmine-core": "2.5.0",
"postcss": "8.3.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"
},
"resolutions": {
"minimist": "1.2.5"
},
"vaadin": {
"disableUsageStatistics": true
}
}