-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.99 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.99 KB
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
{
"name": "gerador-de-documentacoes",
"version": "1.0.0",
"description": "[](https://www.python.org/downloads/)\r [](https://flask.palletsprojects.com/)\r [](https://developer.mozilla.org/en-US/docs/Web/HTML)\r [](https://vuejs.org/)\r [](https://tailwindcss.com/)",
"main": "index.js",
"scripts": {
"dev-front": "vite",
"dev-back": "python -m flask run",
"build-css": "tailwindcss -i ./src/input.css -o ./static/css/tailwind.css --minify",
"watch-css": "tailwindcss -i ./src/input.css -o ./static/css/tailwind.css --watch",
"dev": "concurrently \"npm run dev-front\" \"npm run dev-back\" \"npm run watch-css\"",
"build": "tailwindcss -i ./src/input.css -o ./static/css/tailwind.css --minify && vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deyvyd/gerador-de-documentacoes.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/deyvyd/gerador-de-documentacoes/issues"
},
"homepage": "https://github.com/deyvyd/gerador-de-documentacoes#readme",
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.7",
"autoprefixer": "^10.4.14",
"concurrently": "^9.1.2",
"postcss": "^8.5.26",
"postcss-import": "^16.1.0",
"tailwindcss": "^3.3.5",
"vite": "^8.1.4"
},
"dependencies": {
"axios": "^1.9.0",
"driver.js": "^1.3.5",
"is-fullwidth-code-point": "^5.0.0",
"maska": "^3.1.1",
"mitt": "^3.0.1",
"quill": "^2.0.2",
"sortablejs": "^1.15.6",
"vue": "^3.4.21",
"vue-router": "^4.5.1"
}
}