-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
56 lines (56 loc) · 1.62 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
56
{
"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.15",
"@nuxt/eslint": "^0.7.2",
"@nuxt/fonts": "^0.10.3",
"@nuxt/icon": "^1.10.0",
"@nuxt/scripts": "^0.9.5",
"@nuxthub/core": "^0.8.7",
"@nuxtjs/color-mode": "^3.5.2",
"@nuxtjs/sitemap": "^7.0.0",
"@types/bootstrap": "^5.2.10",
"@vueuse/nuxt": "^12.0.0",
"date-fns": "^4.1.0",
"eslint": "9.16.0",
"gql-payload": "^2.1.0",
"nuxt": "^3.14.1592",
"stylelint-config-standard": "^36.0.1",
"wrangler": "^3.95.0"
},
"dependencies": {
"bootstrap": "^5.3.3",
"idb-keyval": "^6.2.1",
"nuxt-aos": "^1.2.5",
"nuxt-ripple": "^0.0.8"
},
"resolutions": {
"vue-router": "4.4.5"
},
"packageManager": "[email protected]"
}