-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 2.3 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
75
{
"name": "sd-jamaat-website",
"private": true,
"description": "Website for the San Diego Dawoodi Bohra jamaat",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "NODE_ENV=production 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",
"dev": "nodemon --exec 'kill-port --port 4000 && gatsby develop -p 4000' --watch gatsby-node.js --watch package.json --watch gatsby-config.js"
},
"dependencies": {
"@pdfme/generator": "^1.0.17",
"@pdfme/ui": "^1.0.17",
"@react-pdf/renderer": "^3.0.0",
"@types/moment": "^2.13.0",
"@types/node": "^18.11.10",
"@types/react": "^18.0.26",
"@types/react-dom": "^18.0.9",
"@types/xlsx": "^0.0.36",
"ajv": "^8.17.1",
"antd": "^5.0.3",
"babel-plugin-styled-components": "^2.0.7",
"bootstrap": "4.6.1",
"cohere-js": "1.0.19",
"firebase": "7.24.0",
"firebase-tools": "8.20.0",
"gatsby": "^5.2.0",
"gatsby-image": "^3.11.0",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-less": "^7.2.0",
"gatsby-plugin-sharp": "^5.2.0",
"gatsby-plugin-styled-components": "^6.2.0",
"gatsby-source-filesystem": "^5.2.0",
"gatsby-transformer-sharp": "^5.2.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"less-to-json": "^1.2.0",
"moment": "2.29.1",
"moment-hijri": "^2.1.2",
"moment-timezone": "0.5.34",
"react": "^18.2.0",
"react-bootstrap": "1.6.4",
"react-container-dimensions": "^1.4.1",
"react-dom": "^18.2.0",
"react-map-gl": "5.3.18",
"react-responsive": "8.2.0",
"react-sticky-box": "^0.9.3",
"secure-ls": "^1.2.6",
"sharp": "^0.33.5",
"styled-components": "5.3.3",
"thenby": "^1.3.4",
"typescript": "^4.9.3",
"xlsx": "0.16.9"
},
"devDependencies": {
"kill-port": "1.6.1",
"nodemon": "2.0.15",
"prettier": "2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}