-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "nuxt-app",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"axios": "^1.6.8",
"dom-to-image": "^2.6.0",
"nuxt": "^3.11.2",
"pinia-plugin-persistedstate": "^3.2.1",
"tinycolor2": "^1.6.0",
"unsplash-js": "^7.0.19",
"vue": "^3.4.21",
"vue-photo-album": "^1.2.4",
"vue-pick-colors": "^1.6.5",
"vue-router": "^4.3.0"
},
"optionalDependencies": {
"canvas": "^2.11.2",
"sharp": "^0.33.4"
},
"devDependencies": {
"@antfu/eslint-config": "^2.18.1",
"@nuxt/eslint": "^0.3.13",
"@nuxt/ui": "npm:@nuxt/ui-edge@latest",
"@nuxtjs/i18n": "^8.3.0",
"@pinia-plugin-persistedstate/nuxt": "^1.2.0",
"@pinia/nuxt": "^0.5.1",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"eslint": "^9.3.0",
"eslint-plugin-format": "^0.1.1",
"tailwind-scrollbar": "^3.1.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}