forked from fredoist/typiform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write .",
"pretty-quick": "pretty-quick --staged"
},
"dependencies": {
"@auth0/nextjs-auth0": "^1.5.0",
"@headlessui/react": "^1.4.0",
"@heroicons/react": "^1.0.4",
"classnames": "^2.3.1",
"jotai": "^1.3.2",
"next": "^11.1.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-drag-listview": "^0.1.8",
"react-hook-form": "^7.13.0",
"react-hot-toast": "^2.1.0",
"react-infinite-scroll-component": "^6.1.0",
"swr": "^0.5.6"
},
"devDependencies": {
"@types/node": "^16.7.1",
"@types/react": "17.0.19",
"@types/react-dom": "^17.0.9",
"autoprefixer": "^10.3.2",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"husky": "^7.0.1",
"postcss": "^8.3.6",
"prettier": "^2.3.2",
"pretty-quick": "^3.1.1",
"tailwindcss": "^2.2.7",
"typescript": "4.3.5"
}
}