-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "task-list-application-typescript",
"version": "2.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@vue/cli": "^5.0.8",
"core-js": "^3.8.3",
"html-webpack-plugin": "^5.6.0",
"vue": "^3.4.15",
"vue-ellipse-progress": "^2.1.2",
"vuex": "^4.1.0",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.8.0",
"@typescript-eslint/parser": "^8.8.0",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-plugin-vuex": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^14.3.0",
"eslint": "^9.18.0",
"eslint-plugin-vue": "^9.27.0",
"lint-staged": "^15.2.9",
"sass": "^1.32.7",
"sass-loader": "^16.0.1",
"typescript": "~5.7.2"
},
"gitHooks": {
"pre-commit": "lint-staged"
}
}