-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.62 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
51
52
53
54
{
"name": "@dreampipcom/nyx",
"version": "1.0.0",
"description": "DreamPip's Experience Hub.",
"private": true,
"author": "Angelo Reale",
"license": "HPL3-ECO-AND-ANC",
"scripts": {
"dev:install": "source .env.local && GITHUB_TOKEN=$GITHUB_TOKEN npm i",
"dev:schema": "NEXUS_LOCAL=1 NEXUS_SCHEMA=true next dev",
"dev": "NEXUS_LOCAL=1 next dev",
"build": "next build",
"start:schema": "NEXUS_SCHEMA=true next start",
"start": "next start",
"lint": "next lint",
"format": "next lint && prettier --check --ignore-path .gitignore --ignore-path .prettierignore .",
"format:fix": "next lint --fix && prettier --write --ignore-path .gitignore --ignore-path .prettierignore .",
"prepare": "husky"
},
"dependencies": {
"@dreampipcom/oneiros": "0.0.25",
"@sentry/nextjs": "7.118.0",
"next": "14.2.5",
"react": "18",
"react-dom": "18"
},
"devDependencies": {
"@babel/core": "7.23.7",
"@babel/eslint-parser": "7.23.3",
"@playwright/test": "^1.45.1",
"@types/json-schema": "7.0.15",
"@types/node": "20",
"@types/react": "18",
"@types/react-dom": "18",
"@types/uuid": "9.0.8",
"@typescript-eslint/eslint-plugin": "6.19.0",
"accept-language": "^3.0.20",
"autoprefixer": "^10.4.19",
"bson": "^6.8.0",
"clsx": "2.1.0",
"eslint": "8",
"eslint-config-alloy": "5.1.2",
"eslint-config-next": "14.0.4",
"husky": "9.0.11",
"lodash": "4.17.21",
"next-intl": "^3.17.4",
"postcss": "^8.4.38",
"prettier": "3.2.4",
"server-only": "0.0.1",
"tailwindcss": "3.4.4",
"typescript": "5",
"uuid": "9.0.1"
}
}