11{
2- "name" : " task-list-application-typescript" ,
3- "version" : " 2.1.0" ,
4- "private" : true ,
5- "scripts" : {
6- "serve" : " vue-cli-service serve" ,
7- "build" : " vue-cli-service build" ,
8- "lint" : " vue-cli-service lint"
9- },
10- "dependencies" : {
11- "@vue/cli" : " ^5.0.8" ,
12- "core-js" : " ^3.8.3" ,
13- "html-webpack-plugin" : " ^5.6.0" ,
14- "vue" : " ^3.4.15" ,
15- "vue-ellipse-progress" : " ^2.1.2" ,
16- "vuex" : " ^4.1.0" ,
17- "vuex-persistedstate" : " ^4.1.0"
18- },
19- "devDependencies" : {
20- "@typescript-eslint/eslint-plugin" : " ^8.8.0" ,
21- "@typescript-eslint/parser" : " ^8.8.0" ,
22- "@vue/cli-plugin-babel" : " ~5.0.0" ,
23- "@vue/cli-plugin-eslint" : " ~5.0.0" ,
24- "@vue/cli-plugin-typescript" : " ~5.0.0" ,
25- "@vue/cli-plugin-vuex" : " ~5.0.0" ,
26- "@vue/cli-service" : " ^5.0.8" ,
27- "@vue/eslint-config-typescript" : " ^14.3.0" ,
28- "eslint" : " ^9.18.0" ,
29- "eslint-plugin-vue" : " ^10.0.0" ,
30- "lint-staged" : " ^16.0.0" ,
31- "sass" : " ^1.32.7" ,
32- "sass-loader" : " ^16.0.1" ,
33- "typescript" : " ~5.8.2"
34- },
35- "gitHooks" : {
36- "pre-commit" : " lint-staged"
37- }
38- }
2+ "name" : " task-list-application-typescript" ,
3+ "version" : " 2.1.0" ,
4+ "private" : true ,
5+ "scripts" : {
6+ "serve" : " vue-cli-service serve" ,
7+ "build" : " vue-cli-service build" ,
8+ "lint" : " vue-cli-service lint"
9+ },
10+ "dependencies" : {
11+ "@vue/cli" : " ^5.0.8" ,
12+ "core-js" : " ^3.8.3" ,
13+ "html-webpack-plugin" : " ^5.6.0" ,
14+ "vue" : " ^3.4.15" ,
15+ "vue-ellipse-progress" : " ^2.1.2" ,
16+ "vuex" : " ^4.1.0" ,
17+ "vuex-persistedstate" : " ^4.1.0"
18+ },
19+ "devDependencies" : {
20+ "@typescript-eslint/eslint-plugin" : " ^8.8.0" ,
21+ "@typescript-eslint/parser" : " ^8.8.0" ,
22+ "@vue/cli-plugin-babel" : " ~5.0.0" ,
23+ "@vue/cli-plugin-eslint" : " ~5.0.0" ,
24+ "@vue/cli-plugin-typescript" : " ~5.0.0" ,
25+ "@vue/cli-plugin-vuex" : " ~5.0.0" ,
26+ "@vue/cli-service" : " ^5.0.8" ,
27+ "@vue/eslint-config-typescript" : " ^14.3.0" ,
28+ "eslint" : " ^9.18.0" ,
29+ "eslint-plugin-vue" : " ^10.0.0" ,
30+ "lint-staged" : " ^16.0.0" ,
31+ "sass" : " ^1.32.7" ,
32+ "sass-loader" : " ^16.0.1" ,
33+ "typescript" : " ~5.8.2"
34+ },
35+ "gitHooks" : {
36+ "pre-commit" : " lint-staged"
37+ }
38+ }
0 commit comments