mirror of
https://github.com/LifeArchiveProject/WeChatDataAnalysis.git
synced 2026-02-19 22:30:49 +08:00
- 新增 ogl 依赖并更新 lock 文件,为后续 wrapped 视觉效果扩展提供基础支持。 - 在 nuxt head 中引入 Font Awesome CDN 样式资源。
24 lines
497 B
JSON
24 lines
497 B
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@nuxtjs/tailwindcss": "^6.14.0",
|
|
"@pinia/nuxt": "^0.11.2",
|
|
"@vueuse/motion": "^3.0.3",
|
|
"axios": "^1.11.0",
|
|
"gsap": "^3.14.2",
|
|
"nuxt": "^4.0.1",
|
|
"ogl": "^1.0.11",
|
|
"vue": "^3.5.17",
|
|
"vue-router": "^4.5.1"
|
|
}
|
|
}
|