-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.19 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.19 KB
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
{
"name": "tridacom_web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "node server.js --port 8050",
"build": "next build",
"start": "NODE_ENV=production node server.js"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/pro-duotone-svg-icons": "^5.13.1",
"@fortawesome/pro-light-svg-icons": "^5.13.1",
"@fortawesome/pro-regular-svg-icons": "^5.13.1",
"@fortawesome/pro-solid-svg-icons": "^5.13.1",
"@fortawesome/react-fontawesome": "^0.1.11",
"@stripe/react-stripe-js": "^1.1.2",
"@stripe/stripe-js": "^1.3.1",
"axios": "^0.19.2",
"express": "^4.17.1",
"html-react-parser": "^0.13.0",
"next": "^9.3.2",
"next-i18next": "^4.5.0",
"next-redux-wrapper": "^6.0.2",
"next-seo": "^4.5.0",
"pure-react-carousel": "^1.27.1",
"react": "^16.13.1",
"react-card-flip": "^1.0.10",
"react-dom": "^16.13.1",
"react-image-magnify": "^2.7.4",
"react-js-pagination": "^3.0.3",
"react-redux": "^7.2.0",
"react-slick": "^0.26.1",
"react-tiny-popover": "^5.1.0",
"redux": "^4.0.5",
"slick-carousel": "^1.8.1"
}
}