-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.53 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
{
"name": "@tsbb/babel-preset-tsbb",
"version": "1.15.0",
"description": "tsbb babel preset.",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"scripts": {
"prepare": "npm run build",
"watch": "tsbb watch --no-esm",
"build": "tsbb build --no-esm",
"test": "tsbb test",
"coverage": "tsbb test --coverage"
},
"keywords": [
"tsbb",
"babel"
],
"repository": {
"type": "git",
"url": "https://github.com/tsbbjs/babel-preset-tsbb.git"
},
"author": "Kenny Wong <[email protected]> (https://github.com/jaywcjlove)",
"license": "MIT",
"files": [
"lib",
"src"
],
"dependencies": {
"@babel/core": "7.16.5",
"@babel/plugin-proposal-class-properties": "7.16.5",
"@babel/plugin-proposal-decorators": "7.16.5",
"@babel/plugin-proposal-export-default-from": "7.16.5",
"@babel/plugin-proposal-export-namespace-from": "7.16.5",
"@babel/plugin-proposal-object-rest-spread": "7.16.5",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-transform-async-to-generator": "7.16.5",
"@babel/plugin-transform-modules-umd": "7.16.5",
"@babel/plugin-transform-runtime": "7.16.5",
"@babel/preset-env": "7.16.5",
"@babel/preset-react": "7.16.5",
"@babel/preset-typescript": "7.16.5",
"@babel/runtime": "7.16.5",
"babel-plugin-add-module-exports": "1.0.4",
"babel-plugin-transform-remove-imports": "1.7.0",
"babel-plugin-transform-rename-import": "2.3.0"
},
"devDependencies": {
"@types/node": "16.11.17",
"tsbb": "3.5.4"
}
}