-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 972 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
34
35
36
37
{
"name": "starsoft-case",
"version": "1.0.3",
"private": true,
"scripts": {
"icons:generate": "npx @svgr/cli src/app/images --out-dir src/components/Icons --typescript",
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^2.3.0",
"@tanstack/react-query": "^5.59.16",
"@types/react-router-dom": "^5.3.3",
"framer-motion": "^11.11.10",
"next": "15.0.2",
"react": "^18",
"react-dom": "^18",
"react-redux": "^9.1.2",
"react-router-dom": "^6.27.0",
"react-toastify": "^10.0.6",
"redux": "^5.0.1",
"redux-logger": "^3.0.6",
"starsoft-case": "file:"
},
"devDependencies": {
"@tanstack/eslint-plugin-query": "^5.59.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"sass": "^1.80.6",
"typescript": "^5"
}
}