@factoringplus/pl-components-pack-v3 0.4.521 → 0.5.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 +17 -17
- package/dist/CNAME +1 -1
- package/dist/mockServiceWorker.js +367 -367
- package/dist/pl-components-pack-v3.es.js +4284 -2976
- package/dist/pl-components-pack-v3.umd.js +28 -28
- package/dist/style.css +2 -2
- package/package.json +71 -71
package/package.json
CHANGED
|
@@ -1,71 +1,71 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@factoringplus/pl-components-pack-v3",
|
|
3
|
-
"private": false,
|
|
4
|
-
"files": [
|
|
5
|
-
"dist"
|
|
6
|
-
],
|
|
7
|
-
"main": "./dist/pl-components-pack-v3.js",
|
|
8
|
-
"module": "./dist/pl-components-pack-v3.es.js",
|
|
9
|
-
"exports": {
|
|
10
|
-
"./dist/style.css": "./dist/style.css",
|
|
11
|
-
".": {
|
|
12
|
-
"import": "./dist/pl-components-pack-v3.es.js",
|
|
13
|
-
"require": "./dist/pl-components-pack-v3.umd.js"
|
|
14
|
-
}
|
|
15
|
-
},
|
|
16
|
-
"version": "0.
|
|
17
|
-
"scripts": {
|
|
18
|
-
"dev": "vite",
|
|
19
|
-
"build": "vue-tsc --noEmit && vite build",
|
|
20
|
-
"preview": "vite preview",
|
|
21
|
-
"storybook": "start-storybook -p 6006",
|
|
22
|
-
"build-storybook": "build-storybook",
|
|
23
|
-
"publish-story": "npm i && npm run build && npm publish --access=public"
|
|
24
|
-
},
|
|
25
|
-
"dependencies": {
|
|
26
|
-
"@element-plus/icons-vue": "^1.1.4",
|
|
27
|
-
"@mdx-js/react": "^2.1.1",
|
|
28
|
-
"@storybook/addons": "^6.5.9",
|
|
29
|
-
"@vueuse/core": "^9.2.0",
|
|
30
|
-
"axios": "^0.26.1",
|
|
31
|
-
"bootstrap": "^5.1.3",
|
|
32
|
-
"crypto-pro": "^2.3.0",
|
|
33
|
-
"dayjs": "^1.11.3",
|
|
34
|
-
"element-plus": "^2.2.
|
|
35
|
-
"feather-icons": "^4.29.0",
|
|
36
|
-
"js-file-download": "^0.4.12",
|
|
37
|
-
"lodash": "^4.17.21",
|
|
38
|
-
"maska": "^1.5.0",
|
|
39
|
-
"moment": "^2.29.4",
|
|
40
|
-
"msw": "^0.43.1",
|
|
41
|
-
"vue": "^3.2.37",
|
|
42
|
-
"vue-currency-input": "^2.5.1",
|
|
43
|
-
"vue-feather": "^2.0.0",
|
|
44
|
-
"vuedraggable": "^4.1.0",
|
|
45
|
-
"vuex": "^4.0.2"
|
|
46
|
-
},
|
|
47
|
-
"devDependencies": {
|
|
48
|
-
"@babel/core": "^7.18.6",
|
|
49
|
-
"@storybook/addon-actions": "^6.5.9",
|
|
50
|
-
"@storybook/addon-essentials": "^6.5.9",
|
|
51
|
-
"@storybook/addon-links": "^6.5.9",
|
|
52
|
-
"@storybook/builder-vite": "^0.1.41",
|
|
53
|
-
"@storybook/vue3": "^6.5.9",
|
|
54
|
-
"@types/node": "^18.0.4",
|
|
55
|
-
"@vitejs/plugin-vue": "^2.3.3",
|
|
56
|
-
"@vue/compiler-sfc": "^3.2.37",
|
|
57
|
-
"@vue/eslint-config-prettier": "^6.0.0",
|
|
58
|
-
"babel-eslint": "^10.1.0",
|
|
59
|
-
"babel-loader": "^8.2.5",
|
|
60
|
-
"eslint": "^8.19.0",
|
|
61
|
-
"eslint-plugin-prettier": "^3.3.1",
|
|
62
|
-
"eslint-plugin-vue": "^8.7.1",
|
|
63
|
-
"prettier": "^2.7.1",
|
|
64
|
-
"sass": "^1.53.0",
|
|
65
|
-
"typescript": "^4.7.4",
|
|
66
|
-
"unplugin-vue-components": "^0.17.20",
|
|
67
|
-
"vite": "^2.9.14",
|
|
68
|
-
"vue-loader": "^16.8.3",
|
|
69
|
-
"vue-tsc": "^0.31.4"
|
|
70
|
-
}
|
|
71
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@factoringplus/pl-components-pack-v3",
|
|
3
|
+
"private": false,
|
|
4
|
+
"files": [
|
|
5
|
+
"dist"
|
|
6
|
+
],
|
|
7
|
+
"main": "./dist/pl-components-pack-v3.js",
|
|
8
|
+
"module": "./dist/pl-components-pack-v3.es.js",
|
|
9
|
+
"exports": {
|
|
10
|
+
"./dist/style.css": "./dist/style.css",
|
|
11
|
+
".": {
|
|
12
|
+
"import": "./dist/pl-components-pack-v3.es.js",
|
|
13
|
+
"require": "./dist/pl-components-pack-v3.umd.js"
|
|
14
|
+
}
|
|
15
|
+
},
|
|
16
|
+
"version": "0.5.00",
|
|
17
|
+
"scripts": {
|
|
18
|
+
"dev": "vite",
|
|
19
|
+
"build": "vue-tsc --noEmit && vite build",
|
|
20
|
+
"preview": "vite preview",
|
|
21
|
+
"storybook": "start-storybook -p 6006",
|
|
22
|
+
"build-storybook": "build-storybook",
|
|
23
|
+
"publish-story": "npm i && npm run build && npm publish --access=public"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@element-plus/icons-vue": "^1.1.4",
|
|
27
|
+
"@mdx-js/react": "^2.1.1",
|
|
28
|
+
"@storybook/addons": "^6.5.9",
|
|
29
|
+
"@vueuse/core": "^9.2.0",
|
|
30
|
+
"axios": "^0.26.1",
|
|
31
|
+
"bootstrap": "^5.1.3",
|
|
32
|
+
"crypto-pro": "^2.3.0",
|
|
33
|
+
"dayjs": "^1.11.3",
|
|
34
|
+
"element-plus": "^2.2.17",
|
|
35
|
+
"feather-icons": "^4.29.0",
|
|
36
|
+
"js-file-download": "^0.4.12",
|
|
37
|
+
"lodash": "^4.17.21",
|
|
38
|
+
"maska": "^1.5.0",
|
|
39
|
+
"moment": "^2.29.4",
|
|
40
|
+
"msw": "^0.43.1",
|
|
41
|
+
"vue": "^3.2.37",
|
|
42
|
+
"vue-currency-input": "^2.5.1",
|
|
43
|
+
"vue-feather": "^2.0.0",
|
|
44
|
+
"vuedraggable": "^4.1.0",
|
|
45
|
+
"vuex": "^4.0.2"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"@babel/core": "^7.18.6",
|
|
49
|
+
"@storybook/addon-actions": "^6.5.9",
|
|
50
|
+
"@storybook/addon-essentials": "^6.5.9",
|
|
51
|
+
"@storybook/addon-links": "^6.5.9",
|
|
52
|
+
"@storybook/builder-vite": "^0.1.41",
|
|
53
|
+
"@storybook/vue3": "^6.5.9",
|
|
54
|
+
"@types/node": "^18.0.4",
|
|
55
|
+
"@vitejs/plugin-vue": "^2.3.3",
|
|
56
|
+
"@vue/compiler-sfc": "^3.2.37",
|
|
57
|
+
"@vue/eslint-config-prettier": "^6.0.0",
|
|
58
|
+
"babel-eslint": "^10.1.0",
|
|
59
|
+
"babel-loader": "^8.2.5",
|
|
60
|
+
"eslint": "^8.19.0",
|
|
61
|
+
"eslint-plugin-prettier": "^3.3.1",
|
|
62
|
+
"eslint-plugin-vue": "^8.7.1",
|
|
63
|
+
"prettier": "^2.7.1",
|
|
64
|
+
"sass": "^1.53.0",
|
|
65
|
+
"typescript": "^4.7.4",
|
|
66
|
+
"unplugin-vue-components": "^0.17.20",
|
|
67
|
+
"vite": "^2.9.14",
|
|
68
|
+
"vue-loader": "^16.8.3",
|
|
69
|
+
"vue-tsc": "^0.31.4"
|
|
70
|
+
}
|
|
71
|
+
}
|