forked from winter520/anyCall2
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
40 lines (40 loc) · 928 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
35
36
37
38
39
40
{
"name": "saasley",
"version": "1.6.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.21.1",
"@babel/core": "^7.0.0",
"@popperjs/core": "^2.11.6",
"aos": "^2.3.4",
"bootstrap": "^5.2.1",
"classnames": "^2.3.1",
"date-fns": "^2.28.0",
"glightbox": "^3.2.0",
"gray-matter": "^4.0.3",
"headroom.js": "^0.12.0",
"material-symbols": "^0.2.1",
"next": "^12.1.6",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-rating": "^2.0.5",
"react-select": "^5.3.2",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"sharp": "^0.30.7",
"swiper": "^8.2.4",
"swr": "^1.3.0"
},
"devDependencies": {
"eslint": "8.18.0",
"eslint-config-next": "12.1.6",
"sass": "^1.53.0"
}
}