-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
49 lines (49 loc) · 1.45 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
{
"name": "web-ui-v2",
"version": "1.0.0",
"description": "Web UI v2",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"start": "concurrently --kill-others \"npm run server\" \"npm run webpack-dev-server\"",
"server": "air",
"webpack-dev-server": "webpack-dev-server --mode=development"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"babel-loader": "^9.1.3",
"compression-webpack-plugin": "^10.0.0",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "^11.0.0",
"crypto-js": "^4.2.0",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"daisyui": "^4.12.10",
"debug": "4.3.5",
"favicons": "^7.2.0",
"favicons-webpack-plugin": "^6.0.1",
"hls.js": "^1.5.17",
"iframe-resizer": "^4.3.11",
"mediaelement": "^7.0.5",
"mini-css-extract-plugin": "^2.9.1",
"postcss": "^8.4.45",
"postcss-loader": "^8.1.1",
"postcss-nesting": "^13.0.0",
"postcss-preset-env": "^10.0.2",
"sha1": "^1.1.1",
"style-loader": "^4.0.0",
"stylelint": "^16.9.0",
"stylelint-config-standard": "^36.0.1",
"supertokens-web-js": "^0.13.0",
"tailwindcss": "^3.4.10",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.1.0"
}
}