-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.18 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
{
"name": "with-nextjs",
"version": "3.25.0",
"private": true,
"scripts": {
"start": "cross-env NODE_OPTIONS=--max_old_space_size=4096 refine dev",
"build": "refine build && rm -rf .next/cache",
"start:prod": "refine start",
"lint": "eslint '**/*.{js,jsx,ts,tsx}'",
"cypress": "cypress open -C ./cypress.config.ts",
"cypress:run": "cypress run -C ./cypress.config.ts"
},
"dependencies": {
"@refinedev/antd": "^5.28.0",
"@refinedev/cli": "^2.7.2",
"@refinedev/core": "^4.26.4",
"@refinedev/inferencer": "^4.3.2",
"@refinedev/nextjs-router": "^5.3.2",
"@refinedev/simple-rest": "^4.5.0",
"@refinedev/supabase": "^5.5.2",
"antd": "^5.0.5",
"cross-env": "^7.0.3",
"eventsource-parser": "^1.0.0",
"next": "13.4.2",
"node-fetch": "^3.3.1",
"nookies": "^2.5.2",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"devDependencies": {
"@types/node": "^18.16.2",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@typescript-eslint/parser": "5.48.0",
"autoprefixer": "^10.4.14",
"cypress": "^12.11.0",
"postcss": "^8.4.26",
"tailwindcss": "^3.3.3",
"typescript": "^4.7.4"
}
}