-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.52 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.52 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
{
"name": "oasis-demos",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "node ./src/generate-projects-json.mjs && vite",
"build": "node ./src/generate-projects-json.mjs && tsc && vite build",
"lint": "biome check",
"format": "biome format --write",
"blc": "./scripts/run-linkinator.sh",
"preview": "vite preview",
"projects": "tsx scripts/projects/projects"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@fontsource-variable/geist": "^5.2.8",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/icons-material": "^5.14.16",
"@mui/material": "^5.14.16",
"@mui/styled-engine-sc": "^6.0.0-alpha.4",
"@types/js-yaml": "^4.0.9",
"bootstrap": "5.3.0",
"js-yaml": "^4.1.0",
"react": "^18.2.0",
"react-bootstrap": "^2.9.1",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.21.3",
"styled-components": "^6.1.0"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/node": "^22.10.5",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"glob": "^11.0.1",
"jsdom": "^26.0.0",
"linkinator": "^6.1.4",
"tsx": "^4.19.2",
"typescript": "^5.0.2",
"vite": "^5.1.3"
}
}