-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.4 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
{
"name": "inemit",
"version": "2.10.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"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": "^3.5.0",
"autoprefixer": "^10.4.19",
"blurhash": "^2.0.5",
"dayjs": "^1.11.10",
"eslint": "^8.52.0",
"eslint-config-next": "^14.1.4",
"mongoose": "^7.6.5",
"next": "^14.2.3",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-blurhash": "^0.3.0",
"react-collapse": "^5.1.1",
"react-dom": "^18.3.1",
"react-use": "^17.5.0",
"server-only": "^0.0.1",
"slugify": "^1.6.6",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4"
},
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.5",
"@types/react": "^18.2.74",
"@types/react-collapse": "^5.0.4",
"@types/react-dom": "^18.2.24",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"semantic-release": "^23.0.7",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2"
},
"engines": {
"node": "20"
}
}