This repository has been archived by the owner on Dec 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
67 lines (67 loc) · 2.32 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"private": true,
"name": "babel-preset-firecloud",
"description": "The Babel preset used within Tobii Cloud Services.",
"version": "0.2.13",
"license": "Unlicense",
"files": [
"/BUILD",
"/UNLICENSE",
"/VERSION",
"/index.js",
"/npm-install-peer-dependencies",
"/plugins/"
],
"peerDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.2.0",
"babel-core": "^7.0.0-bridge.0"
},
"dependencies": {
"@babel/plugin-proposal-class-properties": "^7.2.0",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.4.4",
"@babel/plugin-proposal-optional-chaining": "^7.6.0",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-syntax-object-rest-spread": "^7.2.0",
"@babel/plugin-transform-async-to-generator": "^7.2.0",
"@babel/plugin-transform-exponentiation-operator": "^7.2.0",
"@babel/preset-env": "^7.4.4",
"babel-plugin-preval": "^3.0.1",
"core-js": "^2.6.5",
"lodash": "^4.17.5"
},
"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/node": "^7.2.0",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.2.0",
"@getify/eslint-plugin-proper-arrows": "^8.0.1",
"babel-core": "^7.0.0-bridge.0",
"babel-eslint": "^10.0.3",
"babel-plugin-tester": "^6.2.1",
"eclint": "^2.6.0",
"eslint": "^6.5.1",
"eslint-config-firecloud": "git://github.com/tobiipro/eslint-config-firecloud.git#semver:~0.10.20",
"eslint-import-resolver-node": "^0.3.3",
"eslint-plugin-async-await": "^0.0.0",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-better": "^0.1.5",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-firecloud": "git://github.com/tobiipro/eslint-plugin-firecloud.git#semver:~0.1.0",
"eslint-plugin-fp": "^2.3.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.1.0",
"eslint-plugin-jsdoc": "^17.0.0",
"eslint-plugin-lodash": "^6.0.0",
"eslint-plugin-no-null": "^1.0.2",
"jest": "^24.1.0",
"npm-publish-git": "git://github.com/andreineculau/npm-publish-git.git#semver:~0.0.8"
},
"scripts": {
"postinstall": "echo '___ WARN Maybe you want to run node_modules/babel-preset-firecloud/npm-install-peer-dependencies.'"
}
}