-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 2.05 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
{
"name": "tinyups",
"version": "1.3.0",
"repository": "https://github.com/way5/tinyUPS.git",
"author": "Sergey Ko <[email protected]>",
"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",
"dev": "webpack --watch"
},
"devDependencies": {
"@tailwindcss/forms": "^0.5.10",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@tailwindcss/typography": "^0.5.16",
"autoprefixer": "^10.4.21",
"browser-sync": "^2.0.0",
"browser-sync-webpack-plugin": "^2.3.0",
"compression-webpack-plugin": "^11.1.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.2",
"esbuild-loader": "^4.3.0",
"html-inline-css-webpack-plugin": "^1.11.2",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"inline-chunk-html-plugin": "^1.1.1",
"mini-css-extract-plugin": "^2.9.2",
"postcss": "^8.5.3",
"postcss-import": "^16.1.0",
"postcss-loader": "^8.1.1",
"postcss-nested": "^7.0.2",
"prettier": "^3.5.3",
"remove-files-webpack-plugin": "^1.5.0",
"sass-embedded": "^1.85.1",
"sass-loader": "^16.0.5",
"tailwindcss": "^3.4.17",
"terser-webpack-plugin": "^5.3.14",
"uglify-js": "^3.19.3",
"webpack": "^5.98.0",
"webpack-cli": "^6.0.1",
"webpack-localize-assets-plugin": "^1.5.4"
},
"dependencies": {
"@popperjs/core": "^2.11.8",
"apexcharts": "^4.5.0",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"i18next": "^24.2.3",
"i18next-browser-languagedetector": "^8.0.4",
"jquery": "^3.7.1",
"jquery-i18next": "^1.2.1",
"ohsnap-tailwind": "way5/ohsnap-tailwind",
"tailwindcss-animated": "^2.0.0"
},
"packageManager": "[email protected]"
}