-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
32 lines (32 loc) · 926 Bytes
/
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
{
"name": "@swissquote/crafty-preset-babel",
"version": "1.16.3",
"license": "Apache-2.0",
"repository": "https://github.com/swissquote/crafty.git",
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"main": "src/index.js",
"scripts": {
"lint": "yarn node ../crafty-preset-eslint/src/commands/jsLint.js --preset recommended --preset node src"
},
"dependencies": {
"@babel/core": "7.15.8",
"@babel/runtime": "7.15.4",
"@rollup/plugin-babel": "5.3.0",
"@swissquote/babel-preset-swissquote": "1.16.3",
"@swissquote/crafty-preset-eslint": "1.16.3",
"@swissquote/crafty-preset-terser": "1.16.3",
"babel-loader": "8.2.2",
"gulp-babel": "8.0.0",
"gulp-concat": "2.6.1",
"gulp-eslint-new": "0.4.0",
"gulp-newer": "1.4.0",
"gulp-sourcemaps": "3.0.0",
"gulp-terser": "2.1.0"
},
"engines": {
"node": ">=12"
}
}