-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "nlog.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"preinstall": "npx only-allow pnpm"
},
"dependencies": {
"@mdi/js": "^7.4.47",
"core-js": "^3.48.0",
"mdi-vue": "^3.0.13",
"vue": "^3.5.27",
"vue-i18n": "^11.2.8",
"vue-router": "^5.0.1",
"vuex": "^4.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
"@vue/cli-plugin-babel": "~5.0.9",
"@vue/cli-plugin-eslint": "~5.0.9",
"@vue/cli-plugin-router": "~5.0.9",
"@vue/cli-plugin-typescript": "~5.0.9",
"@vue/cli-plugin-vuex": "~5.0.9",
"@vue/cli-service": "~5.0.9",
"@vue/eslint-config-typescript": "^13.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.22.0",
"prettier": "^3.2.5",
"sass": "^1.97.3",
"sass-loader": "^14.1.1",
"typescript": "~5.3.3"
}
}