-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.38 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
{
"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": "github:istresearch/floweditor#2269a8e013a9de07cc12509be546699744d8ba19",
"@nyaruka/temba-components": "0.28.2",
"@panzoom/panzoom": "^4.5.1",
"colorette": "1.2.2",
"fa-icons": "0.2.0",
"is-core-module": "2.4.0",
"leaflet": "^1.9.4",
"leaflet-area-select": "1.0.9",
"less": "^4.2.0",
"marked": "^4.0.10",
"queue-microtask": "1.2.3",
"react": "16.13.1",
"react-dom": "16.13.1"
},
"scripts": {
"preinstall": "npx -y npm-force-resolutions",
"tw-build": "postcss static/scss/tailwind.scss -o static/css/tailwind.css",
"tw-watch": "watch 'npm run tw-build' ./static/scss"
},
"engines": {
"npm": ">=8.0.0 <9.0.0",
"node": ">=16.0.0 <17.0.0"
},
"devDependencies": {
"autoprefixer": "10.2.5",
"bower": "1.8.14",
"jasmine-core": "2.5.0",
"postcss": "^8.4.31",
"postcss-import": "14.0.2",
"postcss-loader": "5.3.0",
"postcss-scss": "3.0.5",
"postcss-simple-vars": "6.0.3",
"tailwindcss": "3.0.24",
"watch": "0.13.0"
},
"resolutions": {
"minimist": "1.2.6",
"semver": "7.5.2"
},
"vaadin": {
"disableUsageStatistics": true
}
}