-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.94 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.94 KB
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
64
65
66
{
"name": "noix-auth",
"private": true,
"license": "UNLICENSED",
"scripts": {
"development": "mix",
"hot": "mix watch --hot",
"prod": "mix --production",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000"
},
"dependencies": {
"lodash": "^4.17.21",
"moment": "^2.30.1",
"node-sass": "yarn:sass",
"tslib": "^2.8.1",
"v-mask": "^2.3.0",
"vee-validate": "^3.4.15",
"vue": "^2.7.16",
"vue-i18n": "^8.28.2",
"vue-router": "^3.6.5",
"vuetify": "^2.7.2",
"vuex": "^3.6.2",
"vuex-persist": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"@types/node": "^22.13.9",
"@types/webpack-env": "^1.18.8",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vue/eslint-config-prettier": "^9.0.0",
"@vue/eslint-config-typescript": "^13.0.0",
"axios": "^1.8.1",
"compression-webpack-plugin": "^11.1.0",
"cross-env": "^7.0.3",
"eslint": "^8.57.1",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.4",
"eslint-plugin-vue": "^9.32.0",
"flow-bin": "^0.258.1",
"javascript-obfuscator": "^4.1.1",
"laravel-mix": "^6.0.49",
"moment-locales-webpack-plugin": "^1.2.0",
"prettier": "^2.8.8",
"resolve-url-loader": "^5.0.0",
"sass": "^1.83.1",
"sass-loader": "^16.0.4",
"ts-loader": "^9.5.1",
"typescript": "~5.5.4",
"vue-class-component": "^7.2.6",
"vue-loader": "^15.11.1",
"vue-property-decorator": "^9.1.2",
"vue-template-compiler": "^2.7.16",
"vuetify-loader": "^1.9.2",
"vuex-module-decorators": "^2.0.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-obfuscator": "^3.5.1"
},
"packageManager": "yarn@1.22.22"
}