-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1011 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
36
37
38
39
40
41
42
{
"name": "portfolio",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"firebase": "^8.6.2",
"framer-motion": "^4.1.17",
"i": "^0.3.6",
"marked": "^2.0.5",
"next": "^11.0.0",
"next-redux-saga": "^4.1.2",
"next-redux-wrapper": "^6.0.2",
"npm": "^7.15.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-redux": "^7.2.4",
"react-select": "^4.3.1",
"react-uuid": "^1.0.2",
"redux": "^4.1.0",
"redux-persist": "^6.0.0",
"redux-saga": "^1.1.3",
"reselect": "^4.0.0"
},
"devDependencies": {
"@svgr/webpack": "^5.5.0",
"@types/react": "^17.0.5",
"@types/react-select": "^4.0.15",
"autoprefixer": "^10.2.5",
"eslint": "^7.29.0",
"eslint-config-next": "^11.0.0",
"postcss": "^8.2.15",
"redux-logger": "^3.0.6",
"tailwindcss": "^2.1.2",
"typescript": "^4.3.2"
}
}