-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
64 lines (64 loc) · 1.64 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": "spi",
"version": "0.0.0",
"private": true,
"description": "System for purchasing and inventory application.",
"repository": "https://github.com/nonwiz0/spi.git",
"bugs": {
"url": "https://github.com/nextauthjs/next-auth/issues"
},
"homepage": "https://next-auth-example.vercel.app",
"main": "index.js",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"types": "tsc --noEmit",
"lint": "next lint",
"cypress:open": "cypress open"
},
"prisma": {
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts"
},
"author": "Non Wiz <nonwiz@pm.me>",
"contributors": [
"Dan Kazimoto<khazifire.com>"
],
"license": "MIT",
"dependencies": {
"@next-auth/prisma-adapter": "^1.0.1",
"@nextui-org/react": "^1.0.8-beta.5",
"@prisma/client": "^3.14.0",
"@react-pdf/renderer": "^2.1.1",
"@types/nodemailer": "^6.4.4",
"assert": "^2.0.0",
"browserify-zlib": "^0.2.0",
"buffer": "^6.0.3",
"handlebars": "^4.7.7",
"multer": "^1.4.4",
"multiparty": "^4.2.3",
"next": "^12.0.11-canary.4",
"next-auth": "^4.2.1",
"next-connect": "^0.12.2",
"nodemailer": "^6.7.5",
"process": "^0.11.10",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"stream-browserify": "^3.0.0",
"swr": "^1.2.2",
"util": "^0.12.4"
},
"devDependencies": {
"@types/node": "^17.0.31",
"@types/react": "^17.0.39",
"autoprefixer": "^10.4.2",
"postcss": "^8.4.8",
"prisma": "^4.3.1",
"tailwindcss": "^3.0.23",
"ts-node": "^10.7.0",
"typescript": "^4.6.4"
},
"prettier": {
"semi": false
}
}