-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.13 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.13 KB
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
{
"name": "blog-rv-nextjs",
"version": "0.2.4",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"pm2": "pm2-runtime start npm --name 'revista' --cron '*/15 * * * *' -- start"
},
"dependencies": {
"@apollo/client": "^3.5.10",
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"animate.css": "^4.1.1",
"axios": "^0.26.0",
"graphql": "^16.3.0",
"next": "12.1.0",
"pm2": "^5.2.2",
"react": "^17.0.2",
"react-alice-carousel": "^2.5.1",
"react-dom": "17.0.2",
"react-iframe": "^1.8.0",
"react-multi-carousel": "^2.8.0",
"react-player": "^2.9.0"
},
"devDependencies": {
"@svgr/webpack": "^6.2.1",
"autoprefixer": "^10.4.2",
"eslint": "8.10.0",
"eslint-config-next": "12.1.0",
"file-loader": "^6.2.0",
"postcss": "^8.4.8",
"tailwindcss": "^3.2.1",
"url-loader": "^4.1.1"
}
}