-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 836 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
{
"name": "interweave",
"version": "0.0.1",
"description": "interweave social media web application",
"productName": "interweave",
"author": "dharmikbhesaniya <dharmikbhesaniya@gmail.com>",
"private": true,
"type": "module",
"overrides": {
"vue": "latest"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@types/axios": "^0.14.0",
"@types/node": "^20.6.3",
"autoprefixer": "^10.4.15",
"nuxt": "^3.7.3",
"postcss": "^8.4.29",
"tailwindcss": "^3.3.3"
},
"dependencies": {
"@pinia/nuxt": "^0.4.11",
"axios": "^1.5.0",
"nuxt-quasar-ui": "^2.0.5",
"pinia": "^2.1.6",
"quasar": "^2.12.7"
}
}