-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
50 lines (50 loc) · 1.41 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": "ingenium",
"version": "1.0.0",
"private": true,
"description": "Ingenium",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "npm run build && gh-pages -d public -r https://$GH_TOKEN@github.com/Ingenium-Ahmedabad-University/website.git",
"format": "prettier --write \"**/*.{html,css,js,jsx,json,yaml}\""
},
"dependencies": {
"aos": "^2.3.4",
"autoprefixer": "^10.2.4",
"gatsby": "^2.32.9",
"gatsby-plugin-catch-links": "^2.10.0",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^1.0.0",
"gatsby-plugin-manifest": "^2.12.1",
"gatsby-plugin-postcss": "^3.7.0",
"gatsby-plugin-react-helmet": "^3.10.0",
"gatsby-plugin-sharp": "^2.14.3",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-json": "^2.11.0",
"gatsby-transformer-remark": "^2.16.1",
"gatsby-transformer-sharp": "^2.12.0",
"gsap": "^3.6.0",
"matter-js": "^0.18.0",
"package.json": "^2.0.1",
"postcss": "^8.2.6",
"react": "^16.14.0",
"react-audio-player": "^0.14.0",
"react-dom": "^16.14.0",
"react-helmet": "^6.1.0",
"tailwindcss": "^2.0.3"
},
"devDependencies": {
"prettier": "^2.2.1"
},
"prettier": {
"singleQuote": true,
"jsxSingleQuote": true
}
}