-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 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
{
"name": "landing-page",
"version": "1.0.0",
"scripts": {
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"typecheck": "vue-tsc --noEmit",
"format:fix": "prettier ./src --write",
"format:check": "prettier ./src --check",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@gtm-support/vue-gtm": "^1.6.0",
"@nuxt/vite-builder": "^3.0.0",
"nuxt": "^3.0.0",
"scrollreveal": "^4.0.9",
"vue": "^3.0.5",
"vue-gtag-next": "^1.14.0"
},
"devDependencies": {
"@babel/types": "^7.18.13",
"@types/node": "^14.14.35",
"@types/scrollreveal": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@vue/compiler-sfc": "^3.0.5",
"@vue/eslint-config-typescript": "^7.0.0",
"eslint": "^7.22.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-vue": "^7.7.0",
"prettier": "^2.2.1",
"sass": "^1.32.8",
"typescript": "^4.1.3",
"vue-eslint-parser": "^7.6.0",
"vue-tsc": "^0.40.5"
},
"private": true,
"packageManager": "[email protected]"
}