-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.46 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
{
"name": "devsforukarine",
"version": "0.0.0",
"private": true,
"main": "",
"scripts": {
"dev": "next",
"build": "prisma generate && next build",
"start": "next start",
"types": "tsc --noEmit",
"lint": "eslint ."
},
"license": "ISC",
"dependencies": {
"@headlessui/react": "^1.5.0",
"@next-auth/prisma-adapter": "^1.0.3",
"@prisma/client": "^3.12.0",
"@tailwindcss/forms": "^0.5.0",
"@types/emoji-mart": "^3.0.9",
"@types/tmi.js": "^1.8.1",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"chrome-aws-lambda": "7.0.0",
"classnames": "^2.3.1",
"emoji-mart": "^3.0.1",
"framer-motion": "^6.2.8",
"lodash-es": "^4.17.21",
"next": "^v12.1.3-canary.0",
"next-auth": "^4.3.1",
"postcss": "^8.4.12",
"puppeteer-core": "13.1.2",
"raw-body": "^2.5.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.34.19",
"react-reactions": "0.1.2",
"react-url-modal": "^0.4.0",
"sharp": "^0.30.3",
"stripe": "^8.213.0",
"tailwindcss": "^3.0.23",
"tmi.js": "^1.8.5",
"vanilla-tilt": "^1.7.2"
},
"devDependencies": {
"@types/canvas-confetti": "^1.4.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/react-dom": "^17.0.14",
"eslint": "8.12.0",
"eslint-config-next": "12.1.2",
"prisma": "^3.12.0",
"typescript": "^4.6.3"
},
"prettier": {
"semi": false
}
}