-
Notifications
You must be signed in to change notification settings - Fork 47
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "discord-package",
"author": "Peter Hanania",
"version": "0.0.1",
"scripts": {
"dev": "npx next dev",
"build": "npx next build",
"start": "npx next start",
"lint": "npx next lint"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@headlessui/react": "^1.6.6",
"@heroicons/react": "^1.0.6",
"@mui/material": "^5.9.3",
"@tippyjs/react": "^4.2.6",
"@types/jest": "^28.1.6",
"@types/react-dom": "^18.0.6",
"animate.css": "^4.1.1",
"axios": "^0.27.2",
"chalk": "^5.0.1",
"csshake": "^1.7.0",
"driver.js": "^0.9.8",
"fflate": "^0.7.3",
"highcharts": "^10.2.0",
"highcharts-react-official": "^3.1.0",
"jotai": "^1.7.8",
"moment": "^2.29.4",
"next": "^12.2.4",
"notistack": "^2.0.5",
"papaparse": "^5.3.2",
"random-words": "^1.2.0",
"rc-progress": "^3.4.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-particles": "^2.3.3",
"react-toastify": "^9.0.8",
"react-twemoji": "^0.5.0",
"sass": "^1.54.4",
"snake-case": "^3.0.4",
"tsparticles": "^2.3.4",
"tsparticles-engine": "^2.3.3"
},
"devDependencies": {
"@types/node": "^18.6.4",
"@types/papaparse": "^5.3.3",
"@types/react": "^18.0.16",
"@types/react-twemoji": "^0.4.0",
"autoprefixer": "^10.4.8",
"eslint": "8.21.0",
"eslint-config-next": "12.2.4",
"netlify-plugin-submit-sitemap": "^0.4.0",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "^4.7.4"
}
}