forked from gskinner/regexr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.14 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
42
43
44
45
46
47
{
"name": "regexr",
"version": "3.8.0",
"description": "Regular expression tester with syntax highlighting, PHP / PCRE & JS Support, contextual help, cheat sheet, reference, and searchable community patterns.",
"author": "Grant Skinner",
"license": "GPL-3.0",
"private": true,
"devDependencies": {
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/register": "^7.9.0",
"browser-sync": "^2.26.7",
"del": "^4.1.1",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-inject": "^5.0.5",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-svgmin": "^2.2.0",
"gulp-svgstore": "^7.0.1",
"gulp-template": "^5.0.0",
"rollup": "^1.32.1",
"rollup-plugin-babel": "4.3.2",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.3.0",
"sass": "^1.26.5",
"vinyl": "^2.2.0"
},
"babel": {
"presets": [
[
"@babel/env",
{
"targets": {
"node": "current"
}
}
]
]
},
"browserslist": [
"> 2%",
"not ie < 10"
]
}