-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.03 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
{
"name": "frs99",
"version": "5.3.16",
"description": "My official website.",
"author": "fares djefaflia",
"licenseName": "CC BY-NC-SA 4.0",
"licenseUrl": "https://creativecommons.org/licenses/by-nc-sa/4.0/",
"homepage": "https://github.com/frs99/frs99.github.io#readme",
"repository": {
"type": "git",
"url": "https://github.com/frs99/frs99.github.io"
},
"bugs": {
"url": "https://github.com/frs99/frs99.github.io/issues"
},
"private": true,
"scripts": {
"Updating packages": "npm update",
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"deploy": "npm run generate",
"Updating local packages": "npm outdated",
"cleanup": "npx nuxi cleanup"
},
"devDependencies": {
"@nuxt/content": "2.13.4",
"@nuxt/devtools": "1.6.0",
"@nuxtjs/tailwindcss": "6.12.2",
"@tailwindcss/typography": "0.5.15",
"nuxt": "3.13.2",
"nuxt-gtag": "3.0.1"
},
"dependencies": {
"@flaticon/flaticon-uicons": "^3.3.1"
}
}