-
Notifications
You must be signed in to change notification settings - Fork 27
/
package.json
37 lines (37 loc) · 1017 Bytes
/
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
{
"name": "women-who-design",
"description": "A Twitter directory of accomplished women in the design industry.",
"license": "MIT",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
},
"dependencies": {
"clickable-box": "^0.1.7",
"gatsby": "^2.0.63",
"gatsby-cli": "^2.4.7",
"gatsby-image": "^2.0.22",
"gatsby-plugin-favicon": "^3.1.4",
"gatsby-plugin-google-analytics": "^2.0.8",
"gatsby-plugin-react-helmet": "^3.0.4",
"gatsby-plugin-sass": "^2.0.7",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-remark-smartypants": "^2.0.7",
"gatsby-source-filesystem": "^2.0.11",
"gatsby-transformer-sharp": "^2.1.9",
"lodash": "^4.17.11",
"marked": "^0.5.2",
"node-sass": "^4.10.0",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-helmet": "^5.2.0",
"reset-css": "^4.0.1",
"tachyons": "^4.11.1",
"time-ago": "^0.2.1"
},
"private": true,
"workspaces": [
"plugins/*"
]
}