-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.59 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "animed",
"version": "1.0.0",
"description": "Anime client built with Nuxt 3 using data provided from Anilist API",
"author": "Ahmed Rangel",
"type": "module",
"homepage": "https://github.com/ahmedrangel/animed",
"repository": {
"type": "git",
"url": "https://github.com/ahmedrangel/animed"
},
"bugs": {
"url": "https://github.com/ahmedrangel/animed/issues"
},
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev --port=5173 --host",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "pnpm run lint:eslint && pnpm run lint:stylelint",
"lint:eslint": "eslint --fix --config .config/eslint.mjs",
"lint:stylelint": "stylelint \"**/*.css\" --fix --config .config/stylelint.json"
},
"devDependencies": {
"@iconify-json/ci": "^1.2.1",
"@iconify-json/mdi": "^1.2.1",
"@iconify-json/ph": "^1.2.1",
"@iconify-json/simple-icons": "^1.2.11",
"@nuxt/eslint": "^0.7.1",
"@nuxt/fonts": "^0.10.2",
"@nuxt/icon": "^1.8.1",
"@nuxt/scripts": "^0.9.5",
"@nuxthub/core": "^0.8.7",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/sitemap": "^6.1.5",
"@types/bootstrap": "^5.2.10",
"@vueuse/nuxt": "^11.2.0",
"date-fns": "^4.1.0",
"eslint": "9.14.0",
"gql-payload": "^2.1.0",
"nuxt": "^3.14.159",
"stylelint-config-standard": "^36.0.1",
"wrangler": "^3.87.0"
},
"dependencies": {
"bootstrap": "^5.3.3",
"idb-keyval": "^6.2.1",
"nuxt-aos": "^1.2.5"
},
"resolutions": {
"vue-router": "4.4.5"
},
"packageManager": "[email protected]"
}