forked from CreoWis/devresources.info
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 795 Bytes
/
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
{
"name": "devresources",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.1.0",
"@types/react-dom": "^18.2.18",
"autoprefixer": "^10.4.17",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
"next": "^14.1.0",
"next-plausible": "^3.12.0",
"node": "^21.6.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^5.0.1",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^9.1.0",
"react-toastify": "^10.0.4"
},
"devDependencies": {
"@types/node": "20.11.17",
"@types/react": "18.2.55",
"tailwindcss": "^3.4.1"
}
}