-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.87 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
{
"name": "open-shop-portfolio",
"private": true,
"description": "Portfolio site created for Martin Sandin and Viktor Annerstål",
"version": "0.1.0",
"license": "0BSD",
"contributers": [
{
"name": "Sofia Darke",
"email": "sofia.darke@hyperisland.se"
},
{
"name": "Saeid Fattahi",
"email": "saeid.fattahi@hyperisland.se"
},
{
"name": "Neha Hirve",
"email": "neha.hirve@hyperisland.se",
"url": "http://nehahirve.github.io/"
},
{
"name": "Saghar Noursobhi"
},
{
"name": "Emma Scott-Allen",
"email": "emma.scottallen@hyperisland.se"
}
],
"scripts": {
"build": "gatsby build",
"deploy": "npx gatsby build && npx gh-pages -d public -b master",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"gatsby": "^2.26.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-mdx": "^1.8.0",
"gatsby-plugin-react-helmet": "^3.8.0",
"gatsby-plugin-sass": "^2.8.0",
"gatsby-source-filesystem": "^2.9.0",
"gh-pages": "^3.1.0",
"react": "^16.12.0",
"react-cookie": "^4.0.3",
"react-device-detect": "^1.15.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"react-markdown": "^5.0.3",
"react-player": "^2.7.2",
"react-scroll": "^1.8.1",
"styled-components": "^5.2.1"
},
"devDependencies": {
"prettier": "2.2.1",
"sass": "^1.30.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}