-
Notifications
You must be signed in to change notification settings - Fork 303
Expand file tree
/
Copy pathpackage.json
More file actions
173 lines (173 loc) · 5.12 KB
/
package.json
File metadata and controls
173 lines (173 loc) · 5.12 KB
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
{
"name": "frappe-ui",
"version": "0.1.278",
"description": "A set of components and utilities for rapid UI development",
"type": "module",
"sideEffects": false,
"scripts": {
"test": "vitest --run",
"test:coverage": "vitest --run --coverage",
"test:cypress": "cypress run --component",
"test:cypress:coverage": "cross-env COVERAGE=true cypress run --component",
"coverage": "yarn test:coverage && yarn test:cypress:coverage && yarn coverage:merge",
"coverage:merge": "tsx scripts/merge-coverage.ts",
"type-check": "vue-tsc --noEmit",
"type-check:tsc": "tsc --noEmit",
"prettier": "yarn run prettier -w ./src",
"bump-and-release": "yarn test && git pull --rebase origin main && yarn run release-patch",
"release-patch": "yarn version --patch && git push && git push --tags",
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"docs:dev": "vitepress dev docs --host",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:gen": "tsx docs/scripts/propsgen.ts",
"docs:gen:all": "yarn docs:gen --all"
},
"exports": {
".": {
"import": "./src/index.ts",
"types": "./src/index.ts"
},
"./frappe": {
"import": "./frappe/index.js"
},
"./drive": {
"import": "./frappe/drive/index.js"
},
"./drive/*": {
"import": "./frappe/drive/*"
},
"./icons": {
"import": "./icons/index.ts"
},
"./tailwind": {
"import": "./tailwind/index.js",
"default": "./tailwind/index.js"
},
"./vite": {
"import": "./vite/index.js"
},
"./style.css": {
"import": "./src/style.css"
},
"./editor-style.css": {
"import": "./src/components/TextEditor/style.css"
},
"./tsconfig.base.json": {
"types": "./tsconfig.base.json",
"default": "./tsconfig.base.json"
}
},
"files": [
"frappe",
"src",
"scripts",
"vite",
"icons",
"tailwind",
"tsconfig.base.json"
],
"repository": {
"type": "git",
"url": "git+https://github.com/frappe/frappe-ui.git"
},
"author": "Frappe Technologies Pvt. Ltd.",
"license": "MIT",
"dependencies": {
"@floating-ui/dom": "^1.7.4",
"@floating-ui/vue": "^1.1.6",
"@headlessui/vue": "^1.7.14",
"@popperjs/core": "^2.11.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.4",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/core": "^3.11.0",
"@tiptap/extension-bubble-menu": "^3.11.0",
"@tiptap/extension-code": "^3.11.0",
"@tiptap/extension-code-block": "^3.11.0",
"@tiptap/extension-code-block-lowlight": "^3.11.0",
"@tiptap/extension-color": "^3.11.0",
"@tiptap/extension-heading": "^3.11.0",
"@tiptap/extension-highlight": "^3.11.0",
"@tiptap/extension-image": "^3.11.0",
"@tiptap/extension-link": "^3.11.0",
"@tiptap/extension-list": "^3.11.0",
"@tiptap/extension-mention": "^3.11.0",
"@tiptap/extension-node-range": "^3.11.0",
"@tiptap/extension-placeholder": "^3.11.0",
"@tiptap/extension-table": "^3.11.0",
"@tiptap/extension-task-item": "^3.11.0",
"@tiptap/extension-task-list": "^3.11.0",
"@tiptap/extension-text-align": "^3.11.0",
"@tiptap/extension-text-style": "^3.11.0",
"@tiptap/extension-typography": "^3.11.0",
"@tiptap/extensions": "^3.11.0",
"@tiptap/pm": "^3.11.0",
"@tiptap/starter-kit": "^3.11.0",
"@tiptap/suggestion": "^3.11.0",
"@tiptap/vue-3": "^3.11.0",
"@vueuse/core": "^10.4.1",
"dayjs": "^1.11.13",
"dompurify": "^3.2.6",
"echarts": "^5.6.0",
"feather-icons": "^4.28.0",
"grid-layout-plus": "^1.1.0",
"highlight.js": "^11.11.1",
"idb-keyval": "^6.2.0",
"lowlight": "^3.3.0",
"lucide-static": "^0.545.0",
"marked": "^15.0.12",
"ora": "5.4.1",
"prettier": "^3.3.2",
"prosemirror-tables": "^1.8.1",
"radix-vue": "^1.5.3",
"reka-ui": "^2.5.0",
"slugify": "^1.6.6",
"socket.io-client": "^4.5.1",
"tippy.js": "^6.3.7",
"typescript": "^5.0.2",
"unplugin-auto-import": "^19.3.0",
"unplugin-icons": "^22.1.0",
"unplugin-vue-components": "^28.4.1"
},
"peerDependencies": {
"vue": ">=3.5.0",
"vue-router": "^4.1.6"
},
"devDependencies": {
"@cypress/code-coverage": "^3.13.10",
"@vitejs/plugin-vue": "^4.0.0",
"@vitest/coverage-v8": "^2.1.8",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"cypress": "^15.8.2",
"cypress-split": "^1.24.28",
"jsdom": "^27.4.0",
"lint-staged": ">=10",
"msw": "^2.7.0",
"nyc": "^17.1.0",
"postcss": "^8.4.21",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.7",
"tsx": "^4.20.6",
"vite": "^5.1.8",
"vite-plugin-istanbul": "^7.2.0",
"vitepress": "^2.0.0-alpha.15",
"vitest": "^2.1.8",
"vue": "^3.3.0",
"vue-component-meta": "^3.1.8",
"vue-router": "^4.1.6",
"vue-tsc": "^3.2.7"
},
"resolutions": {
"prosemirror-model": "1.25.2",
"prosemirror-state": "1.4.3",
"prosemirror-view": "1.40.0",
"prosemirror-transform": "1.10.4"
},
"lint-staged": {
"*.{js,css,md,vue}": "prettier --write"
}
}