-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.11 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.11 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
{
"name": "netspace-site",
"version": "1.0.0",
"private": false,
"description": "netspace-site",
"keywords": [
"gatsby"
],
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"deploy:ci": "gatsby build --prefix-paths && gh-pages -d public ",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@mdx-js/react": "^2.3.0",
"axios": "^1.4.0",
"dotenv": "^16.3.1",
"gatsby": "^5.8.1",
"gatsby-plugin-image": "^3.9.0",
"gatsby-plugin-mdx": "^5.8.0",
"gatsby-plugin-sharp": "^5.9.0",
"gatsby-source-filesystem": "^5.9.0",
"gatsby-transformer-sharp": "^5.9.0",
"gh-pages": "^5.0.0",
"google-map-react": "^2.2.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0"
},
"devDependencies": {
"@types/google-map-react": "^2.1.7",
"@types/node": "^18.15.8",
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"typescript": "^5.0.2"
}
}