-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.51 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
{
"name": "petclinic-flask-static",
"version": "1.0.0",
"description": "Python Flask Version of Spring Petclinic with SQLAlchemy, Celery et al.",
"main": "/static/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Jakarta-EE-Petclinic/petclinic_flask/tree/main/flask_petclinic/"
},
"keywords": [
"Petclinic",
"flask",
"Python",
"Java",
"Spring",
"Demo",
"Software",
"flask",
"sqlalchemy",
"mariadb"
],
"author": "thomaswoehlke",
"license": "GPL-3.0-or-later",
"scripts": {
"build": "npm run build:version",
"build:version": "node scripts/version.js",
"docker:build": "node scripts/docker/docker-build.js",
"docker:run": "node scripts/docker/docker-run.js",
"postinstall": "grunt"
},
"private": true,
"dependencies": {
"@fortawesome/fontawesome-free": "^6.1.0",
"bootstrap": "^5.1.3",
"bootswatch": "^5.1.3",
"@popperjs/core": "^2.10.2"
},
"devDependencies": {
"grunt": "^1.4.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-contrib-versioning2": "^1.0.7",
"grunt-run-grunt": "^1.0.1",
"path-parse": ">=1.0.7"
},
"engines": {
"npm": "^8.5.2"
}
}