You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
877 B
35 lines
877 B
{
|
|
"name": "dreamworks-frontend-template",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"amfe-flexible": "^2.2.1",
|
|
"animate.css": "^4.1.1",
|
|
"autoprefixer": "^10.4.14",
|
|
"axios": "^1.3.4",
|
|
"pinia": "^2.0.32",
|
|
"postcss": "^8.4.21",
|
|
"postcss-px-to-viewport": "^1.1.1",
|
|
"rollup-plugin-visualizer": "^5.9.0",
|
|
"swiper": "^9.0.0",
|
|
"vite-plugin-compression": "^0.5.1",
|
|
"vue": "^3.2.45",
|
|
"vue-router": "^4.0.13",
|
|
"vue3-lazy": "^1.0.0-alpha.1",
|
|
"vue3-marquee": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.0.0",
|
|
"@vue/compiler-sfc": "^3.2.45",
|
|
"sass": "^1.58.3",
|
|
"vite": "^4.0.4",
|
|
"vite-plugin-chunk-split": "^0.4.7",
|
|
"vite-plugin-imagemin": "^0.6.1"
|
|
}
|
|
}
|