mirror of
https://github.com/kevin-DL/build-gmail-clone-with-vue-3.git
synced 2026-01-11 18:54:31 +00:00
26 lines
599 B
JSON
26 lines
599 B
JSON
{
|
|
"name": "vue-3-demo",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"serve": "vue-cli-service serve",
|
|
"build": "vue-cli-service build",
|
|
"lint": "vue-cli-service lint"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"core-js": "^3.6.4",
|
|
"date-fns": "^2.11.0",
|
|
"marked": "^0.8.1",
|
|
"vue": "^3.0.0-beta.10"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "^4.3.0",
|
|
"@vue/cli-service": "^4.3.0",
|
|
"@vue/compiler-sfc": "^3.0.0-beta.10",
|
|
"faker": "^4.1.0",
|
|
"vue-cli-plugin-vue-next": "^0.1.2",
|
|
"vue-template-compiler": "^2.6.11"
|
|
}
|
|
}
|