1
0
mirror of https://github.com/actix/examples synced 2025-01-22 22:05:57 +01:00

Update package.json

This commit is contained in:
krircc 2019-03-30 09:45:44 +08:00 committed by GitHub
parent 77e218b8b8
commit 1182ca3ad2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,22 +1,16 @@
{
"name": "actix-web-cors",
"name": "frontend-vue",
"version": "0.1.0",
"description": "webapp",
"main": "main.js",
"scripts": {
"dev": "rm -rf dist/ && NODE_ENV=development parcel index.html",
"build": "NODE_ENV=production parcel build index.html",
"test": "echo \"Error: no test specified\" && exit 1"
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"license": "ISC",
"dependencies": {
"vue": "^2.5.13",
"vue-router": "^3.0.1",
"axios": "^0.17.1"
"vue": "2.6.10"
},
"devDependencies": {
"babel-preset-env": "^1.6.1",
"parcel-bundler": "^1.4.1",
"parcel-plugin-vue": "^1.5.0"
"@vue/cli-service": "^3.0.0",
"vue-template-compiler": "^2.5.21"
}
}