-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
45
46
47
{
"name": "flamy-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build; next export",
"postbuild": "next-sitemap",
"start": "next start",
"check-prettier": "prettier --check .",
"prettify": "prettier --write .",
"compile": "tsc"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.13",
"@fullpage/react-fullpage": "^0.1.18",
"autoprefixer": "^10.0.4",
"formik": "^2.2.6",
"lazysizes": "^5.3.0-beta1",
"lodash": "^4.17.20",
"next": "10.0.3",
"next-pwa": "^5.0.0",
"postcss": "^8.1.14",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-image-lightbox": "^5.1.1",
"react-markdown": "^5.0.3",
"react-photo-gallery": "^8.0.0",
"react-responsive": "^8.2.0",
"react-svg": "^11.2.0",
"react-toastify": "^6.2.0",
"rodal": "^1.8.1",
"yup": "^0.32.8"
},
"devDependencies": {
"@types/lodash": "^4.14.165",
"@types/node": "^14.14.14",
"@types/react": "^17.0.0",
"next-sitemap": "^1.3.16",
"prettier": "^2.2.1",
"tailwindcss": "^2.0.2",
"typescript": "^4.1.3"
}
}