-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.41 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.41 KB
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
{
"name": "san-cli-plugin-babel",
"description": "San CLI babel plugin",
"version": "3.0.1",
"main": "index.js",
"license": "MIT",
"engines": {
"node": ">=12.13.0"
},
"author": "ksky521",
"repository": {
"type": "git",
"url": "git+https://github.com/ecomfe/san-cli.git",
"directory": "packages/san-cli-plugin-babel"
},
"bugs": {
"url": "https://github.com/ecomfe/san-cli/issues"
},
"homepage": "https://ecomfe.github.io/san-cli",
"keywords": [
"san.js",
"san-cli",
"cli",
"san",
"babel",
"loader",
"webpack"
],
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/helper-module-imports": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.3.4",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-syntax-import-meta": "^7.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.6.3",
"@babel/runtime": "^7.6.3",
"@babel/runtime-corejs3": "^7.6.3",
"babel-loader": "^9.1.3",
"core-js": "^3.6.4",
"regenerator-runtime": "^0.13.7",
"thread-loader": "^3.0.4",
"san-cli-utils": "^1.0.4",
"san-hot-loader": "^0.1.2"
},
"gitHead": "402d813859ac219434712fa2063e5f724819004a"
}