-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
40 lines (40 loc) · 1.09 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
{
"name": "contribute.dev",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"add-project": "node scripts/add-project",
"build": "gatsby build",
"develop": "env-cmd -f .env.development gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "yarn run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\""
},
"dependencies": {
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"env-cmd": "^10.1.0",
"gatsby": "^2.23.11",
"gatsby-plugin-emotion": "^4.3.6",
"gatsby-plugin-react-helmet": "^3.3.6",
"global": "^4.4.0",
"nanoid": "^3.1.31",
"npm-check-updates": "^7.0.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-tweet-embed": "^1.2.2",
"react-twitter-embed": "^3.0.3"
},
"devDependencies": {
"prettier": "^2.0.5"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}