-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.09 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
{
"name": "dominate-landing-pages-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap --config next-sitemap.js",
"start": "next start",
"export": "next export && touch ./out/.nojekyll"
},
"dependencies": {
"axios": "^0.21.1",
"bootstrap": "^4.5.0",
"currency-symbol-map": "^5.0.1",
"date-fns": "^1.30.1",
"font-awesome": "^4.7.0",
"next": "10.2.3",
"next-sitemap": "^1.6.111",
"node-sass": "^4.14.1",
"nprogress": "^0.2.0",
"pure-react-carousel": "^1.27.1",
"rc-pagination": "^1.20.11",
"react": "17.0.2",
"react-accessible-accordion": "^3.0.1",
"react-addons-css-transition-group": "^15.6.2",
"react-dom": "17.0.2",
"react-flags-select": "^2.1.2",
"react-markdown": "^4.2.2",
"react-phone-input-2": "^2.14.0",
"react-responsive-modal": "^6.1.0",
"react-scroll-up-button": "^1.6.4",
"react-select": "^4.3.1",
"validator": "^13.6.0"
},
"devDependencies": {
"@types/react": "17.0.2",
"typescript": "3.9.10"
}
}