UNPKG

1 kBJSONView Raw
1{
2 "name": "@swissquote/crafty-preset-babel",
3 "version": "1.14.0",
4 "license": "Apache-2.0",
5 "repository": "https://github.com/swissquote/crafty.git",
6 "publishConfig": {
7 "registry": "https://registry.npmjs.org",
8 "access": "public"
9 },
10 "main": "src/index.js",
11 "scripts": {
12 "lint": "yarn node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"
13 },
14 "dependencies": {
15 "@babel/core": "7.13.8",
16 "@babel/runtime": "7.13.9",
17 "@rollup/plugin-babel": "5.3.0",
18 "@swissquote/babel-preset-swissquote": "1.14.0",
19 "@swissquote/crafty-preset-eslint": "1.14.0",
20 "@swissquote/crafty-preset-terser": "1.14.0",
21 "babel-loader": "8.2.2",
22 "babel-plugin-istanbul": "6.0.0",
23 "babel-preset-jest": "26.6.2",
24 "gulp-babel": "8.0.0",
25 "gulp-concat": "2.6.1",
26 "gulp-eslint7": "0.3.0",
27 "gulp-newer": "1.4.0",
28 "gulp-sourcemaps": "3.0.0",
29 "gulp-terser": "2.0.1"
30 },
31 "engines": {
32 "node": ">=10.0.0"
33 }
34}