-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.08 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
{
"name": "somelist",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/react": "^2.2.1",
"@fortawesome/fontawesome-free": "^6.1.1",
"@headlessui/react": "^0.0.0-insiders.591b328",
"@tippyjs/react": "^4.2.6",
"axios": "^0.19.0",
"framer-motion": "^6.3.4",
"fs": "^0.0.1-security",
"jquery": "^3.6.0",
"js-cookie": "^2.2.1",
"next": "^12.1.5",
"next-build-id": "^3.0.0",
"nextjs-progressbar": "^0.0.14",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.3.1",
"react-loader-spinner": "^6.0.0-0",
"react-select": "^5.3.2",
"react-speech-recognition": "^3.9.1",
"react-toastify": "^8.2.0",
"react-tooltip": "^4.2.21",
"regenerator-runtime": "^0.13.9",
"sharp": "^0.30.4",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"autoprefixer": "^10.4.4",
"postcss": "^8.4.12",
"tailwindcss": "^3.0.24"
}
}