-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.17 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
{
"name": "nextagram",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.6.1",
"@uppy/aws-s3": "^1.8.0",
"@uppy/core": "^1.20.0",
"@uppy/dashboard": "^1.21.0",
"@uppy/drag-drop": "^1.4.31",
"@uppy/react": "^1.12.1",
"@uppy/xhr-upload": "^1.7.5",
"axios": "^0.21.1",
"classnames": "^2.3.1",
"formik": "^2.2.9",
"javascript-time-ago": "^2.3.8",
"next": "11.1.0",
"prettier": "^2.3.2",
"react": "17.0.2",
"react-copy-to-clipboard": "^5.0.3",
"react-dom": "17.0.2",
"react-infinite-scroll-component": "^6.1.0",
"react-redux": "^7.2.4",
"react-time-ago": "^7.1.1",
"react-toastify": "^7.0.4",
"redux": "^4.1.1",
"redux-persist": "^6.0.0",
"redux-toolkit": "^1.1.2",
"sass": "^1.37.5",
"snake-camel": "^1.0.8",
"yup": "^0.32.9"
},
"devDependencies": {
"@linkup/eslint-config-next-js": "github:LinkUpStudio/eslint-config-react.git#v1.0.3",
"eslint": "7.32.0",
"eslint-config-next": "11.1.0",
"typescript": "^4.3.5"
}
}