-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.38 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
42
43
44
{
"name": "haiper",
"version": "1.6.0",
"description": "Haiper - React Next Online Banking & Payment Processing Template",
"main": "index.js",
"scripts": {
"dev": "node server.js -p $PORT",
"build": "next build",
"start": "NODE_ENV=production node server.js -p $PORT"
},
"author": "EnvyTheme.com",
"license": "ISC",
"dependencies": {
"@babel/runtime-corejs2": "^7.9.2",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@material-ui/core": "^4.11.2",
"@material-ui/icons": "^4.11.2",
"@zeit/next-css": "^1.0.1",
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"express": "^4.17.1",
"flickity": "^2.2.1",
"next": "^9.3.4",
"next-images": "^1.4.0",
"next-seo": "^3.4.0",
"next-videos": "^1.1.4",
"node-sass": "^4.13.1",
"nuka-carousel": "^4.7.4",
"react": "^16.13.1",
"react-accessible-accordion": "^3.0.1",
"react-dom": "^16.13.1",
"react-image-lightbox": "^5.1.1",
"react-modal-video": "^1.2.3",
"react-owl-carousel3": "^2.2.5",
"react-visibility-sensor": "^5.1.1",
"react-wow": "^1.0.0",
"sass": "^1.26.3"
},
"devDependencies": {
"file-loader": "^6.0.0",
"url-loader": "^4.0.0"
}
}