You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
778 B
31 lines
778 B
{
|
|
"name": "babel_study",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack",
|
|
"watch": "webpack --watch",
|
|
"start": "webpack-dev-server --open"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.11.5",
|
|
"@babel/core": "^7.11.5",
|
|
"@babel/plugin-transform-arrow-functions": "^7.10.4",
|
|
"@babel/preset-env": "^7.11.5",
|
|
"babel-loader": "^8.1.0",
|
|
"css-loader": "^4.2.2",
|
|
"file-loader": "^6.1.0",
|
|
"style-loader": "^1.2.1",
|
|
"webpack": "^4.44.1",
|
|
"webpack-cli": "^3.3.12",
|
|
"webpack-dev-server": "^3.11.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/polyfill": "^7.11.5",
|
|
"three": "^0.120.1"
|
|
}
|
|
}
|