-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.2 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.2 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
{
"name": "altgeorgia-website",
"private": true,
"description": "Website for Alternative Georgia",
"version": "0.1.0",
"author": "Nika Otiashvili",
"dependencies": {
"gatsby": "^2.15.22",
"gatsby-image": "^2.2.21",
"gatsby-plugin-intl": "^0.2.8",
"gatsby-plugin-manifest": "^2.2.18",
"gatsby-plugin-netlify-cms": "^4.1.18",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-remark-copy-linked-files": "^2.1.21",
"gatsby-source-filesystem": "^2.1.26",
"gatsby-transformer-remark": "^2.6.24",
"netlify-cms-app": "^2.9.7",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-helmet": "^5.2.1",
"react-responsive": "^8.0.1"
},
"devDependencies": {
"prettier": "^1.18.2"
},
"homepage": "https://github.com/gatsbyjs/gatsby-starter-blog#readme",
"license": "",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/AltGeorgia/altgeorgia.git"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"No tests (https://gatsby.dev/unit-testing)\""
}
}