-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 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
53
54
55
56
57
{
"name": "publisher_pwa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"test": "jest",
"test:watch": "jest --watch",
"test:updateSnapshot": "jest --updateSnapshot"
},
"dependencies": {
"@glidejs/glide": "^3.4.1",
"article-json-to-amp": "^3.0.2",
"cors": "2.8.5",
"dotenv": "^8.2.0",
"framer-motion": "^2.6.3",
"graphql": "^15.3.0",
"graphql-request": "3.0.0",
"html-to-article-json": "^1.20.1",
"intersection-observer": "^0.11.0",
"jsdom": "^16.4.0",
"lru-cache": "^6.0.0",
"moment": "^2.27.0",
"next": "^9.5.2",
"next-pwa": "^3.1.1",
"node-fetch": "^2.6.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-paginate": "^6.3.2",
"sitemap": "^6.2.0",
"xml2js": "^0.4.23",
"yarn": "^1.22.4",
"zlib": "^1.0.5"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.8.0",
"@testing-library/react": "^10.4.9",
"@types/node": "^14.0.5",
"@types/react": "^16.9.35",
"babel-jest": "^26.0.1",
"jest": "^26.0.1",
"sass": "^1.26.10",
"typescript": "^3.9.3"
},
"browser": {
"html-to-article-json": false,
"article-json-to-amp": false,
"jsdom": false,
"lru-cache": false,
"sitemap": false,
"dotenv": false,
"zlib": false,
"xml2js": false
}
}