-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 853 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
{
"name": "ski",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.2",
"axios": "^0.21.4",
"classnames": "^2.3.1",
"lodash": "^4.17.21",
"next": "11.1.2",
"node-sass": "^5.0.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-redux": "^7.2.5",
"react-select": "^5.1.0",
"react-toastify": "^8.0.3",
"redux-saga": "^1.1.3",
"sass-loader": "^10.1.0"
},
"devDependencies": {
"@types/lodash": "^4.14.175",
"@types/react": "^17.0.27",
"@types/react-dom": "^17.0.9",
"eslint": "7.32.0",
"eslint-config-next": "11.1.2",
"redux-devtools-extension": "^2.13.9",
"typescript": "4.4.3"
}
}