generated from aftabrehan/next-app-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.11 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": "next-app-template",
"version": "0.1.0",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.8.6",
"@svgr/webpack": "^6.3.1",
"axios": "^0.26.1",
"clsx": "^1.2.1",
"formik": "^2.2.9",
"next": "12",
"next-redux-wrapper": "^8.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.4",
"redux": "^4.2.0",
"redux-persist": "^6.0.0",
"redux-thunk": "^2.4.1"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^18.0.17",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"sass": "^1.49.11"
},
"description": "A ready next app",
"main": "next.config.js",
"repository": {
"type": "git",
"url": "git+https://github.com/aftabrehan/next-app-template.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/aftabrehan/next-app-template/issues"
},
"homepage": "https://github.com/aftabrehan/next-app-template#readme"
}