-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.73 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.73 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
56
57
58
59
60
61
62
63
64
{
"name": "hyak",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "docusaurus start",
"build": "NODE_OPTIONS='--openssl-legacy-provider' docusaurus build",
"swizzle": "docusaurus swizzle --danger",
"deploy": "docusaurus deploy"
},
"dependencies": {
"@algolia/client-search": "^4.9.1",
"@docusaurus/core": "3.7.0",
"@docusaurus/preset-classic": "3.7.0",
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@mdx-js/react": "3.1.0",
"acorn": "^8.0.0",
"bootstrap": "^5.3.6",
"classnames": "^2.5.1",
"docusaurus-lunr-search": "^3.6.0",
"framer-motion": "^12.10.0",
"highlight.js": "^11.11.1",
"immer": "^10.1.1",
"is-svg": "^6.0.0",
"node-fetch": "^3.3.2",
"postcss": "^8.5.3",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.9",
"react-cool-inview": "^3.0.1",
"react-dev-utils": "^12.0.1",
"react-dom": "18.3.1",
"react-highlight": "^0.15.0",
"react-intersection-observer": "^9.16.0",
"react-loadable": "^5.5.0",
"react-reel": "^1.2.3",
"react-responsive-carousel": "^3.2.23",
"react-scroll-percentage": "^4.3.2",
"react-typist": "^2.0.5",
"search-insights": "^2",
"ssri": "^12.0.0",
"trim": "^1.0.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/react": "^19.1.3",
"babel-plugin-module-resolver": "^5.0.2",
"css-loader": "^7.1.2",
"typescript": "^5.8.3"
}
}