-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 KB
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
{
"name": "mybooks",
"version": "3.45.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"build-spa": "nuxt build --spa",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"core-js": "^3.19.3",
"cropperjs": "^1.6.2",
"qrcode": "^1.5.4",
"nuxt": "^2.18.1",
"vue": "^2.6.14",
"vue-cookies": "^1.7.4",
"vue-cropper": "^0.6.5",
"vue-i18n": "^8.28.2",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vuetify": "^2.6.10",
"webpack": "^4.47.0"
},
"devDependencies": {
"@mdi/font": "^6.5.95",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/google-fonts": "^1.3.0",
"@nuxtjs/vuetify": "^1.12.3",
"@tailwindcss/postcss": "^4.1.10",
"autoprefixer": "^10.4.21",
"connect-logger": "^0.0.1",
"material-design-icons-iconfont": "^6.4.1"
},
"packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac"
}