This repository has been archived by the owner on Oct 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
115 lines (115 loc) · 3.65 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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
{
"name": "@chec/ui-library",
"version": "0.2.11",
"license": "BSD-3-Clause",
"main": "dist/index.js",
"module": "dist/index.js",
"source": "src/index.js",
"files": [
"dist"
],
"homepage": "https://github.com/chec/ui-library",
"author": "Chec Platform Inc",
"repository": {
"type": "git",
"url": "git+https://github.com/chec/ui-library.git"
},
"scripts": {
"lint": "yarn lint-js && yarn lint-scss",
"lint:fix": "yarn lint-js:fix && yarn lint-scss:fix",
"lint-js": "vue-cli-service lint",
"lint-scss": "stylelint \"src/**/*.scss\" \"src/**/*.vue\"",
"lint-js:fix": "vue-cli-service lint --fix",
"lint-scss:fix": "stylelint \"src/**/*.scss\" \"src/**/*.vue\" --fix",
"build-lib": "yarn translations:download && rollup -c rollup.config.js",
"build": "yarn translations:download && vue-cli-service storybook:build -c config/storybook",
"storybook:build": "yarn build",
"serve": "vue-cli-service storybook:serve -p 6006 -c config/storybook",
"translations:download": "node build/translations.js",
"storybook:serve": "yarn serve"
},
"dependencies": {
"@popperjs/core": "^2.1.1",
"autoprefixer": "^9.7.4",
"chart.js": "^2.9.4",
"core-js": "^3.4.4",
"dropzone": "^6.0.0-beta.2",
"filesize": "^6.1.0",
"flatpickr": "^4.6.3",
"lodash.get": "^4.4.2",
"lodash.uniqueid": "^4.0.1",
"portal-vue": "^2.1.7",
"postcss-assets": "^5.0.0",
"prismjs": "^1.25.0",
"resize-observer-polyfill": "^1.5.1",
"tailwindcss": "1.9.6",
"tailwindcss-plugins": "^0.3.0",
"tiptap": "1.32.2",
"tiptap-extensions": "1.35.2",
"v-tooltip": "akryum/v-tooltip",
"vue-chartjs": "^3.5.1",
"vue-flatpickr-component": "^8.1.5",
"vue-prism-editor": "^1.2.2",
"vuedraggable": "^2.24.1"
},
"devDependencies": {
"@babel/eslint-parser": "^7.15.7",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-transform-runtime": "^7.15.0",
"@babel/runtime": "^7.15.4",
"@chec/eslint-config": "^0.0.1",
"@chec/stylelint-config": "^0.0.0",
"@localazy/cli": "^1.2.3",
"@rollup/plugin-alias": "^3.1.5",
"@rollup/plugin-commonjs": "^20.0.0",
"@rollup/plugin-node-resolve": "^13.0.5",
"@storybook/addon-actions": "^6.3.8",
"@storybook/addon-docs": "^6.3.8",
"@storybook/addon-knobs": "^6.3.1",
"@storybook/addon-links": "^6.3.8",
"@storybook/vue": "^6.3.8",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.2.2",
"@vue/cli-service": "^4.1.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"babel-eslint": "^10.0.3",
"esbuild": "^0.12.28",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-vue": "^7.18",
"postcss": "^8.3.7",
"rollup": "^2.57.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-esbuild": "^4.5.0",
"rollup-plugin-filesize": "^9.1.1",
"rollup-plugin-scss": "^3.0.0",
"rollup-plugin-visualizer": "^5.5.2",
"rollup-plugin-vue": "^5",
"rollup-plugin-vue-inline-svg": "^1.1.2",
"sass": "^1.40.1",
"sass-loader": "^8.0.2",
"storybook-vue-router": "^1.0.7",
"stylelint": "^13.6.0",
"stylelint-config-sass-guidelines": "^7.0.0",
"stylelint-config-standard": "^20.0.0",
"stylelint-webpack-plugin": "^2.0.0",
"tailwindcss-plugins": "^0.3.0",
"vue": "^2.6",
"vue-cli-plugin-storybook": "^1.2.0",
"vue-i18n": "^8.18.2",
"vue-router": "^3.1.5",
"vue-svg-loader": "^0.16.0",
"vue-template-compiler": "^2.6"
},
"peerDependencies": {
"vue": "^2.6",
"vue-i18n": "8.x"
},
"resolutions": {
"prosemirror-model": "1.11.2"
},
"browserslist": [
"> 1%",
"last 2 versions"
]
}