-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
39 lines (39 loc) · 1.17 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
{
"name": "@mycure/vue-wysiwyg",
"version": "1.3.0",
"description": "A simple wysiwyg editor for Vue.js by MYCURE Inc.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "rimraf dist",
"build": "rollup -c"
},
"author": "Jofferson R Tiquez",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/plugin-proposal-export-default-from": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.5",
"@babel/preset-env": "^7.7.5",
"@babel/preset-es2015": "^7.0.0-beta.53",
"@babel/runtime": "^7.7.5",
"@rollup/plugin-node-resolve": "^6.0.0",
"babel-minify": "^0.5.1",
"cross-env": "^6.0.3",
"jest": "^24.9.0",
"rimraf": "^3.0.0",
"rollup": "^1.27.9",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-postcss": "^2.0.3",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-uglify": "^6.0.3",
"rollup-plugin-vue": "^5.1.4",
"vue-template-compiler": "^2.6.11"
},
"dependencies": {
"package-lock-only": "0.0.4",
"vue-material-design-icons": "^4.4.0"
}
}