-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.32 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
{
"name": "serverless-thumb",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"chrome-aws-lambda": "^5.3.1",
"next": "^10.0.0",
"nprogress": "^0.2.0",
"polished": "^4.0.1",
"puppeteer-core": "^5.3.1",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-facebook": "^8.1.4",
"react-icons": "^3.11.0",
"react-share": "^4.3.1",
"sitemap": "^6.3.2",
"styled-components": "^5.2.0"
},
"devDependencies": {
"@types/marked": "^1.1.0",
"@types/node": "^14.10.2",
"@types/puppeteer-core": "^2.0.0",
"@types/react": "^16.9.49",
"@types/styled-components": "^5.1.3",
"@types/webpack-env": "^1.15.2",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.21.3",
"eslint-plugin-standard": "^4.0.1",
"gray-matter": "^4.0.2",
"marked": "^1.1.1",
"prettier": "^2.1.2",
"raw-loader": "^4.0.1",
"typescript": "^4.0.2"
}
}