-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 771 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 771 Bytes
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
{
"name": "unifying-the-blue-book",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "gatsby build",
"start": "gatsby develop",
"clean": "gatsby clean"
},
"keywords": [],
"author": "Andy Tudhope <andy@status.im> (https://andytudhope.africa)",
"license": "MIT",
"dependencies": {
"@tippyjs/react": "^4.0.2",
"gatsby": "^2.20.36",
"gatsby-plugin-mdx": "^1.2.13",
"gatsby-plugin-postcss": "^2.2.4",
"gatsby-remark-embedder": "^2.1.1",
"gatsby-theme-andy": "^0.1.4",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0"
},
"devDependencies": {
"@fullhuman/postcss-purgecss": "^2.1.2",
"autoprefixer": "^9.7.6",
"tailwindcss": "^1.3.5"
}
}