-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
31 lines (31 loc) · 907 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
{
"devDependencies": {
"@symfony/webpack-encore": "^3.0.0",
"core-js": "^3.0.0",
"regenerator-runtime": "^0.13.2",
"webpack-notifier": "^1.6.0"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev-server": "encore dev-server",
"dev": "encore dev",
"watch": "encore dev --watch",
"build": "encore production --progress"
},
"dependencies": {
"bootstrap": "^4.5.0",
"bootstrap-select": "^1.13.18",
"copy-webpack-plugin": "^6.0.3",
"datatables.net": "^1.10.21",
"datatables.net-buttons-dt": "^1.6.2",
"datatables.net-dt": "^1.10.21",
"h2-invent-apps": "^2.2.0",
"jquery": "^3.5.1",
"jszip": "^3.5.0",
"mdbootstrap": "^4.19.1",
"moment": "^2.27.0",
"summernote": "^0.8.18",
"vis-network": "^7.8.0"
}
}