-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 952 Bytes
/
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
{
"name": "news-reader-next",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@n8tb1t/use-scroll-position": "^1.0.43",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"@wp-headless/client": "^0.9.4",
"isomorphic-unfetch": "^3.0.0",
"next": "^9.5.2",
"next-pwa": "^2.3.3",
"next-routes": "^1.4.2",
"next-seo": "^4.4.0",
"normalize.css": "^8.0.1",
"now": "^17.1.1",
"now-cli": "0.0.0",
"react": "16.13.0",
"react-burger-menu": "^2.6.13",
"react-dom": "16.13.0",
"react-gpt": "^2.0.1",
"react-hamburger-menu": "^1.1.1",
"react-html-parser": "^2.0.2",
"react-router-dom": "^5.1.2",
"react-scripts": "^3.4.3",
"unfetch": "^4.1.0"
},
"devDependencies": {
"minimist": "^1.2.5"
}
}