-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 751 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 751 Bytes
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
{
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate && del /Q/S docs && Xcopy \".output/public\" \"docs\" /s /e /y /i",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@kevinmarrec/nuxt-pwa": "^0.17.0",
"autoprefixer": "^10.4.13",
"nuxt": "^3.1.0",
"nuxt-icon": "^0.5.0",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
},
"dependencies": {
"@nuxtjs/tailwindcss": "^6.3.0",
"@paddlejs-models/ocr": "^1.2.3",
"@popperjs/core": "^2.11.7",
"@techstark/opencv-js": "^4.7.0-release.1",
"axios": "^1.2.6",
"pdfjs-dist": "^3.5.141",
"tesseract.js": "^4.0.5",
"v-calendar": "^3.0.3"
}
}