-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
56 lines (56 loc) · 1.5 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
{
"name": "expediagroup.github.io",
"version": "1.6.0",
"private": true,
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build-posts-data": "run-func src/scripts/build-posts-data.js fetchAndDumpPosts",
"build-repo-data": "run-func src/scripts/build-repo-data.js queryAndDumpRepositories",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"serve": "docusaurus serve",
"clear": "docusaurus clear",
"test": "jest"
},
"dependencies": {
"@apollo/client": "^3.5.8",
"@docusaurus/core": "^2.0.1",
"@docusaurus/preset-classic": "^2.0.1",
"@react-three/drei": "^8.20.2",
"@react-three/fiber": "^7.0.28",
"cheerio": "^1.0.0-rc.10",
"cross-fetch": "^3.0.6",
"graphql": "^15.5.0",
"moment": "^2.29.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-paginate": "^8.1.3",
"react-script-hook": "^1.3.0",
"rss-parser": "^3.12.0",
"run-func": "^3.0.0",
"three": "^0.143.0"
},
"devDependencies": {
"common-tags": "^1.8.2",
"jest": "^28.1.0",
"jest-css-modules-transform": "^4.4.2",
"jest-each": "^28.1.0",
"jest-environment-jsdom": "^28.1.0",
"memfs": "^3.4.1",
"react-test-renderer": "^17.0.2"
},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}