-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
61 lines (61 loc) · 1.63 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
{
"name": "we-are-mahsa-amini",
"version": "1.0.0",
"description": "We are Mahsa Amini.",
"scripts": {
"clean": "gatsby clean",
"develop": "gatsby develop",
"build": "gatsby build && cp -r public dist",
"serve": "gatsby serve",
"lint": "eslint \"**/*.{js, jsx, json, md}\""
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@browniebroke/gatsby-image-gallery": "^7.0.7",
"gatsby": "^4.18.2",
"gatsby-plugin-google-gtag": "^4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-offline": "^5.24.0",
"gatsby-theme-portfolio-minimal": "latest",
"html-react-parser": "^3.0.4",
"react": "^17.0.2",
"react-countup": "^6.3.2",
"react-dom": "^17.0.2"
},
"author": "We Are Mahsa Amini <info@wearemahsaamini.com>",
"license": "Apache-2.0",
"starter-name": "gatsby-starter-portfolio-minimal-theme",
"homepage": "https://wearemahsaamini.com",
"repository": {
"type": "git",
"url": "https://github.com/WeAreMahsaAmini/Homepage.git"
},
"bugs": {
"url": "https://github.com/WeAreMahsaAmini/Homepage"
},
"keywords": [
"mahsa",
"amini",
"woman",
"life",
"freedom",
"iran",
"islamic",
"republic"
],
"devDependencies": {
"eslint": "^8.24.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-node": "^4.1.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.31.8",
"prettier": "^2.7.1"
}
}