-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 847 Bytes
/
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
{
"name": "portfolio",
"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",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.8",
"@reduxjs/toolkit": "^1.7.1",
"next": "12.0.7",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-fontawesome": "^1.7.1",
"react-icons": "^4.3.1",
"react-redux": "^7.2.6",
"react-spring": "^9.4.2",
"react-transition-group": "^4.4.2",
"redux": "^4.1.2",
"sass": "^1.47.0",
"styled-components": "^5.3.3"
},
"devDependencies": {
"autoprefixer": "^10.4.1",
"eslint": "8.6.0",
"eslint-config-next": "12.0.7",
"postcss": "^8.4.5",
"tailwindcss": "^3.0.11"
}
}