-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 810 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 810 Bytes
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
{
"name": "texap",
"version": "1.0.0",
"description": "Next.js Strapi App & SaaS Startup Template",
"main": "index.js",
"scripts": {
"dev": "next dev -p 3005",
"build": "next build && next export",
"prod_start": "NODE_ENV=production node server.js",
"start": "next start -p 3005"
},
"author": "envytheme.com",
"license": "ISC",
"dependencies": {
"next": "^11.0.1",
"react": "^17.0.2",
"react-accessible-accordion": "^3.3.4",
"react-animate-on-scroll": "^2.1.5",
"react-dom": "^17.0.2",
"react-image-lightbox": "^5.1.3",
"react-modal-video": "^1.2.8",
"react-owl-carousel3": "^2.2.5",
"react-tabs": "^3.2.2",
"sass": "^1.35.2",
"swiper": "^6.7.5"
}
}