-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
51 lines (51 loc) · 1.44 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
{
"name": "qem-dashboard",
"main": "assets/main.js",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"lint": "eslint \"assets/*.js\" \"assets/**/*.js\" \"assets/**/*.vue\" \"t/*.js\" --ignore-pattern assets/webpack.config.d",
"lint:fix": "npm run lint -- --fix"
},
"engines": {
"node": ">= 18"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/plugin-transform-runtime": "^7.25.9",
"@babel/preset-env": "^7.26.0",
"@fortawesome/fontawesome-free": "^6.7.2",
"@mojojs/core": "^1.26.9",
"@mojojs/path": "^1.7.0",
"@mojolicious/server-starter": "^2.1.2",
"axios": "^1.7.9",
"babel-loader": "^9.2.1",
"bootstrap": "^5.3.3",
"copy-webpack-plugin": "^12.0.2",
"css-loader": "^7.1.2",
"css-minimizer-webpack-plugin": "^7.0.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"json5": "^2.2.3",
"mini-css-extract-plugin": "^2.9.2",
"moment": "^2.30.1",
"playwright": "^1.49.1",
"prettier": "^3.4.2",
"sass": "^1.83.1",
"sass-loader": "^16.0.4",
"tap": "^21.0.1",
"terser-webpack-plugin": "^5.3.11",
"vue": "^3.5.13",
"vue-loader": "^17.4.2",
"vue-router": "^4.5.0",
"vue-template-compiler": "^2.7.16",
"webpack": "^5.97.1",
"webpack-cli": "^6.0.1"
}
}