-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.42 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.42 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
47
48
49
50
{
"name": "inemit",
"version": "2.15.3",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"test": "jest --config test/jest.config.ts",
"generate-splashscreens": "touch ./public/index.html && npx pwa-asset-generator ./public/splashscreens/base.svg ./public/splashscreens --background \"#6CC17A\" -i ./public/index.html -h --padding \"20vh 20vw\""
},
"dependencies": {
"@auth0/nextjs-auth0": "^4.14.0",
"autoprefixer": "^10.4.23",
"blurhash": "^2.0.5",
"dayjs": "^1.11.19",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.1",
"mongoose": "^7.8.8",
"motion": "^12.38.0",
"next": "^15.5.9",
"postcss": "^8.5.6",
"react": "^19.2.3",
"react-blurhash": "^0.3.0",
"react-collapse": "^5.1.1",
"react-dom": "^19.2.3",
"react-use": "^17.6.0",
"server-only": "^0.0.1",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.3",
"@types/react": "19.2.7",
"@types/react-collapse": "^5.0.4",
"@types/react-dom": "19.2.3",
"eslint-config-prettier": "^10.1.8",
"jest": "^30.2.0",
"semantic-release": "^25.0.2",
"ts-jest": "^29.4.6",
"ts-node": "^10.9.2"
},
"engines": {
"node": "22"
}
}