-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 751 Bytes
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
{
"name": "babel7",
"version": "1.0.0",
"description": "Usage of Babel7",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rm -rf webpack-output/* && webpack"
},
"author": "lushijie1218@126.com",
"license": "ISC",
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.3.4",
"core-js": "^2.6.5",
"lodash": "^4.17.11"
},
"devDependencies": {
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.4",
"@babel/plugin-transform-runtime": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"babel-loader": "^8.0.5",
"babel-preset-minify": "^0.5.0",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.4"
}
}