-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.15 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
{
"name": "picked-web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 8080",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.4.3",
"axios": "^0.21.4",
"camelcase-keys": "^7.0.2",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"immer": "^9.0.6",
"lodash.debounce": "^4.0.8",
"next": "^11.1.3",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-intersection-observer": "^8.33.1",
"react-transition-group": "^4.4.2",
"swr": "^1.0.1"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@tailwindcss/aspect-ratio": "^0.4.0",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/line-clamp": "^0.3.1",
"@types/react": "^17.0.38",
"@types/react-transition-group": "^4.4.4",
"autoprefixer": "^10.4.2",
"eslint": "7.29.0",
"eslint-config-next": "11.0.1",
"eslint-config-prettier": "^8.3.0",
"postcss": "^8.4.6",
"postcss-nesting": "^8.0.1",
"prettier": "2.3.2",
"prettier-plugin-tailwindcss": "^0.1.5",
"tailwindcss": "^3.0.18",
"typescript": "^4.3.4"
}
}