forked from nitp-website/nitp-main-website-ec2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.87 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
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "nit-patna",
"private": true,
"description": "Official Website of NIT Patna",
"version": "0.1.0",
"author": "NITP WEB TEAM",
"dependencies": {
"aos": "^2.3.4",
"axios": "^1.7.2",
"babel-plugin-styled-components": "^2.1.4",
"eslint-config-prettier": "^9.1.0",
"gatsby": "^5.13.5",
"gatsby-image": "^3.11.0",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.2",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-use-query-params": "^1.0.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-source-graphql": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"graphql": "^16.8.1",
"iterall": "^1.3.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-router-dom": "^6.23.1",
"sass": "^1.77.2",
"serialize-query-params": "^2.0.2",
"ssr-window": "^4.0.2",
"styled-components": "^6.1.11",
"use-query-params": "^2.2.1",
"webpack": "^5.91.0"
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"prettier": "3.2.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/nitpweb/nitp-web-front"
},
"bugs": {
"url": "https://github.com/nitpweb/nitp-web-front/issues"
},
"lint-staged": {
"*.{js,jsx,json,md}": "prettier --write"
}
}