-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.23 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
{
"name": "@gdsc-mpstme/gdscmpstme.com",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "prettier -w .",
"prepare": "husky install"
},
"lint-staged": {
"*": [
"prettier --ignore-unknown --write"
]
},
"dependencies": {
"@astrojs/react": "^1.2.2",
"@astrojs/tailwind": "^2.1.3",
"@lottiefiles/lottie-player": "^1.6.2",
"@nanostores/react": "^0.4.1",
"@types/react": "^18.0.21",
"@types/react-dom": "^18.0.6",
"astro": "^1.6.14",
"astro-icon": "^0.8.0",
"color": "^4.2.3",
"dateformat": "^5.0.3",
"framer-motion": "^10.2.5",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"nanostores": "^0.7.4",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tailwind-scrollbar": "^2.1.0",
"tailwindcss": "^3.0.24",
"typed.js": "^2.0.12"
},
"devDependencies": {
"@types/color": "^3.0.6",
"@types/dateformat": "^5.0.0",
"husky": "^8.0.3",
"lint-staged": "^13.1.0",
"prettier": "2.8.3",
"prettier-plugin-astro": "^0.7.2",
"prettier-plugin-tailwindcss": "^0.2.5"
}
}