-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.55 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
{
"homepage": "https://asu-soda.github.io/asu-soda-newsite/",
"name": "asu-soda-newsite",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"predeploy": "npm run build",
"deploy": "gh-pages -d dist",
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.0.4",
"@heroicons/react": "^2.1.3",
"@tsparticles/react": "^3.0.0",
"clsx": "^2.1.1",
"framer-motion": "^11.3.21",
"gh-pages": "^6.1.1",
"i": "^0.3.7",
"markdown-to-jsx": "^7.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^5.2.1",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.26.1",
"remark-gfm": "^4.0.0",
"semantic-ui-css": "^2.5.0",
"semantic-ui-react": "^2.1.5",
"tailwind-merge": "^2.4.0",
"tsparticles": "^3.5.0",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/prop-types": "^15.7.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.2.1",
"daisyui": "^4.11.1",
"eslint": "^8.57.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.6",
"postcss": "^8.4.38",
"prop-types": "^15.8.1",
"sharp": "^0.33.5",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.3",
"typescript": "^5.5.4",
"vite": "^5.2.0",
"vite-plugin-image-optimizer": "^1.1.8"
}
}