-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 4.75 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
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
{
"name": "@demos-europe/demosplan-ui",
"version": "0.4.2",
"license": "MIT",
"description": "Vue components, Vue directives, Design Token and Scss files to build interfaces for demosPlan.",
"main": "./dist/demosplan-ui.umd.js",
"dependencies": {
"@braintree/sanitize-url": "^7.0.0",
"@floating-ui/dom": "^1.4.5",
"@phosphor-icons/vue": "^2.2.1",
"@tiptap/core": "^3.0.0",
"@tiptap/extension-bold": "^3.0.0",
"@tiptap/extension-bullet-list": "^3.0.0",
"@tiptap/extension-document": "^3.0.0",
"@tiptap/extension-hard-break": "^3.0.0",
"@tiptap/extension-heading": "^3.0.0",
"@tiptap/extension-history": "^3.0.0",
"@tiptap/extension-italic": "^3.0.0",
"@tiptap/extension-link": "^3.0.0",
"@tiptap/extension-list-item": "^3.0.0",
"@tiptap/extension-mention": "^3.0.0",
"@tiptap/extension-ordered-list": "^3.0.0",
"@tiptap/extension-paragraph": "^3.0.0",
"@tiptap/extension-strike": "^3.0.0",
"@tiptap/extension-table": "^3.0.0",
"@tiptap/extension-table-cell": "^3.0.0",
"@tiptap/extension-table-header": "^3.0.0",
"@tiptap/extension-table-row": "^3.0.0",
"@tiptap/extension-text": "^3.0.0",
"@tiptap/extension-underline": "^3.0.0",
"@tiptap/pm": "^3.0.0",
"@tiptap/suggestion": "^3.0.0",
"@tiptap/vue-3": "^3.0.0",
"@uppy/core": "^3.0.1",
"@uppy/drag-drop": "^3.0.0",
"@uppy/progress-bar": "^3.0.0",
"@uppy/tus": "^3.0.1",
"@vue/server-renderer": "^3.4.29",
"@vue/vue3-jest": "^29.2.6",
"@vueuse/integrations": "^11.1.0",
"a11y-datepicker": " ^0.9.0",
"dayjs": "^1.11.5",
"dompurify": "^3.0.0",
"fscreen": "^1.2.0",
"ismobilejs": "^1.1.1",
"lscache": "^1.3.2",
"plyr": "^3.7.2",
"qs": "^6.11.0",
"sortablejs": "^1.15.3",
"tippy.js": "^6.3.7",
"uuid": "^10.0.0",
"v-tooltip": "2.1.3",
"vue-click-outside": "^1.1.0",
"vue-multiselect": "^3.1.0",
"vue-omnibox": "^0.3.7",
"vue-sliding-pagination": "^1.3.2"
},
"devDependencies": {
"@babel/core": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.21.4",
"@jest/globals": "^29.5.0",
"@jest/transform": "^29.5.0",
"@storybook/addon-actions": "7.6.17",
"@storybook/addon-docs": "7.6.17",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addon-links": "7.6.17",
"@storybook/addon-styling-webpack": "^0.0.6",
"@storybook/blocks": "^7.0.27",
"@storybook/components": "^7.0.27",
"@storybook/core-events": "^7.0.27",
"@storybook/preview-api": "^7.0.27",
"@storybook/theming": "^7.0.27",
"@storybook/types": "^7.0.27",
"@storybook/vue-webpack5": "7.6.17",
"@storybook/vue3": "^7.0.27",
"@types/eslint": "^9",
"@types/jest": "^29.5.1",
"@types/qs": "^6.9.7",
"@types/sortablejs": "^1",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vue/cli-plugin-typescript": "~5.0.0",
"@vue/cli-service": "^5.0.8",
"@vue/compat": "3.2.0",
"@vue/compiler-sfc": "3.5.12",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/test-utils": "^2.4.6",
"@webpack-cli/generators": "^3.0.0",
"autoprefixer": "^10.4.14",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^29.5.0",
"babel-loader": "^9.1.2",
"babel-plugin-syntax-jsx": "^6.18.0",
"babel-plugin-transform-vue-jsx": "^3.7.0",
"css-loader": "^7.0.0",
"glob": "^10.3.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-junit": "^16.0.0",
"jest-transform-stub": "^2.0.0",
"js-beautify": "^1.14.7",
"mini-css-extract-plugin": "^2.7.0",
"node-gyp": "^10.2.0",
"path": "^0.12.7",
"postcss": "^8.4.26",
"postcss-loader": "^8.0.0",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"storybook": "7.6.17",
"storybook-addon-vue-slots": "^0.9.21",
"style-dictionary": "^3.9.2",
"style-loader": "^4.0.0",
"tailwindcss": "^3.2.1",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.4",
"typescript": "~5.5.3",
"vue": "^3.4.29",
"vue-jest": "^3.0.7",
"vue-loader": "^17.4.2",
"vue-style-loader": "~4.1.3",
"webpack": "^5.75.0",
"webpack-bundle-analyzer": "^4.7.0",
"webpack-cli": "^5.0.0"
},
"engines": {
"node": ">= 18.19.0"
},
"scripts": {
"build:storybook": "storybook build",
"build:tokens": "node scripts/buildTokens.js",
"prepack": "yarn build:tokens && yarn build",
"storybook": "storybook dev -p 6006",
"build": "yarn build:prod",
"build:dev": "webpack --mode=development",
"build:prod": "webpack --mode=production --define-process-env-node-env=production",
"test": "jest",
"watch": "webpack --watch"
},
"packageManager": "yarn@4.2.2"
}