-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.29 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
{
"name": "awenotes",
"author": "jnaraujo",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@hcaptcha/react-hcaptcha": "^1.1.0",
"@mui/material": "^5.4.1",
"axios": "^0.26.0",
"classnames": "^2.3.1",
"firebase": "^9.6.6",
"next": "12.0.10",
"next-seo": "^5.1.0",
"nookies": "^2.5.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-firebaseui": "^6.0.0",
"react-icons": "^4.3.1",
"react-notion": "^0.10.0",
"react-responsive-modal": "^6.2.0",
"react-toastify": "^8.1.1",
"sanitize-html": "^2.7.0",
"sass": "^1.49.7",
"styled-components": "^5.3.3",
"typescript": "^4.5.5"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.7.2",
"@styled-jsx/plugin-sass": "^4.0.2",
"@types/classnames": "^2.3.1",
"@types/next-seo": "^2.1.2",
"@types/node": "^17.0.18",
"@types/nookies": "^2.0.3",
"@types/sanitize-html": "^2.6.2",
"@types/styled-components": "^5.1.22",
"babel-plugin-styled-components": "^2.0.2",
"eslint": "8.9.0",
"eslint-config-next": "^12.0.10"
}
}