diff options
Diffstat (limited to 'day9/task5_vue/package.json')
| -rw-r--r-- | day9/task5_vue/package.json | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/day9/task5_vue/package.json b/day9/task5_vue/package.json new file mode 100644 index 0000000..5f9ed20 --- /dev/null +++ b/day9/task5_vue/package.json @@ -0,0 +1,27 @@ +{ + "name": "task5_vue", + "version": "1.0.0", + "description": "", + "main": "App.js", + "scripts": { + "start": "python backend_serve.py", + "build": "webpack -p", + "test": "echo \"Error: no test specified\" && exit 1" + }, + "author": "", + "license": "ISC", + "dependencies": { + "@babel/core": "^7.5.5", + "axios": "^0.19.0", + "vue": "^2.6.10", + "webpack": "^4.36.1" + }, + "devDependencies": { + "babel": "^6.23.0", + "babel-loader": "^8.0.6", + "css-loader": "^3.1.0", + "vue-loader": "^15.7.1", + "vue-template-compiler": "^2.6.10", + "webpack-cli": "^3.3.6" + } +} |