-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.52 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
55
56
57
58
{
"name": "translate-serverless-vercel",
"version": "1.0.2",
"description": "Translate API Vercel Serverless Functions",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint src --fix --cache",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/olavoparno/translate-serverless-vercel.git"
},
"author": {
"name": "Olavo Parno",
"url": "https://olavoparno.vercel.app/"
},
"license": "ISC",
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"dependencies": {
"@emotion/cache": "latest",
"@emotion/react": "latest",
"@emotion/server": "latest",
"@emotion/styled": "latest",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@vitalets/google-translate-api": "^9.2.0",
"axios": "^1.2.2",
"ioredis": "^5.2.4",
"logform": "^2.4.2",
"next": "^13.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-scripts": "5.0.1",
"swr": "^2.0.0",
"the-bugging": "^1.0.17",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.10",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"prettier": "^2.8.2",
"standard-version": "^9.5.0",
"typescript": "^4.9.4"
}
}