-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "egsa",
"description": "Multilingual (EN & AR) Landing Page for The Egyptian Space Agency, a moon flights agency.",
"version": "1.0.0",
"author": "MuhammadM1998",
"repository": {
"type": "git",
"url": "https://github.com/MuhammadM1998/EGSA"
},
"homepage": "",
"license": "MIT",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview"
},
"devDependencies": {
"@intlify/nuxt3": "^0.2.3",
"@nuxtjs/tailwindcss": "^5.1.3",
"@pinia/nuxt": "^0.1.9",
"@vueuse/core": "^8.9.2",
"@vueuse/nuxt": "^8.9.2",
"aos": "^2.3.4",
"axios": "^0.27.2",
"eslint": "^8.19.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-nuxt": "^3.2.0",
"eslint-plugin-prettier": "^4.2.1",
"nuxt": "3.0.0-rc.4",
"nuxt-icons": "^2.0.1",
"pinia": "^2.0.14",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.12",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"swiper": "^8.3.0"
}
}