-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 861 Bytes
/
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
{
"name": "test-grapesjs",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"vite": "^4.4.5"
},
"dependencies": {
"grapesjs": "^0.21.5",
"grapesjs-blocks-basic": "^1.0.2",
"grapesjs-component-countdown": "^1.0.2",
"grapesjs-custom-code": "^1.0.2",
"grapesjs-parser-postcss": "^1.0.1",
"grapesjs-plugin-ckeditor": "^1.0.1",
"grapesjs-plugin-export": "^1.0.12",
"grapesjs-plugin-forms": "^2.0.6",
"grapesjs-preset-webpage": "^1.0.3",
"grapesjs-script-editor": "^1.0.3",
"grapesjs-style-bg": "^2.0.2",
"grapesjs-tabs": "^1.0.6",
"grapesjs-tooltip": "^0.1.8",
"grapesjs-touch": "^0.1.1",
"grapesjs-tui-image-editor": "^1.0.2",
"grapesjs-typed": "^2.0.1"
}
}