generated from aftabrehan/next-redux-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.37 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
46
47
48
49
50
51
52
{
"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",
"eslint-config-custom": "^0.0.0",
"eslint-config-next": "^13.2.4",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"prettier": "^2.8.4",
"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",
"framer-motion": "^10.6.0"
},
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^18.0.17",
"eslint": "8.12.0",
"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"
}