-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.39 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.39 KB
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
{
"name": "neon-nextjs-poc2",
"version": "0.1.48",
"private": true,
"scripts": {
"dev": "NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_OPTIONS='--inspect' next dev --turbopack",
"dev_https": "NODE_TLS_REJECT_UNAUTHORIZED=0 NODE_OPTIONS='--inspect' next dev --turbopack --experimental-https",
"ci-frontoffice": "npm ci --prefix ./src/neon-frontoffice-ts-sdk",
"build": "next build",
"start": "NODE_TLS_REJECT_UNAUTHORIZED=0 next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.2.0",
"@radix-ui/react-select": "^2.2.5",
"@reduxjs/toolkit": "^2.6.1",
"@tanstack/react-query": "^5.80.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lodash": "^4.17.21",
"lucide-react": "^0.510.0",
"next": "^15.3.0",
"pino": "^9.6.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-error-boundary": "^6.0.0",
"react-redux": "^9.2.0",
"react-select": "^5.10.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.0.11",
"@types/lodash": "^4.17.15",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"autoprefixer": "^10.4.20",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8.5.3",
"tailwindcss": "^4.0.11",
"typescript": "^5"
}
}