You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
592 B
JSON
28 lines
592 B
JSON
{
|
|
"name": "aplesports",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --out-dir dist"
|
|
},
|
|
"dependencies": {
|
|
"aos": "^2.3.4",
|
|
"axios": "^0.19.2",
|
|
"core-js": "^3.8.1",
|
|
"countup.js": "^2.0.7",
|
|
"markdown-it": "^10.0.0",
|
|
"vue": "^2.6.12",
|
|
"vue-matomo": "^3.13.5-0",
|
|
"vue-router": "^3.4.9",
|
|
"vue-twitter": "^0.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^2.2.1",
|
|
"vite-plugin-vue2": "^1.4.4",
|
|
"@vue/compiler-sfc": "^3.0.11",
|
|
"sass": "^1.32.0",
|
|
"vue-template-compiler": "^2.6.12"
|
|
}
|
|
}
|