-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.29 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
{
"name": "creote-nextjs-by-alithemes",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"sass": "sass --watch public/assets/css/scss/elements/theme-css.scss:public/assets/css/scss/elements/theme-css.css"
},
"dependencies": {
"@quillforms/react-renderer-utils": "^5.10.0",
"@quillforms/renderer-core": "^5.8.0",
"@strapi/blocks-react-renderer": "^1.0.1",
"@vercel/analytics": "^1.1.1",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"nanoid": "^5.0.6",
"next": "13.2.4",
"qs": "^6.11.2",
"react": "18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "18.2.0",
"react-loader-spinner": "^5.3.4",
"react-markdown": "^9.0.0",
"react-modal-video": "^2.0.0",
"react-reveal": "^1.2.2",
"react-slick": "^0.29.0",
"rehype-external-links": "^3.0.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"sass": "^1.62.1",
"swiper": "^9.2.4",
"yet-another-react-lightbox": "^3.15.2"
},
"devDependencies": {
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31"
}
}