-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.45 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "redpoint-docs",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "docusaurus build",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"price-fetch": "node price-fetch/index.mjs"
},
"dependencies": {
"@docusaurus/core": "^3.9.2",
"@docusaurus/plugin-google-gtag": "^3.9.2",
"@docusaurus/preset-classic": "^3.9.2",
"@egjs/react-flicking": "^4.13.0",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@kfiros/btoa-polyfill": "^1.0.0",
"@mdx-js/react": "^3.1.0",
"@types/node": "^18.7.1",
"@types/node-fetch": "^2.6.2",
"@types/react": "^16.14.26",
"base-64": "^1.0.0",
"caniuse-lite": "^1.0.30001703",
"classnames": "^2.3.1",
"mermaid": "^9.1.5",
"node-fetch": "^3.2.10",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-player": "^2.16.0"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"packageManager": "yarn@4.9.1",
"devDependencies": {
"raw-loader": "^4.0.2",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"webpack": "^5.99.9",
"wrangler": "^4.19.1"
}
}