forked from AIPowerGrid/aipg-website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
{
"name": "aipowergrid",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "npm run build && rsync --exclude=.git -azP . ubuntu@64.176.215.66:/root/site/"
},
"dependencies": {
"@portabletext/react": "^3.0.11",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-navigation-menu": "^1.1.4",
"@radix-ui/react-switch": "^1.0.3",
"@sanity/image-url": "^1.0.2",
"canvas": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"copy-webpack-plugin": "^11.0.0",
"cors": "^2.8.5",
"css-loader": "^6.8.1",
"discord.js": "^14.12.1",
"express": "^4.18.2",
"framer-motion": "^10.18.0",
"next": "^14.1.0",
"next-dark-mode": "^3.0.0",
"next-sanity": "^6.1.0",
"next-themes": "^0.2.1",
"next-transpile-modules": "^10.0.1",
"pdfjs-dist": "^4.0.379",
"preline": "^2.0.0",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-pdf": "^7.6.0",
"react-scroll": "^1.9.0",
"react-vertical-timeline-component": "^3.6.0",
"style-loader": "^3.3.3",
"tailwind-merge": "^2.0.0",
"tailwindcss-animate": "^1.0.7",
"zlib-sync": "^0.1.9"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"node-loader": "^2.0.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}