-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 722 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
{
"name": "dyeing-the-blue-book",
"version": "0.0.1",
"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-postcss": "^2.2.4",
"gatsby-theme-andy": "^0.1.1",
"querystring": "^0.2.0",
"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"
}
}