1
0
mirror of https://github.com/actix/examples synced 2025-02-08 20:06:07 +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", "version": "0.1.0",
"description": "webapp", "description": "webapp",
"main": "main.js",
"scripts": { "scripts": {
"dev": "rm -rf dist/ && NODE_ENV=development parcel index.html", "serve": "vue-cli-service serve",
"build": "NODE_ENV=production parcel build index.html", "build": "vue-cli-service build"
"test": "echo \"Error: no test specified\" && exit 1"
}, },
"license": "ISC",
"dependencies": { "dependencies": {
"vue": "^2.5.13", "vue": "2.6.10"
"vue-router": "^3.0.1",
"axios": "^0.17.1"
}, },
"devDependencies": { "devDependencies": {
"babel-preset-env": "^1.6.1", "@vue/cli-service": "^3.0.0",
"parcel-bundler": "^1.4.1", "vue-template-compiler": "^2.5.21"
"parcel-plugin-vue": "^1.5.0"
} }
} }