-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.52 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
{
"scripts": {
"start": "HOT_RELOAD=1 /opt/node_modules/webpack-dev-server/bin/webpack-dev-server.js --mode development --config webpack.config.js --host=0.0.0.0",
"build": "NODE_ENV=production SOURCE_VERSION=$(git rev-parse HEAD) /opt/node_modules/webpack-cli/bin/cli.js --mode production --config webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@fontsource-variable/inter": "^5.1.1",
"@primevue/themes": "^4.2.5",
"@sentry/browser": "^7.120.3",
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.20",
"babel-loader": "^9.2.1",
"browserslist": "^4.24.4",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-hot-loader": "^1.4.4",
"css-loader": "^6.11.0",
"css-minimizer-webpack-plugin": "^5.0.1",
"eslint-plugin-babel": "^5.3.1",
"file-loader": "^6.2.0",
"imports-loader": "^4.0.1",
"mini-css-extract-plugin": "^2.9.2",
"pinia": "^2.3.0",
"postcss-loader": "^7.3.4",
"primeflex": "^3.3.1",
"primeicons": "^7.0.0",
"primevue": "^4.2.5",
"sass": "^1.83.4",
"sass-loader": "^13.3.3",
"style-loader": "^3.3.4",
"unplugin-vue-components": "^0.25.2",
"url": "^0.11.4",
"vue": "^3.2.47",
"vue-loader": "^17.4.2",
"vue-router": "^4.5.0",
"vue-style-loader": "^4.1.3",
"webpack": "^5.97.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-bundle-tracker": "^1.8.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
}
}