forked from remoteoss/devsforukraine
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "xata-conf-starter",
"version": "0.0.0",
"private": true,
"main": "",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"types": "tsc --noEmit",
"lint": "eslint ."
},
"license": "ISC",
"dependencies": {
"@headlessui/react": "^1.5.0",
"@tailwindcss/forms": "^0.5.0",
"@tejaskumar/xata-next-auth-adapter": "^0.1.2",
"@xata.io/client": "^0.13.3",
"autoprefixer": "^10.4.4",
"canvas-confetti": "^1.5.1",
"chrome-aws-lambda": "10.1.0",
"classnames": "^2.3.1",
"framer-motion": "^6.2.8",
"lodash-es": "^4.17.21",
"next": "^12.2.2",
"next-auth": "^4.9.0",
"nextjs-basic-auth": "^0.1.3",
"nprogress": "^0.2.0",
"postcss": "^8.4.12",
"puppeteer-core": "10.4.0",
"raw-body": "^2.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-query": "^3.34.19",
"react-reactions": "0.1.3",
"react-url-modal": "^0.4.0",
"sharp": "^0.30.3",
"tailwindcss": "^3.0.23",
"vanilla-tilt": "^1.7.2"
},
"devDependencies": {
"@types/canvas-confetti": "^1.4.2",
"@types/lodash-es": "^4.17.6",
"@types/node": "^18.0.3",
"@types/nprogress": "^0.2.0",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"eslint": "8.19.0",
"eslint-config-next": "12.2.2",
"typescript": "^4.6.3"
},
"prettier": {
"semi": false
}
}