-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.24 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
{
"private": true,
"scripts": {
"dev": "next dev",
"pre-deploy": "sh pre-deploy.sh",
"build": "next build && next export",
"start": "next start",
"reformat": "prettier --write ."
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.15",
"@headlessui/react": "^1.4.1",
"@tailwindcss/forms": "^0.3.4",
"axios": "^0.22.0",
"classnames": "^2.3.1",
"dayjs": "^1.10.7",
"humps": "^2.0.1",
"js-sha256": "^0.9.0",
"next": "^12.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-query": "^3.25.1",
"react-range": "^1.8.11",
"react-slick": "^0.28.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@types/node": "^17.0.25",
"@types/react": "^17.0.24",
"@typescript-eslint/eslint-plugin": "^4.31.2",
"autoprefixer": "^10.3.1",
"eslint": "^7.32.0",
"eslint-config-next": "^11.1.2",
"eslint-config-prettier": "^8.3.0",
"husky": "^7.0.2",
"lint-staged": "^11.1.2",
"postcss": "^8.3.6",
"prettier": "^2.4.1",
"tailwindcss": "^2.2.7",
"typescript": "^4.4.3"
}
}