-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.46 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
{
"name": "fullstack-task-app",
"version": "0.1.0",
"private": true,
"scripts": {
"prestart": "next build",
"start": "next start -p 3000",
"dev": "next dev",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.5.1",
"@mui/material": "^5.5.3",
"@mui/x-date-pickers": "^5.0.0-alpha.1",
"@reduxjs/toolkit": "^1.8.1",
"@types/node": "17.0.23",
"@types/react": "17.0.43",
"@types/react-color": "^3.0.6",
"@types/react-dom": "17.0.14",
"@types/styled-components": "^5.1.24",
"babel-plugin-styled-components": "^2.0.6",
"date-fns": "^2.28.0",
"firebase": "^9.6.10",
"framer-motion": "^6.2.8",
"material-ui-toggle-icon": "^1.1.2",
"moment": "^2.29.2",
"next": "12.1.1",
"next-redux-wrapper": "^7.0.5",
"notistack": "^2.0.4",
"react": "17.0.2",
"react-color": "^2.19.3",
"react-dom": "17.0.2",
"react-redux": "^7.2.8",
"redux": "^4.1.2",
"styled-components": "^5.3.5",
"typescript": "4.6.3",
"validate.js": "^0.13.1"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.17.0",
"@typescript-eslint/parser": "^5.17.0",
"eslint": "8.12.0",
"eslint-config-next": "12.1.1",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.4",
"prettier": "^2.6.1"
}
}