-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
50 lines (50 loc) · 1.52 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
{
"name": "nextjs-toolbox",
"version": "1.0.0",
"author": "Netlify Inc",
"contributors": [
"Tara Manicsic",
"Prince Wilson",
"Charlie Gerard",
"Ben Hong"
],
"homepage": "https://github.com/netlify-templates/nextjs-toolbox",
"bugs": {
"url": "https://github.com/netlify-templates/nextjs-toolbox/issues"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export"
},
"dependencies": {
"@algora/sdk": "^0.2.0",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@tailwindcss/line-clamp": "^0.4.4",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"classnames": "^2.5.1",
"cypress": "^10.0.3",
"daisyui": "^4.7.2",
"eslint-config-next": "^13.3.4",
"framer-motion": "^11.0.8",
"next": "^14.1.2",
"p5": "^1.9.1",
"react": "^18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.2.0",
"react-fontawesome": "^1.7.1",
"react-slick": "^0.30.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.14",
"netlify-plugin-cypress": "^1.2.0",
"postcss": "^8.4.23",
"tailwindcss": "^3.4.1"
}
}