-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 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
{
"name": "edutech-nextjs",
"version": "4.0.0",
"author": "GBrogio <[email protected]>",
"license": "MIT",
"scripts": {
"start": "next start",
"build": "next build",
"dev": "next dev",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/material": "^5.8.2",
"@mui/styles": "^5.8.0",
"@styled-icons/boxicons-regular": "^10.38.0",
"@styled-icons/fluentui-system-regular": "^10.35.0",
"@styled-icons/material": "^10.34.0",
"@styled-icons/material-outlined": "^10.34.0",
"@styled-icons/remix-editor": "^10.33.0",
"axios": "^0.27.2",
"next": "^12.1.6",
"next-i18next": "^11.0.0",
"nookies": "^2.5.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-html-parser": "^2.0.2",
"react-palette": "^1.0.2",
"styled-components": "^5.3.5",
"swr": "^1.3.0"
},
"devDependencies": {
"@commitlint/cli": "^17.0.0",
"@commitlint/config-conventional": "^17.0.0",
"@types/axios": "^0.14.0",
"@types/node": "^17.0.35",
"@types/nookies": "^2.0.3",
"@types/react": "^18.0.9",
"@types/react-dom": "^18.0.5",
"@types/styled-components": "^5.1.25",
"@typescript-eslint/eslint-plugin": "^5.26.0",
"@typescript-eslint/parser": "^5.26.0",
"eslint": "^8.16.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.1.6",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.5.0",
"husky": "^8.0.1",
"prettier": "^2.6.2",
"typescript": "^4.6.4"
}
}