-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 KB
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
{
"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",
"@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",
"nextjs-progressbar": "^0.0.14",
"pace-js": "^1.2.4",
"prop-types": "^15.7.2",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-icons": "^4.4.0",
"react-loader-spinner": "^6.0.0-0",
"react-select": "^5.3.2",
"react-speech-recognition": "^3.9.1",
"react-toastify": "^8.2.0",
"regenerator-runtime": "^0.13.9",
"tippy.js": "^6.3.7"
},
"devDependencies": {
"@tailwindcss/line-clamp": "^0.4.0",
"autoprefixer": "^10.4.4",
"eslint": "^8.18.0",
"postcss": "^8.4.12",
"prettier": "^2.7.0",
"tailwindcss": "^0.0.0-insiders.1a30ca0"
}
}