-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 897 Bytes
/
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
{
"name": "@startertemp/nextjs-ts",
"version": "1.2.1",
"bin": "./bin/cli.js",
"description": "A Starter Template for Next JS",
"repository": {
"type": "git",
"url": "git+https://github.com/startertemp/nextjs-ts.git"
},
"keywords": [
"template",
"nextjs",
"eslint",
"jest",
"prettier",
"ethersjs",
"tailwindcss",
"notistack",
"daisyui",
"web3modal",
"startertemp"
],
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"author": {
"name": "Yanuka Deneth",
"email": "yanuka@asciix.com",
"url": "https://linktr.ee/yanukadeneth99"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/startertemp/nextjs-ts/issues"
},
"homepage": "https://github.com/startertemp/nextjs-ts#readme",
"dependencies": {},
"devDependencies": {}
}