forked from statsfm/web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.17 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
{
"name": "web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"clean": "rimraf .next out",
"check-types": "tsc --noEmit --pretty"
},
"dependencies": {
"@floating-ui/react-dom": "^1.0.0",
"@headlessui/react": "^1.7.2",
"@next/bundle-analyzer": "^12.2.1",
"@next/font": "^13.0.3",
"@statsfm/statsfm.js": "^2.1.3",
"@tailwindcss/line-clamp": "^0.4.0",
"@tailwindcss/typography": "^0.5.7",
"chart.js": "^3.9.1",
"clsx": "^1.2.1",
"dayjs": "^1.11.4",
"firebase": "^9.14.0",
"gsap": "^3.11.2",
"jose": "^4.9.3",
"js-confetti": "^0.10.2",
"js-cookie": "^3.0.1",
"linkify-react": "^3.0.4",
"linkifyjs": "^3.0.5",
"next": "^13.0.3",
"next-build-id": "^3.0.0",
"next-seo": "^5.4.0",
"nextjs-google-analytics": "^2.1.0",
"react": "^18.2.0",
"react-chartjs-2": "^4.3.1",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"react-infinite-scroller": "^1.2.6",
"react-use": "^17.4.0",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"sharp": "^0.31.2",
"tailwind-scrollbar": "^2.0.1",
"unified": "^10.1.2"
},
"devDependencies": {
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@types/jscodeshift": "^0.11.6",
"@types/node": "18.0.3",
"@types/react": "18.0.15",
"@types/react-dom": "18.0.6",
"@types/react-infinite-scroller": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.30.5",
"autoprefixer": "^10.4.7",
"eslint": "^8.19.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-next": "^13.0.2",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-tailwindcss": "^3.6.0",
"eslint-plugin-unused-imports": "^2.0.0",
"postcss": "^8.4.14",
"prettier": "^2.8.1",
"tailwindcss": "^3.1.5",
"typescript": "4.9"
}
}