forked from retejs/context-menu-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 768 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 768 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
{
"name": "rete-context-menu-plugin",
"version": "0.4.0",
"description": "",
"main": "build/context-menu-plugin.common.js",
"module": "build/context-menu-plugin.esm.js",
"scripts": {
"build": "rete --build rete.config.js",
"build:dev": "rete --build rete.config.js --watch",
"prepublishOnly": "npm run build"
},
"author": "Vitaliy Stoliarov",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/retejs/context-menu-plugin.git"
},
"dependencies": {
"lodash": "^4.17.11",
"vue": "^2.5.17"
},
"devDependencies": {
"rete-cli": "^0.5.0",
"rollup-plugin-pug": "^0.1.6",
"rollup-plugin-sass": "^0.6.1",
"rollup-plugin-vue": "^4.3.2",
"vue-template-compiler": "^2.5.17"
}
}