-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.14 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.14 KB
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
{
"name": "python-sinhala",
"version": "1.0.0",
"private": true,
"description": "Website of PythonSinhala",
"author": "OpenArchitex <sudharakap@mun.ca>",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md,css}\""
},
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"bootstrap": "^5.3.5",
"gatsby": "^5.16.1",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-manifest": "^5.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-source-mongodb": "^5.14.0",
"gatsby-transformer-json": "^5.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"react": "^18.2.0",
"react-bootstrap": "^2.10.10",
"react-dom": "^18.2.0",
"styled-components": "^6.1.18"
},
"devDependencies": {
"prettier": "3.5.3"
},
"engines": {
"node": "20.x",
"npm": "10.x"
}
}