-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 874 Bytes
/
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
{
"name": "voiceloft-landing",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 7777",
"start": "next dev -p 7777",
"build": "next build",
"lint": "next lint",
"clean": "rm -rf .next"
},
"dependencies": {
"@sarafhbk/react-audio-recorder": "~1.1.2",
"axios": "~1.2.3",
"next": "~13.1.5",
"react": "~18.2.0",
"react-circular-progressbar": "~2.1.0",
"react-countup": "~6.4.0",
"react-dom": "~18.2.0",
"react-dropzone": "~14.2.3",
"react-h5-audio-player": "~3.8.6",
"react-hot-toast": "~2.4.0",
"react-pure-modal": "~2.2.0",
"swiper": "~8.4.6"
},
"devDependencies": {
"@next/font": "~13.1.5",
"@trivago/prettier-plugin-sort-imports": "~4.0.0",
"classnames": "~2.3.2",
"eslint": "~8.32.0",
"eslint-config-next": "~13.1.5",
"prettier": "~2.8.3"
}
}