-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
74 lines (74 loc) · 2.19 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
68
69
70
71
72
73
74
{
"name": "westpeak",
"private": true,
"description": "WestPeak Research Association",
"version": "1.0.0",
"author": "Hasan Altaf <[email protected]>",
"dependencies": {
"caniuse-lite": "^1.0.30001667",
"deepmerge": "^4.3.1",
"dotenv": "^16.4.5",
"formik": "^2.4.5",
"framer-motion": "^10.18.0",
"gatsby": "^5.13.3",
"gatsby-plugin-catch-links": "^5.13.1",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-typography": "^5.13.1",
"gatsby-react-router-scroll": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-images": "^7.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-excel": "^5.13.1",
"gatsby-transformer-json": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"imagemin-pngquant": "^9.0.2",
"install": "^0.13.0",
"luxon": "^3.5.0",
"pngquant-bin": "^8.0.1",
"primeicons": "^6.0.1",
"primereact": "^10.5.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-headroom": "^3.2.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.12.0",
"react-typography": "^0.16.23",
"rebass": "^4.0.7",
"typography": "^0.16.24"
},
"devDependencies": {
"prettier": "^3.2.5"
},
"overrides": {
"[email protected]": {
"react": "^18.0.0"
}
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "export GA_TRACKING_ID='.' && gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}