-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.96 KB
/
package.json
File metadata and controls
66 lines (66 loc) · 1.96 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
65
66
{
"name": "cloud-security-corner",
"private": true,
"version": "0.1.0",
"type": "module",
"homepage": "https://cloudseccorner.github.io/",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"deploy": "gh-pages -d dist",
"start": "next start",
"lint": "next lint",
"cypress": "cypress open",
"e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\"",
"e2e:headless": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e\"",
"component": "cypress open --component",
"component:headless": "cypress run --component"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.6",
"@radix-ui/react-dialog": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.11",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-tabs": "^1.1.8",
"@radix-ui/react-toast": "^1.2.10",
"caniuse-lite": "^1.0.30001704",
"canvas": "^3.1.0",
"framer-motion": "^12.7.4",
"graphql": "^16.10.0",
"graphql-request": "^7.1.2",
"prismjs": "^1.30.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-github-btn": "^1.4.0",
"react-helmet": "^6.1.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^6.30.0",
"react-scroll": "^1.9.3",
"react-syntax-highlighter": "^15.6.1",
"shiki": "^3.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^22.14.1",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"@types/refractor": "^4.0.0",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"gh-pages": "^6.3.0",
"lucide-react": "^0.503.0",
"postcss": "^8.5.3",
"tailwind-merge": "^3.2.0",
"tailwindcss": "^3.4.17",
"tailwindcss-animate": "^1.0.7",
"vite": "^6.2.1"
},
"overrides": {
"prismjs": "^1.30.0"
}
}