-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.22 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
{
"name": "lively4-babel7",
"version": "0.1",
"type": "script",
"main": "dist/babel7.js",
"files": [
"dist/babel7.js"
],
"repository": {
"type": "git",
"url": "https://github.com/LivelyKernel/lively4-babel7.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/LivelyKernel/lively4-babel7/issues"
},
"homepage": "https://github.com/LivelyKernel/lively4-babel7",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-do-expressions": "^7.18.6",
"@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-function-bind": "^7.18.9",
"@babel/plugin-proposal-numeric-separator": "^7.12.5",
"@babel/plugin-proposal-optional-chaining": "^7.20.7",
"@babel/plugin-syntax-class-properties": "^7.12.1",
"@babel/plugin-syntax-function-bind": "^7.18.6",
"@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"
}
}