-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.05 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "nuxt-app",
"private": false,
"type": "module",
"homepage": "https://y0000ga.github.io/campaign-website",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint --ext .ts,.js,.vue .",
"test": "vitest --environment jsdom",
"all": "npm-run-all --parallel dev test",
"build:gh-pages": "cross-env DEPLOY_ENV=GH_PAGES nuxt build",
"generate:gh-pages": "cross-env DEPLOY_ENV=GH_PAGES nuxt generate",
"deploy": "push-dir --dir=.output/public --branch=gh-pages --cleanup -t true"
},
"devDependencies": {
"@mdi/font": "^7.3.67",
"@nuxt/devtools": "latest",
"@nuxt/test-utils": "^3.8.0",
"@nuxt/types": "^2.17.2",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@types/aos": "^3.0.7",
"@types/jest": "^29.5.7",
"@types/node": "^20.9.0",
"@vitejs/plugin-vue": "^4.4.0",
"@vue/test-utils": "^2.4.1",
"@vue/vue3-jest": "^29.2.6",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"gh-pages": "^6.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jest-transform-stub": "^2.0.0",
"jsdom": "^22.1.0",
"npm-run-all": "^4.1.5",
"nuxt": "^3.8.0",
"nuxt-aos": "^1.1.6",
"nuxt-lodash": "^2.5.3",
"nuxt-simple-robots": "^3.1.9",
"postcss-scss": "^4.0.9",
"push-dir": "^0.4.1",
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"ts-jest": "^29.1.1",
"typescript": "^5.4.5",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite-plugin-vuetify": "^1.0.2",
"vitest": "^0.33.0",
"vue": "^3.3.7",
"vue-router": "^4.2.5",
"vue-tsc": "^1.8.27",
"vuetify": "^3.3.23"
},
"dependencies": {
"@nuxtjs/robots": "^3.0.0",
"@pinia/nuxt": "^0.5.1",
"@vercel/analytics": "^1.2.2",
"lodash": "^4.17.21",
"lottie-web": "^5.12.2",
"pinia": "^2.1.7",
"swiper": "^11.0.4"
}
}