-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.26 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
{
"name": "open-graph-image-generator-api",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev:local": "vercel dev",
"build": "next build",
"postbuild": "rollup -c rollup.config.js",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@rollup/plugin-commonjs": "^23.0.0",
"@rollup/plugin-node-resolve": "^15.0.0",
"next": "12.3.1",
"playwright-aws-lambda": "^0.9.0",
"playwright-core": "^1.26.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-textfit": "^1.1.1",
"styled-components": "^5.3.5"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.3",
"@babel/preset-react": "^7.18.6",
"@babel/preset-typescript": "^7.18.6",
"@rollup/plugin-replace": "^5.0.0",
"@types/node": "18.7.18",
"@types/react": "18.0.21",
"@types/react-dom": "18.0.6",
"@types/react-textfit": "^1.1.0",
"@types/styled-components": "^5.1.26",
"babel-plugin-styled-components": "^2.0.7",
"eslint": "8.23.1",
"eslint-config-next": "12.3.1",
"rollup": "^2.79.1",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"typescript": "4.8.3"
}
}