-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
67 lines (67 loc) · 2.04 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "aplikacjawww",
"version": "1.0.0",
"description": "Aplikacja WWW",
"private": true,
"scripts": {
"build": "webpack --mode production",
"build-dev": "webpack --mode development",
"watch": "webpack --mode development --watch",
"clean": "rm -r static/dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/warsztatywww/aplikacjawww.git"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/warsztatywww/aplikacjawww/issues"
},
"homepage": "https://github.com/warsztatywww/aplikacjawww#readme",
"devDependencies": {
"@beyonk/google-fonts-webpack-plugin": "^1.7.0",
"autoprefixer": "^10.4.2",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"expose-loader": "^4.0.0",
"mini-css-extract-plugin": "^2.5.2",
"moment-locales-webpack-plugin": "^1.2.0",
"postcss-loader": "^7.0.0",
"sass": "^1.49.0",
"sass-loader": "^13.0.0",
"url-loader": "^4.1.1",
"webpack": "^5.66.0",
"webpack-cli": "^4.9.1",
"webpack-dev-server": "^4.7.3"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"bootstrap": "^4.6.1",
"datatables.net": "^1.11.3",
"datatables.net-bs4": "^1.11.3",
"datatables.net-buttons": "^2.2.1",
"datatables.net-buttons-bs4": "^2.2.1",
"datatables.net-colreorder": "^1.5.5",
"datatables.net-colreorder-bs4": "^1.5.5",
"datatables.net-plugins": "^1.11.3",
"datatables.net-searchpanes": "^1.4.0",
"datatables.net-searchpanes-bs4": "^1.4.0",
"datatables.net-select": "^1.3.4",
"datatables.net-select-bs4": "^1.3.4",
"eonasdan-bootstrap-datetimepicker": "^4.17.49",
"jquery": "^3.6.0",
"js-base64": "^3.7.2",
"jszip": "^3.7.1",
"konami": "^1.6.3",
"moment": "^2.29.2",
"pdfmake": "^0.2.4",
"popper.js": "^1.16.1",
"select2": "^4.0.13",
"tinymce": "^5.10.2",
"tinymce-i18n": "^20.12.25",
"vcard-creator": "^0.4.2"
}
}