-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 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": "tecnoesis-web-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint",
"check-format": "prettier --check .",
"check-lint": "eslint --ext jsx --ext js",
"format": "prettier --write .",
"test-all": "npm run check-format && npm run check-lint && npm run build"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.1.2",
"@fortawesome/free-brands-svg-icons": "^6.1.2",
"@fortawesome/free-solid-svg-icons": "^6.1.2",
"@fortawesome/react-fontawesome": "^0.2.0",
"axios": "^0.27.2",
"date-fns": "^2.29.3",
"firebase": "^9.9.4",
"next": "^12.2.4",
"pure-react-carousel": "^1.29.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-intersection-observer": "^9.4.0",
"react-markdown": "^8.0.3",
"react-router-dom": "^6.3.0",
"react-scroll-parallax": "^3.3.0",
"react-toastify": "^9.0.8",
"remark-gfm": "^3.0.1",
"sass": "^1.54.7",
"scroll-snap": "^4.0.3"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-google": "^0.14.0",
"eslint-config-next": "12.2.4",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.8"
}
}