-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
30 lines (30 loc) · 848 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
{
"name": "dbdesigner",
"version": "2.3.0",
"description": "A HTML and Javascript Based Database ERD Tool",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"webpack": "npx webpack --config webpack.config.js --display-modules",
"checkupdates": "ncu"
},
"author": "André Kreienbring",
"license": "GPL-3.0-only",
"devDependencies": {
"css-loader": "^4.3.0",
"file-loader": "^6.1.0",
"mini-css-extract-plugin": "^0.11.3",
"node-sass": "^4.14.1",
"sass-loader": "^10.0.2",
"style-loader": "^1.3.0",
"webpack": "^4.44.2",
"webpack-cli": "^3.3.12"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.0",
"@panzoom/panzoom": "^4.3.2",
"jsplumb": "^2.14.6",
"moment": "^2.29.0",
"tempusdominus-bootstrap-4": "^5.1.2"
}
}