-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
65 lines (65 loc) · 1.9 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
58
59
60
61
62
63
64
65
{
"name": "todoapp",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index",
"build": "next build",
"start": "NODE_ENV=production node index",
"lint": "eslint components pages lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/luandevpro/nextjs-node-rest-api-startkit.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/luandevpro/nextjs-node-rest-api-startkit/issues"
},
"homepage": "https://github.com/luandevpro/nextjs-node-rest-api-startkit#readme",
"dependencies": {
"@material-ui/core": "^4.0.0",
"@material-ui/icons": "^4.0.0",
"@material-ui/styles": "^4.0.0",
"axios": "^0.18.0",
"compression": "^1.7.4",
"cookie-parser": "^1.4.4",
"dotenv": "^8.0.0",
"express": "^4.17.0",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^2.2.0",
"mongoose": "^5.5.11",
"next": "^8.1.0",
"next-compose-plugins": "^2.2.0",
"next-offline": "^4.0.1",
"nprogress": "^0.2.0",
"passport": "^0.4.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-jwt": "^4.0.0",
"path": "^0.12.7",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-jss": "^8.6.1",
"sitemap": "^2.2.0",
"styled-components": "^4.2.0",
"url": "^0.11.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-plugin-styled-components": "^1.10.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-import": "^2.17.1",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"prettier": "^1.17.0",
"yarn": "^1.15.2"
}
}