-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.06 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
{
"name": "frappe-editor",
"private": false,
"version": "0.1.1",
"description": "Frappe Editor Integration",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"upgrade": "npx npm-check-updates -u && yarn install && npx yarn-audit-fix && yarn add -D tailwindcss@^3.4"
},
"dependencies": {
"@iconify-json/lucide": "^1",
"@iconify/vue": "^5",
"@tiptap/core": "^3",
"@tiptap/pm": "^3",
"frappe-ui": "^0.1",
"vue": "^3"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^8.0.0",
"@iconify/json": "^2",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
"@vitejs/plugin-vue": "^6",
"autoprefixer": "^10.5.0",
"baseline-browser-mapping": "^2.10.37",
"cssnano": "^8.0.2",
"postcss": "^8",
"postcss-minify-selectors": "^8.0.2",
"postcss-modules": "^6.0.1",
"postcss-prefix-selector": "^2.1.1",
"postcss-rename": "^0.8.1",
"tailwindcss": "^3.4",
"typescript": "^6",
"unplugin-icons": "^23.0.1",
"vite": "^8",
"vue-router": "^5.1.0"
}
}