-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
63 lines (63 loc) · 2.18 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
{
"name": "tinyups",
"version": "1.2.0",
"author": "Sergey Ko",
"license": "GPLv3",
"private": true,
"scripts": {
"build": "webpack --mode=production --node-env=production",
"build:dev": "webpack --mode=development --node-env=development",
"build:prod": "webpack --mode=production --node-env=production",
"watch": "webpack --watch"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.7",
"browser-sync": "^2.29.3",
"browser-sync-webpack-plugin": "^2.3.0",
"compression-webpack-plugin": "^10.0.0",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"esbuild-loader": "^4.0.0",
"html-inline-css-webpack-plugin": "^1.11.2",
"html-loader": "^3.1.0",
"html-webpack-plugin": "^5.5.0",
"inline-chunk-html-plugin": "^1.1.1",
"mem-fs": "^2.0.0",
"mem-fs-editor": "^9.0.0",
"mini-css-extract-plugin": "^2.6.0",
"postcss": "^8.0.9",
"postcss-import": "^14.1.0",
"postcss-loader": "^7.0.0",
"postcss-nesting": "^10.1.7",
"prettier": "^2.6.2",
"remove-files-webpack-plugin": "^1.5.0",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"tailwindcss": "^3.2.4",
"terser-webpack-plugin": "^5.3.9",
"uglify-js": "^3.17.4",
"webpack": "^5.72.1",
"webpack-cli": "^5.1.4",
"webpack-localize-assets-plugin": "^1.5.4"
},
"dependencies": {
"@u306060/chartjs-plugin-streaming": "^2.0.0",
"chart.js": "^4.3.0",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-adapter-luxon": "^1.3.1",
"chartjs-chart-bubblematrix": "^0.0.3",
"chartjs-plugin-zoom": "^2.0.1",
"crypto-js": "^4.2.0",
"date-fns": "^2.30.0",
"flowbite": "^1.4.7",
"flowbite-datepicker": "^1.2.2",
"i18next": "^23.2.8",
"i18next-browser-languagedetector": "^7.1.0",
"jquery": "^3.7.0",
"jquery-i18next": "^1.2.1",
"luxon": "^3.3.0",
"ohsnap-tailwind": "way5/ohsnap-tailwind"
}
}