-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.27 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
{
"name": "nextjs-travelpayouts-imagery",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@storyofams/next-api-decorators": "^1.8.1",
"axios": "^0.27.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.13.2",
"ioredis": "^5.0.6",
"mime-types": "^2.1.35",
"next": "12.1.6",
"path-to-regexp": "^6.2.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"sharp": "^0.30.6"
},
"devDependencies": {
"@babel/core": "^7.18.2",
"@babel/plugin-proposal-decorators": "^7.18.2",
"@types/mime-types": "^2.1.1",
"@types/node": "17.0.42",
"@types/react": "18.0.12",
"@types/react-dom": "18.0.5",
"@types/sharp": "^0.30.4",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"babel-plugin-parameter-decorator": "^1.0.16",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"eslint": "8.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "^8.0.0",
"eslint-plugin-import": "^2.0.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.0.0",
"typescript": "4.7.3"
}
}