-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.15 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
{
"name": "enlighterjs-gutenberg",
"description": "an open source syntax highlighter written in pure javascript",
"version": "1.2.0",
"homepage": "https://enlighterjs.org",
"author": {
"name": "Andi Dittrich",
"url": "https://andidittrich.com"
},
"license": "MPL-2.0",
"repository": "EnlighterJS/EnlighterJS.Gutenberg",
"bugs": {
"url": "https://github.com/EnlighterJS/EnlighterJS.Gutenberg/issues"
},
"scripts": {
"test": "eslint src/"
},
"browser": "./dist/enlighterjs.gutenberg.min.js",
"devDependencies": {
"@babel/core": "^7.11.4",
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@babel/preset-env": "^7.11.0",
"@babel/preset-react": "^7.10.4",
"fancylog": "^4.0.5",
"gulp": "^4.0.2",
"gulp-clean-css": "^4.3.0",
"gulp-concat-util": "^0.5.5",
"gulp-header": "^2.0.9",
"gulp-less": "^4.0.1",
"gulp-prettyerror": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-uglify": "^3.0.1",
"gulp-wrapper": "^1.0.0",
"rollup": "^2.26.5",
"rollup-plugin-babel": "^4.4.0"
}
}