-
Notifications
You must be signed in to change notification settings - Fork 36
/
Copy pathpackage.json
30 lines (30 loc) · 930 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
{
"name": "grapesjs-project-manager",
"version": "2.0.6",
"description": "Grapesjs Project Manager",
"main": "dist/grapesjs-project-manager.min.js",
"repository": {
"type": "git",
"url": "https://github.com/Ju99ernaut/grapesjs-template-manager.git"
},
"scripts": {
"start": "grapesjs-cli serve",
"build": "grapesjs-cli build",
"build:css": "sass src/styles.scss dist/grapesjs-project-manager.min.css --style compressed",
"watch:scss": "sass --watch src/styles.scss dist/grapesjs-project-manager.min.css --style compressed",
"bump": "npm version patch -m 'Bump v%s'"
},
"keywords": [
"grapesjs",
"plugin"
],
"devDependencies": {
"grapesjs-cli": "^1.0.14",
"sass": "^1.32.8"
},
"author": "Brendon Ngirazi",
"license": "MIT",
"dependencies": {
"dom-to-image": "^2.6.0"
}
}