1
- {
2
- "name" : " vue-dataset" ,
3
- "description" : " A vue 3 component to display datasets with filtering, paging and sorting capabilities!" ,
4
- "version" : " 0.0.0-semantic-release" ,
5
- "author" : " Giannis Koutsaftakis" ,
6
- "license" : " MIT" ,
7
- "repository" : " https://github.com/kouts/vue-dataset" ,
8
- "keywords" : [
9
- " vue" ,
10
- " component" ,
11
- " dataset" ,
12
- " datatable"
13
- ],
14
- "main" : " ./dist/vue-dataset.umd.js" ,
15
- "module" : " ./dist/vue-dataset.es.js" ,
16
- "exports" : {
17
- "." : {
18
- "import" : " ./dist/vue-dataset.es.js" ,
19
- "require" : " ./dist/vue-dataset.umd.js"
20
- }
21
- },
22
- "unpkg" : " dist/vue-dataset.umd.js" ,
23
- "sideEffects" : [
24
- " ./**/*.scss" ,
25
- " ./vuepress-plugin-vue-example/**/*.vue" ,
26
- " ./docs/**/*.vue"
27
- ],
28
- "scripts" : {
29
- "dev" : " vite" ,
30
- "serve" : " vite preview" ,
31
- "build" : " vite build" ,
32
- "test:unit" : " jest" ,
33
- "test:unit-coverage" : " jest --coverage && make-coverage-badge --output-path ./coverage/badge-next.svg" ,
34
- "lint" : " eslint . --ext .js,.vue" ,
35
- "lint-fix" : " eslint . --fix --ext .js,.vue" ,
36
- "prepare" : " husky install" ,
37
- "docs:dev" : " vuepress dev docs" ,
38
- "docs:build" : " vuepress build docs"
39
- },
40
- "dependencies" : {
41
- "vue" : " ^3.4.26"
42
- },
43
- "devDependencies" : {
44
- "@babel/core" : " ^7.24.5" ,
45
- "@babel/preset-env" : " ^7.24.5" ,
46
- "@commitlint/cli" : " ^17.8.1" ,
47
- "@commitlint/config-conventional" : " ^17.8.1" ,
48
- "@kouts/eslint-config" : " ^0.0.13" ,
49
- "@vitejs/plugin-vue" : " ^4.6.2" ,
50
- "@vue/compiler-sfc" : " ^3.4.26" ,
51
- "@vue/test-utils" : " ^2.4.5" ,
52
- "@vue/vue3-jest" : " ^29.2.6" ,
53
- "@vuepress/bundler-webpack" : " ^2.0.0-rc.9" ,
54
- "@vuepress/plugin-docsearch" : " 2.0.0-rc.26" ,
55
- "@vuepress/theme-default" : " ^2.0.0-rc.26" ,
56
- "babel-jest" : " ^29.7.0" ,
57
- "bootstrap" : " ^4.6.2" ,
58
- "core-js" : " ^3.37.0" ,
59
- "eslint" : " ^8.57.0" ,
60
- "husky" : " ^8.0.3" ,
61
- "jest" : " ^29.7.0" ,
62
- "jest-environment-jsdom" : " ^29.7.0" ,
63
- "lint-staged" : " ^13.3.0" ,
64
- "make-coverage-badge" : " ^1.2.0" ,
65
- "prettier" : " 2.8.8" ,
66
- "sass" : " ~1.64.2" ,
67
- "vite" : " ^4.5.3" ,
68
- "vite-plugin-html" : " ^3.2.2" ,
69
- "vue-router" : " ^4.3.2" ,
70
- "vuepress" : " ^2.0.0-rc.9" ,
71
- "vuepress-plugin-vue-example" : " 2.0.8" ,
72
- "vuepress-webpack" : " 2.0.0-rc.0" ,
73
- "vuex" : " ^4.1.0"
74
- }
75
- }
1
+ {
2
+ "name" : " vue-dataset" ,
3
+ "description" : " A vue 3 component to display datasets with filtering, paging and sorting capabilities!" ,
4
+ "version" : " 0.0.0-semantic-release" ,
5
+ "author" : " Giannis Koutsaftakis" ,
6
+ "license" : " MIT" ,
7
+ "repository" : " https://github.com/kouts/vue-dataset" ,
8
+ "keywords" : [
9
+ " vue" ,
10
+ " component" ,
11
+ " dataset" ,
12
+ " datatable"
13
+ ],
14
+ "main" : " ./dist/vue-dataset.umd.js" ,
15
+ "module" : " ./dist/vue-dataset.es.js" ,
16
+ "exports" : {
17
+ "." : {
18
+ "import" : " ./dist/vue-dataset.es.js" ,
19
+ "require" : " ./dist/vue-dataset.umd.js"
20
+ }
21
+ },
22
+ "unpkg" : " dist/vue-dataset.umd.js" ,
23
+ "sideEffects" : [
24
+ " ./**/*.scss" ,
25
+ " ./vuepress-plugin-vue-example/**/*.vue" ,
26
+ " ./docs/**/*.vue"
27
+ ],
28
+ "scripts" : {
29
+ "dev" : " vite" ,
30
+ "serve" : " vite preview" ,
31
+ "build" : " vite build" ,
32
+ "test:unit" : " jest" ,
33
+ "test:unit-coverage" : " jest --coverage && make-coverage-badge --output-path ./coverage/badge-next.svg" ,
34
+ "lint" : " eslint . --ext .js,.vue" ,
35
+ "lint-fix" : " eslint . --fix --ext .js,.vue" ,
36
+ "prepare" : " husky" ,
37
+ "docs:dev" : " vuepress dev docs" ,
38
+ "docs:build" : " vuepress build docs"
39
+ },
40
+ "dependencies" : {
41
+ "vue" : " ^3.4.27"
42
+ },
43
+ "devDependencies" : {
44
+ "@babel/core" : " ^7.24.5" ,
45
+ "@babel/preset-env" : " ^7.24.5" ,
46
+ "@commitlint/cli" : " ^19.3.0" ,
47
+ "@commitlint/config-conventional" : " ^19.2.2" ,
48
+ "@kouts/eslint-config" : " ^0.0.14" ,
49
+ "@vitejs/plugin-vue" : " ^5.0.4" ,
50
+ "@vue/compiler-sfc" : " ^3.4.27" ,
51
+ "@vue/test-utils" : " ^2.4.6" ,
52
+ "@vue/vue3-jest" : " ^29.2.6" ,
53
+ "@vuepress/bundler-webpack" : " ^2.0.0-rc.9" ,
54
+ "@vuepress/client" : " 2.0.0-rc.2" ,
55
+ "@vuepress/plugin-docsearch" : " 2.0.0-rc.26" ,
56
+ "@vuepress/theme-default" : " ^2.0.0-rc.26" ,
57
+ "babel-jest" : " ^29.7.0" ,
58
+ "bootstrap" : " ^4.6.2" ,
59
+ "core-js" : " ^3.37.0" ,
60
+ "eslint" : " ^8.57.0" ,
61
+ "husky" : " ^9.0.11" ,
62
+ "jest" : " ^29.7.0" ,
63
+ "jest-environment-jsdom" : " ^29.7.0" ,
64
+ "lint-staged" : " ^15.2.2" ,
65
+ "make-coverage-badge" : " ^1.2.0" ,
66
+ "prettier" : " 3.2.5" ,
67
+ "raw-loader" : " ^4.0.2" ,
68
+ "sass" : " ~1.64.2" ,
69
+ "sass-loader" : " ^14.2.1" ,
70
+ "vite" : " ^5.2.11" ,
71
+ "vite-plugin-html" : " ^3.2.2" ,
72
+ "vue-router" : " ^4.3.2" ,
73
+ "vuepress" : " ^2.0.0-rc.9" ,
74
+ "vuepress-plugin-vue-example" : " 2.0.8" ,
75
+ "vuepress-webpack" : " 2.0.0-rc.0" ,
76
+ "vuex" : " ^4.1.0"
77
+ }
78
+ }
0 commit comments