-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.02 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
{
"name": "next-favicon-loader",
"version": "3.0.5",
"description": "A favicon and manfiest generator module for Next.js with built-in webpack loader",
"license": "MIT",
"repository": "tinialabs/next-favicon-loader",
"author": "[email protected]",
"homepage": "https://github.com/tinialabs/next-favicon-loader",
"main": "dist/plugin.js",
"types": "dist/plugin.d.ts",
"engines": {
"node": ">= 10.13.0"
},
"scripts": {
"build": "tsc"
},
"files": [
"plugin.js",
"dist"
],
"peerDependencies": {
"webpack": "^4.0.0 || ^5.0.0"
},
"dependencies": {
"loader-utils": "^2.0.0",
"schema-utils": "^3.1.1",
"favicons": "^6.2.2"
},
"devDependencies": {
"@types/favicons": "^6.2.2",
"typescript": "^4.4.2",
"@types/loader-utils": "^2.0.3",
"@sync-labs/eslint-config": "^2.4.0",
"@types/webpack-env": "^1.16.2",
"eslint": "^7.32.0",
"next-compose-plugins": "^2.2.1",
"prettier": "^2.3.2"
},
"keywords": [
"webpack",
"nextjs",
"novela"
]
}