-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·41 lines (41 loc) · 1.07 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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxtjs/eslint-config-typescript": "^10.0.0",
"@nuxtjs/tailwindcss": "6.1.3",
"@types/body-scroll-lock": "^3.1.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "3.0.0",
"prettier": "^2.7.1",
"sass": "^1.56.1",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vue": "^3.2.45",
"vue-router": "^4.1.6",
"webpack": "^5.75.0"
},
"dependencies": {
"@nuxtjs/i18n": "8.0.0-beta.4",
"@vueuse/core": "^9.5.0",
"@vueuse/gesture": "^2.0.0-beta.1",
"@vueuse/motion": "^2.0.0-beta.12",
"@vueuse/nuxt": "^9.5.0",
"axios": "^0.27.2",
"body-scroll-lock": "3.1.5",
"copy-to-clipboard": "^3.3.3",
"csv-parse": "^5.3.2",
"motion": "^10.14.3",
"public-google-sheets-parser": "^1.2.6",
"swrv": "^1.0.1",
"vue-use-spring": "^0.1.1"
}
}