-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
50 lines (50 loc) · 1.32 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "vue-grapesjs",
"version": "0.1.0",
"private": false,
"main": "dist/vue-grapesjs.common.js",
"files": [
"dist/*",
"*.md"
],
"scripts": {
"serve": "vue-cli-service serve",
"lint": "vue-cli-service lint",
"prepublish": "npm run lint && npm run compile",
"build:demo": "vue-cli-service build --dest=demo",
"build:lib": "vue-cli-service build --target lib --name vue-grapesjs src/components/grapesjs/index.js",
"compile": "npm run build:lib && npm run build:demo",
"deploy": "git push",
"publish": "npm publish"
},
"dependencies": {
"grapesjs": "^0.14.55",
"vue": "^2.6.6"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.5.0",
"@vue/cli-plugin-eslint": "^3.5.0",
"@vue/cli-service": "^3.5.0",
"@vue/eslint-config-standard": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.5.21"
},
"repository": {
"type": "git",
"url": "git+https://github.com/magr0s/vue-grapesjs.git"
},
"author": "magr0s <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/magr0s/vue-grapesjs/issues"
},
"homepage": "https://github.com/magr0s/vue-grapesjs#readme",
"keywords": [
"vue-grapesjs",
"vue",
"vue.js",
"plugin"
]
}