-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.23 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
{
"name": "fmv-highlight",
"version": "1.0.1",
"description": "Syntax Highlight Vue Component using Highlight.js & js-beautify",
"scripts": {
"build": "rollup -c --environment BUILD:production",
"watch": "rollup -c --watch"
},
"main": "dist/fmv-highlight.umd.js",
"module": "dist/fmv-highlight.esm.js",
"author": "FrontendMatter <contact@frontendmatter.com> (http://www.frontendmatter.com)",
"license": "UNLICENSED",
"dependencies": {
"js-beautify": "^1.10.2",
"vue-highlightjs": "^1.3.3"
},
"devDependencies": {
"core-js": "^3.6.5",
"node-sass": "^4.11.0",
"rollup": "^1.21.2",
"rollup-plugin-alias": "^2.0.0",
"rollup-plugin-buble": "^0.19.8",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-only": "^1.0.0",
"rollup-plugin-peer-deps-external": "^2.2.0",
"rollup-plugin-vue": "^5.0.1",
"vue": "^2.6.10",
"vue-template-compiler": "^2.6.10"
},
"peerDependencies": {
"vue": "^2.6.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FrontendMatter/fmv-highlight.git"
},
"bugs": {
"url": "https://github.com/FrontendMatter/fmv-highlight/issues"
},
"homepage": "https://github.com/FrontendMatter/fmv-highlight#readme"
}