-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 940 Bytes
/
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
{
"name": "arhaanb",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"prettier": {
"tabWidth": 2,
"useTabs": true,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
},
"dependencies": {
"@nuxt/ui": "^2.19.2",
"@sendgrid/mail": "^8.1.3",
"@vueuse/core": "^10.9.0",
"@vueuse/head": "^2.0.0",
"airtable": "^0.12.2",
"aos": "^2.3.4",
"axios": "^1.6.8",
"bad-words": "^3.0.4",
"embla-carousel-vue": "^8.3.1",
"isomorphic-unfetch": "^4.0.2",
"letterboxd": "^3.1.1",
"nuxt": "^3.11.2",
"vue": "^3.4.21",
"vue-notion": "^3.0.0",
"vue-router": "^4.3.0",
"vue3-notion": "^0.1.46"
},
"devDependencies": {
"nuxt-aos": "^1.2.4",
"nuxt-gtag": "^2.0.5",
"sass": "^1.74.1"
}
}