forked from retejs/vue-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 798 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 798 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
{
"name": "rete-vue-render-plugin",
"version": "0.5.1",
"description": "",
"main": "build/vue-render-plugin.common.js",
"module": "build/vue-render-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/vue-render-plugin.git"
},
"dependencies": {
"vue": "^2.6.6"
},
"devDependencies": {
"node-sass": "^4.9.3",
"rete-cli": "^0.5.0",
"rollup-plugin-commonjs": "9.2.2",
"rollup-plugin-pug": "^0.1.6",
"rollup-plugin-sass": "^0.9.2",
"rollup-plugin-vue": "^4.3.2",
"vue-template-compiler": "^2.6.6"
}
}