-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 1.01 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
{
"name": "systemjs-babel",
"version": "0.3.2",
"type": "script",
"main": "dist/systemjs-babel.js",
"files": [
"dist/systemjs-babel.js"
],
"repository": {
"type": "git",
"url": "http://github.com/systemjs/systemjs-babel.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/systemjs/systemjs-babel/issues"
},
"homepage": "https://github.com/systemjs/systemjs-babel",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-dynamic-import": "^7.12.1",
"@babel/plugin-proposal-export-default-from": "^7.12.1",
"@babel/plugin-proposal-export-namespace-from": "^7.12.1",
"@babel/plugin-proposal-numeric-separator": "^7.12.5",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/plugin-transform-modules-systemjs": "^7.12.1",
"@babel/plugin-transform-react-jsx": "^7.12.5",
"@babel/plugin-transform-typescript": "^7.12.1",
"webpack": "^4.17.1",
"webpack-cli": "^3.1.0"
},
"scripts": {
"build": "webpack"
}
}