-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.71 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
59
60
61
62
{
"name": "gh_comm",
"version": "0.1.0",
"private": true,
"type": "commonjs",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "playwright test"
},
"dependencies": {
"@octokit/auth-app": "^3.6.1",
"@octokit/core": "^3.6.0",
"@octokit/request": "^5.6.3",
"@svgr/webpack": "^6.5.1",
"classnames": "^2.3.2",
"color": "^4.2.3",
"gray-matter": "^4.0.3",
"http-status-codes": "^2.2.0",
"js-yaml": "^4.1.0",
"markdown-it": "^13.0.1",
"netlify-cms": "^2.10.192",
"netlify-cms-core": "^2.55.2",
"netlify-cms-app": "^2.15.72",
"netlify-identity-widget": "^1.9.2",
"next": "12.3.4",
"radium": "^0.26.2",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-fetch-hook": "^1.9.5",
"react-hook-form": "^7.43.9",
"react-icons": "^4.8.0",
"react-id-generator": "^3.0.2",
"react-markdown": "^8.0.7",
"react-modal": "^3.16.1",
"styled-components": "^5.3.10"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^4.36.0",
"@next/eslint-plugin-next": "^12.3.4",
"@playwright/test": "^1.33.0",
"@types/color": "^3.0.3",
"@types/js-yaml": "^4.0.5",
"@types/markdown-it": "^12.2.3",
"@types/netlify-identity-widget": "^1.9.3",
"@types/node": "17.0.45",
"@types/radium": "^0.24.4",
"@types/react": "18.2.6",
"@types/react-modal": "^3.16.0",
"@types/styled-components": "^5.1.26",
"@types/uuid": "^8.3.4",
"eslint": "8.40.0",
"eslint-config-next": "12.3.4",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-testing-library": "^5.10.3",
"jest": "^28.1.3",
"prettier": "^2.8.8",
"typescript": "^5.0.4"
}
}