-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.28 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
{
"name": "archiwum-kulinarne",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@vercel/analytics": "^1.1.2",
"@vercel/speed-insights": "^1.0.7",
"classnames": "^2.3.2",
"eslint": "^8.41.0",
"eslint-config-next": "^13.4.4",
"limax": "^4.1.0",
"mongoose": "^7.2.2",
"mongoose-slug-plugin": "^2.1.0",
"next": "latest",
"nextjs-cors": "^2.1.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-loading-skeleton": "^3.3.1",
"react-tabs": "^6.0.2",
"react-toastify": "^9.1.3",
"remove-accents": "^0.5.0",
"seedrandom": "^3.0.5",
"swiper": "latest",
"swr": "^2.2.4"
},
"devDependencies": {
"@types/react": "18.2.7",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.8.8",
"typescript": "5.1.3"
},
"repository": "[email protected]:deadbraindev/archiwum-kulinarne-nextjs.git",
"author": "deadbraindev <[email protected]>",
"license": "MIT"
}