-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 871 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 871 Bytes
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
{
"name": "grapesjs-templates",
"version": "1.0.6",
"description": "Grapesjs templates",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/dipaksarkar/grapesjs-templates.git"
},
"scripts": {
"start": "grapesjs-cli serve",
"start:server": "yarn --cwd server start",
"build": "grapesjs-cli build",
"bump": "npm version patch -m 'Bump v%s'"
},
"keywords": [
"grapesjs",
"plugin"
],
"devDependencies": {
"@babel/plugin-transform-regenerator": "^7.24.1",
"@babel/plugin-transform-runtime": "^7.24.3",
"css-loader": "^7.1.1",
"grapesjs-cli": "^4.1.3",
"node-sass": "^9.0.0",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"style-loader": "^4.0.0"
},
"license": "MIT",
"dependencies": {
"@popperjs/core": "^2.11.8",
"dom-to-image": "^2.6.0"
}
}