-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "vitlug-website",
"version": "1.0.0",
"description": "Website and blog for vit-lug",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitlug-official/vitlug-website.git"
},
"author": "VIT-LUG",
"license": "0BSD",
"bugs": {
"url": "https://github.com/vitlug-official/vitlug-website/issues"
},
"homepage": "https://github.com/vitlug-official/vitlug-website#readme",
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"autoprefixer": "^10.4.1",
"babel-plugin-styled-components": "^2.0.2",
"bootstrap-icons": "^1.7.2",
"gatsby": "^4.4.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.4.0",
"gatsby-plugin-mdx": "^3.4.0",
"gatsby-plugin-netlify-cms": "^6.4.0",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-styled-components": "^5.4.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-source-medium": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"netlify-cms-app": "^2.15.63",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-slick": "^0.28.1",
"react-terminal": "^1.2.1",
"slick-carousel": "^1.8.1",
"styled-components": "^5.3.3",
"tailwindcss": "^3.0.8"
},
"devDependencies": {
"@babel/core": "^7.16.7",
"@babel/preset-env": "^7.16.7"
}
}