-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.68 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
57
58
59
60
61
62
63
64
{
"name": "next-moose",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@mui/icons-material": "latest",
"@mui/material": "latest",
"@next-auth/prisma-adapter": "^1.0.5",
"@prisma/client": "^4.11.0",
"next": "13.2.2",
"next-auth": "4",
"prettier": "^2.7.1",
"prisma": "^4.11.0",
"prop-types": "^15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"devDependencies": {
"eslint": "8.35.0",
"eslint-config-next": "13.2.2",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-jsconfig": "^1.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.5.12",
"eslint-webpack-plugin": "^3.2.0"
},
"description": "This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).",
"main": "package.json",
"repository": {
"type": "git",
"url": "git+https://github.com/anungbisa4/moose.git"
},
"keywords": [
"react",
"templates",
"next",
"js",
"templates",
"nextjs",
"react"
],
"author": "pensilpatah",
"license": "ISC",
"bugs": {
"url": "https://github.com/anungbisa4/moose/issues"
},
"homepage": "https://github.com/anungbisa4/moose#readme",
"packageManager": "pnpm@7.24.3",
"engines": {
"node": ">=16.0.0"
}
}