-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.52 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
47
48
49
50
51
52
53
{
"name": "@raptorsystems/web",
"version": "1.0.0",
"description": "Raptor Systems Landing Page (www.raptorsystems.cl)",
"author": {
"name": "Raptor Systems SpA",
"email": "[email protected]"
},
"license": "UNLICENSED",
"private": true,
"scripts": {
"dev": "nuxt dev",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"deploy": "netlify deploy -d=dist",
"analyze": "nuxt build --analyze",
"lint": "eslint --ext .ts,.js,.vue src",
"lint:fix": "eslint --fix --ext .ts,.js,.vue src",
"eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check"
},
"dependencies": {
"@nuxtjs/pwa": "^3.3.5",
"@typeform/embed": "^2.16.0",
"nuxt": "^2.17.1",
"nuxt-webfontloader": "^1.1.0"
},
"devDependencies": {
"@aceforth/nuxt-optimized-images": "^1.4.0",
"@mdi/js": "^7.2.96",
"@nuxt/types": "^2.17.1",
"@nuxt/typescript-build": "^3.0.1",
"@nuxtjs/eslint-config-typescript": "^12.0.0",
"@nuxtjs/google-analytics": "^2.4.0",
"@nuxtjs/vuetify": "^1.12.3",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vuetify": "^1.1.0",
"imagemin-mozjpeg": "^9.0.0",
"lqip-loader": "^2.2.1",
"prettier": "^2.8.8",
"responsive-loader": "^2.3.0",
"sharp": "^0.32.5",
"typescript": "^5.1.6",
"vue-plausible": "^1.3.2",
"vuetify": "^2.7.1"
},
"engines": {
"node": "^16"
},
"packageManager": "[email protected]"
}