@sysvale/show 0.2.0 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/dist/@sysvale/show.esm.js +401 -199
- package/dist/@sysvale/show.min.js +1 -1
- package/dist/@sysvale/show.ssr.js +395 -200
- package/package.json +156 -155
package/package.json
CHANGED
@@ -1,155 +1,156 @@
|
|
1
|
-
{
|
2
|
-
"name": "@sysvale/show",
|
3
|
-
"version": "0.
|
4
|
-
"description": "A set of components used at Sysvale",
|
5
|
-
"repository": {
|
6
|
-
"type": "git",
|
7
|
-
"url": "git+https://github.com/Sysvale/show.git"
|
8
|
-
},
|
9
|
-
"main": "dist/@sysvale/show.ssr.js",
|
10
|
-
"module": "dist/@sysvale/show.esm.js",
|
11
|
-
"unpkg": "dist/@sysvale/show.min.js",
|
12
|
-
"files": [
|
13
|
-
"dist/*"
|
14
|
-
],
|
15
|
-
"scripts": {
|
16
|
-
"serve": "vue-cli-service serve",
|
17
|
-
"test:unit": "vue-cli-service test:unit",
|
18
|
-
"test": "jest",
|
19
|
-
"lint": "vue-cli-service lint",
|
20
|
-
"storybook": "start-storybook -p 6006 --docs",
|
21
|
-
"build-storybook": "build-storybook -s public --docs",
|
22
|
-
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
|
23
|
-
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
|
24
|
-
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
|
25
|
-
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
|
26
|
-
"chromatic": "npx chromatic --project-token=a0f13ffc7d61"
|
27
|
-
},
|
28
|
-
"dependencies": {
|
29
|
-
"lodash.camelcase": "^4.3.0",
|
30
|
-
"lodash.get": "^4.4.2",
|
31
|
-
"lodash.isobject": "^3.0.2",
|
32
|
-
"lodash.
|
33
|
-
"
|
34
|
-
"
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
"@
|
39
|
-
"@rollup/plugin-
|
40
|
-
"@rollup/plugin-
|
41
|
-
"@
|
42
|
-
"@storybook/addon-
|
43
|
-
"@storybook/addon-
|
44
|
-
"@storybook/
|
45
|
-
"@storybook/
|
46
|
-
"@vue
|
47
|
-
"@vue/cli-plugin-
|
48
|
-
"@vue/cli-plugin-
|
49
|
-
"@vue/cli-
|
50
|
-
"@vue/
|
51
|
-
"@vue/
|
52
|
-
"
|
53
|
-
"babel-
|
54
|
-
"
|
55
|
-
"
|
56
|
-
"
|
57
|
-
"
|
58
|
-
"eslint
|
59
|
-
"eslint-plugin-
|
60
|
-
"
|
61
|
-
"
|
62
|
-
"
|
63
|
-
"
|
64
|
-
"
|
65
|
-
"rollup
|
66
|
-
"rollup-plugin-
|
67
|
-
"rollup-plugin-
|
68
|
-
"vue
|
69
|
-
"vue-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
"
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
"
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
"
|
87
|
-
|
88
|
-
|
89
|
-
"
|
90
|
-
"
|
91
|
-
"
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
"
|
96
|
-
|
97
|
-
"
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
"
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
"**/
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
"
|
125
|
-
"
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
"
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
"
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
"
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
"
|
154
|
-
"
|
155
|
-
|
1
|
+
{
|
2
|
+
"name": "@sysvale/show",
|
3
|
+
"version": "1.0.0",
|
4
|
+
"description": "A set of components used at Sysvale",
|
5
|
+
"repository": {
|
6
|
+
"type": "git",
|
7
|
+
"url": "git+https://github.com/Sysvale/show.git"
|
8
|
+
},
|
9
|
+
"main": "dist/@sysvale/show.ssr.js",
|
10
|
+
"module": "dist/@sysvale/show.esm.js",
|
11
|
+
"unpkg": "dist/@sysvale/show.min.js",
|
12
|
+
"files": [
|
13
|
+
"dist/*"
|
14
|
+
],
|
15
|
+
"scripts": {
|
16
|
+
"serve": "vue-cli-service serve",
|
17
|
+
"test:unit": "vue-cli-service test:unit",
|
18
|
+
"test": "jest",
|
19
|
+
"lint": "vue-cli-service lint",
|
20
|
+
"storybook": "start-storybook -p 6006 --docs",
|
21
|
+
"build-storybook": "build-storybook -s public --docs",
|
22
|
+
"build": "cross-env NODE_ENV=production rollup --config build/rollup.config.js",
|
23
|
+
"build:ssr": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format cjs",
|
24
|
+
"build:es": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format es",
|
25
|
+
"build:unpkg": "cross-env NODE_ENV=production rollup --config build/rollup.config.js --format iife",
|
26
|
+
"chromatic": "npx chromatic --project-token=a0f13ffc7d61"
|
27
|
+
},
|
28
|
+
"dependencies": {
|
29
|
+
"lodash.camelcase": "^4.3.0",
|
30
|
+
"lodash.get": "^4.4.2",
|
31
|
+
"lodash.isobject": "^3.0.2",
|
32
|
+
"lodash.keyby": "^4.6.0",
|
33
|
+
"lodash.snakecase": "^4.1.1",
|
34
|
+
"sweetalert2": "^11.3.5",
|
35
|
+
"vue": "^2.6.12"
|
36
|
+
},
|
37
|
+
"devDependencies": {
|
38
|
+
"@babel/core": "^7.11.6",
|
39
|
+
"@rollup/plugin-alias": "^2.2.0",
|
40
|
+
"@rollup/plugin-buble": "^0.20.0",
|
41
|
+
"@rollup/plugin-replace": "^2.3.0",
|
42
|
+
"@storybook/addon-actions": "^6.1.0-alpha.10",
|
43
|
+
"@storybook/addon-essentials": "^6.1.0-alpha.10",
|
44
|
+
"@storybook/addon-links": "^6.1.0-alpha.10",
|
45
|
+
"@storybook/preset-scss": "^1.0.2",
|
46
|
+
"@storybook/vue": "^6.1.0-alpha.10",
|
47
|
+
"@vue/cli-plugin-babel": "~4.5.0",
|
48
|
+
"@vue/cli-plugin-eslint": "~4.5.0",
|
49
|
+
"@vue/cli-plugin-unit-jest": "~4.5.0",
|
50
|
+
"@vue/cli-service": "~4.5.0",
|
51
|
+
"@vue/eslint-config-airbnb": "^5.0.2",
|
52
|
+
"@vue/test-utils": "^1.1.0",
|
53
|
+
"babel-eslint": "^10.1.0",
|
54
|
+
"babel-loader": "^8.1.0",
|
55
|
+
"chromatic": "^6.0.4",
|
56
|
+
"cross-env": "^6.0.3",
|
57
|
+
"css-loader": "^4.3.0",
|
58
|
+
"eslint": "^6.7.2",
|
59
|
+
"eslint-plugin-import": "^2.20.2",
|
60
|
+
"eslint-plugin-vue": "^6.2.2",
|
61
|
+
"flush-promises": "^1.0.2",
|
62
|
+
"highlight.js": "^10.6.0",
|
63
|
+
"react-is": "^16.13.1",
|
64
|
+
"regenerator-runtime": "^0.13.9",
|
65
|
+
"rollup": "^1.29.0",
|
66
|
+
"rollup-plugin-commonjs": "^10.1.0",
|
67
|
+
"rollup-plugin-terser": "^5.2.0",
|
68
|
+
"rollup-plugin-vue": "5.1.1",
|
69
|
+
"vue-hljs": "^2.0.0",
|
70
|
+
"vue-template-compiler": "^2.6.11"
|
71
|
+
},
|
72
|
+
"eslintConfig": {
|
73
|
+
"root": true,
|
74
|
+
"env": {
|
75
|
+
"node": true
|
76
|
+
},
|
77
|
+
"extends": [
|
78
|
+
"plugin:vue/essential",
|
79
|
+
"@vue/airbnb"
|
80
|
+
],
|
81
|
+
"parserOptions": {
|
82
|
+
"parser": "babel-eslint"
|
83
|
+
},
|
84
|
+
"rules": {
|
85
|
+
"vue/html-indent": [
|
86
|
+
"error",
|
87
|
+
"tab",
|
88
|
+
{
|
89
|
+
"attribute": 1,
|
90
|
+
"closeBracket": 0,
|
91
|
+
"alignAttributesVertically": true,
|
92
|
+
"ignores": []
|
93
|
+
}
|
94
|
+
],
|
95
|
+
"no-tabs": "off",
|
96
|
+
"indent": [
|
97
|
+
"error",
|
98
|
+
"tab",
|
99
|
+
{
|
100
|
+
"SwitchCase": 1
|
101
|
+
}
|
102
|
+
],
|
103
|
+
"quotes": [
|
104
|
+
"error",
|
105
|
+
"single",
|
106
|
+
{
|
107
|
+
"allowTemplateLiterals": true
|
108
|
+
}
|
109
|
+
]
|
110
|
+
},
|
111
|
+
"overrides": [
|
112
|
+
{
|
113
|
+
"files": [
|
114
|
+
"**/__tests__/*.{j,t}s?(x)",
|
115
|
+
"**/tests/unit/**/*.spec.{j,t}s?(x)"
|
116
|
+
],
|
117
|
+
"env": {
|
118
|
+
"jest": true
|
119
|
+
}
|
120
|
+
}
|
121
|
+
]
|
122
|
+
},
|
123
|
+
"browserslist": [
|
124
|
+
"> 1%",
|
125
|
+
"last 2 versions",
|
126
|
+
"not dead"
|
127
|
+
],
|
128
|
+
"jest": {
|
129
|
+
"preset": "@vue/cli-plugin-unit-jest",
|
130
|
+
"transform": {
|
131
|
+
".*\\.(js)$": "babel-jest"
|
132
|
+
},
|
133
|
+
"setupFilesAfterEnv": [
|
134
|
+
"./src/utils/setupTests.js"
|
135
|
+
],
|
136
|
+
"collectCoverage": true,
|
137
|
+
"collectCoverageFrom": [
|
138
|
+
"src/**/*.vue"
|
139
|
+
],
|
140
|
+
"coverageReporters": [
|
141
|
+
"lcov",
|
142
|
+
"text"
|
143
|
+
]
|
144
|
+
},
|
145
|
+
"babel": {
|
146
|
+
"presets": [
|
147
|
+
"@babel/preset-env"
|
148
|
+
]
|
149
|
+
},
|
150
|
+
"bugs": {
|
151
|
+
"url": "https://github.com/Sysvale/show/issues"
|
152
|
+
},
|
153
|
+
"homepage": "https://github.com/Sysvale/show#readme",
|
154
|
+
"author": "Sysvale",
|
155
|
+
"license": "MIT"
|
156
|
+
}
|