generated from Nereare/Template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1023 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
{
"name": "modelos-pront",
"description": "Uma miscelânea de modelos de evolução de consultas com tópicos específicos.",
"version": "2.17.2",
"maintainers": [
{
"name": "Igor Padoim",
"email": "[email protected]",
"web": "https://padoim.com/"
}
],
"bugs": {
"web": "https://github.com/Nereare/modelos-pront/issues"
},
"license": "HL3-FULL",
"scripts": {
"sass": "cd .\\style\\ && sass --watch pront.scss:pront.css --style compressed"
},
"dependencies": {
"@creativebulma/bulma-divider": "^1.1.0",
"@creativebulma/bulma-tagsinput": "^1.0.3",
"@creativebulma/bulma-tooltip": "^1.2.0",
"@mdi/font": "^7.4.47",
"bulma": "^0.9.3",
"bulma-checkradio": "^2.1.3",
"bulma-switch": "^2.0.4",
"clipboard": "^2.0.11",
"dompurify": "^2.4.0",
"jquery": "^3.7.1",
"jquery-ui-dist": "^1.13.1",
"marked": "^4.1.0",
"normalize.css": "^8.0.1",
"typeface-montserrat": "^1.1.13",
"typeface-roboto-mono": "^1.1.13"
}
}