-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
57 lines (57 loc) · 1.51 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
{
"name": "discord-package",
"author": "Peter Hanania",
"version": "4.0.0",
"scripts": {
"dev": "pnpm next dev",
"build": "pnpm next build",
"start": "pnpm next start",
"lint": "pnpm next lint"
},
"dependencies": {
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@headlessui/react": "^1.7.19",
"@tabler/icons": "^3.30.0",
"@tabler/icons-react": "^3.30.0",
"@tippyjs/react": "^4.2.6",
"@types/jest": "^28.1.8",
"@types/react-dom": "19.0.3",
"animate.css": "^4.1.1",
"chalk": "^5.4.1",
"driver.js": "^1.3.5",
"fflate": "^0.8.2",
"framer-motion": "^12.4.1",
"highcharts": "^12.1.2",
"highcharts-react-official": "^3.2.1",
"jotai": "^2.11.3",
"moment": "^2.30.1",
"next": "15.1.6",
"notistack": "^3.0.2",
"papaparse": "^5.5.2",
"random-words": "^2.0.1",
"rc-progress": "^4.0.0",
"react": "19.0.0",
"react-confetti": "^6.2.2",
"react-dom": "19.0.0",
"react-particles": "^2.12.2",
"react-toastify": "^11.0.3",
"react-twemoji": "^0.6.0",
"sass": "^1.84.0",
"snake-case": "^4.0.0",
"tippy.js": "6.3.7"
},
"devDependencies": {
"@types/node": "^18.19.75",
"@types/papaparse": "^5.3.15",
"@types/react": "19.0.8",
"@types/react-twemoji": "^0.4.3",
"autoprefixer": "^10.4.20",
"eslint": "9.20.0",
"eslint-config-next": "15.1.6",
"netlify-plugin-submit-sitemap": "^0.4.0",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^4.9.5"
}
}