This repository was archived by the owner on Mar 10, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.27 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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "website-shot",
"version": "0.4.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate"
},
"dependencies": {
"@cliqz/adblocker-puppeteer": "^1.23.8",
"@nuxtjs/axios": "^5.13.6",
"@nuxtjs/google-fonts": "^2.0.0",
"@nuxtjs/moment": "^1.6.1",
"@nuxtjs/tailwindcss": "^4.2.1",
"@zaengle/error-handler": "^1.0.2",
"body-parser": "^1.20.0",
"core-js": "^3.19.3",
"date-fns": "^2.28.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"file-url": "^4.0.0",
"filenamify": "^5.1.0",
"filenamify-url": "^3.0.0",
"jszip": "^3.10.0",
"lodash.template": "^4.5.0",
"make-dir": "^3.1.0",
"node-fetch": "^3.2.6",
"nuxt": "^2.15.8",
"nuxt-buefy": "^0.4.13",
"nuxt-tailvue": "^1.0.95",
"p-map": "^5.5.0",
"puppeteer": "^14.4.1",
"sass": "^1.49.7",
"sass-loader": "10",
"scroll-to-bottomjs": "^1.1.0",
"simple-code-editor": "^1.1.9",
"tough-cookie": "^4.0.0",
"vue": "^2.6.14",
"vue-server-renderer": "^2.6.14",
"vue-template-compiler": "^2.6.14",
"vue-underscore": "^0.1.4",
"webpack": "^4.46.0"
},
"devDependencies": {
"@nuxtjs/svg": "^0.4.0",
"postcss": "^8.4.4"
}
}