-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.05 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "app",
"version": "v0.0.1",
"private": true,
"scripts": {
"dev": "react-env -- next",
"build": "next build && next export",
"start": "react-env -- next start",
"lint": "eslint './**/*.{ts,tsx}'",
"image": "next-image-export-optimizer"
},
"husky": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"./**/*.{js,jsx,ts,tsx,json,css,scss,md}": [
"prettier --write",
"yarn lint",
"git add"
]
},
"dependencies": {
"@beam-australia/react-env": "^3.1.1",
"@headlessui/react": "^1.7.2",
"@heroicons/react": "^2.0.11",
"@tailwindcss/forms": "^0.5.2",
"@tremor/react": "^1.1.1",
"axios": "^1.6.0",
"chart.js": "^3.9.1",
"cross-fetch": "^3.1.5",
"flowbite": "^1.5.3",
"flowbite-react": "^0.1.11",
"hamburger-react": "^2.5.0",
"js-cookie": "^3.0.1",
"next": "12.3.0",
"next-pwa": "^5.6.0",
"pocketbase": "^0.7.1",
"react": "18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "18.2.0",
"react-loading-skeleton": "3.1.0",
"react-parallax-tilt": "^1.7.43",
"react-spinners": "^0.13.4",
"react-toastify": "^9.0.8",
"rehype-stringify": "^9.0.3",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-preset-lint-markdown-style-guide": "^5.1.2",
"remark-react": "^9.0.1",
"remark-rehype": "^10.1.0",
"remixicon-react": "^1.0.0",
"sweetalert2": "^11.4.23",
"tailwind-scrollbar-hide": "^1.1.7",
"unified": "^10.1.2",
"vfile-reporter": "^7.0.4"
},
"devDependencies": {
"@faker-js/faker": "^7.5.0",
"@types/js-cookie": "^3.0.2",
"@types/node": "18.0.0",
"@types/react": "18.0.14",
"@types/react-anchor-link-smooth-scroll": "^1.0.2",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"eslint": "8.17.0",
"eslint-config-next": "12.1.6",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"postcss": "^8.4.14",
"postcss-100vh-fix": "^1.0.2",
"prettier": "^2.7.1",
"tailwindcss": "^3.1.6",
"typescript": "4.7.3"
}
}