generated from aichner/nextjs-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.52 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
53
54
55
56
57
{
"name": "nextjs-redux-template",
"version": "2.0.0",
"private": true,
"description": "ReactJS using NextJS for improved SEO and performance and Redux for data management.",
"repository": {
"type": "git",
"url": "git+https://github.com/aichner/nextjs-redux-template.git"
},
"keywords": [],
"author": "Christian Aichner",
"license": "(EUPL-1.2)",
"bugs": {
"url": "https://github.com/aichner/nextjs-redux-template/issues"
},
"homepage": ".",
"engines": {
"node": "12"
},
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "npm run dev && next start"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.2",
"bootstrap": "^4.6.0",
"lottie-react-web": "^2.2.2",
"mdbreact": "^5.0.1",
"next": "^10.0.6",
"next-compose-plugins": "^2.2.1",
"next-fonts": "^1.5.1",
"next-images": "^1.7.0",
"next-redux-wrapper": "^6.0.2",
"postcss-preset-env": "^6.7.0",
"react-redux": "^7.2.2",
"react-redux-firebase": "^3.10.0",
"redux": "^4.0.5",
"redux-devtools-extension": "^2.13.8",
"redux-firestore": "^0.14.0",
"redux-thunk": "^2.3.0",
"sass": "^1.32.6",
"serialize-error": "^8.0.1"
},
"devDependencies": {
"@babel/cli": "^7.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@types/node": "^14.14.25",
"@types/react": "^17.0.1",
"@types/react-redux": "^7.1.16",
"react": "^17.0.1",
"react-dom": "17.0.1",
"typescript": "^4.1.3",
"webpack": "^5.21.1"
}
}