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.
 

34 lines
885 B

{
"name": "webpack-demo",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"lint": "eslint --ext .js src",
"lint-fix": "eslint --fix --ext .js src"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/eslint-parser": "^7.14.7",
"@babel/eslint-plugin": "^7.14.5",
"@ecomfe/eslint-config": "^7.1.0",
"@purtuga/esm-webpack-plugin": "^1.5.0",
"babel-eslint": "^11.0.0-beta.2",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-vue": "^7.14.0",
"vue-eslint-parser": "^7.9.0",
"webpack": "^4.46.0",
"webpack-cli": "^4.7.2"
},
"dependencies": {
"@babel/core": "^7.14.8",
"dijkstrajs": "^1.0.2",
"eslint": "^6.8.0",
"rbush": "^3.0.1",
"threejs-miniprogram": "^0.0.8"
}
}