forked from retejs/context-menu-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 854 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": "rete-context-menu-plugin",
"version": "0.6.0",
"description": "",
"main": "./build/context-menu-plugin.min.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": {
"ansi-regex": "^6.0.1",
"babel-preset-env": "^1.7.0",
"lodash-es": "4.17.15",
"node-sass": "^8.0.0",
"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"
}
}