-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 984 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 984 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
31
32
33
34
35
36
{
"name": "mand-x",
"version": "1.0.0",
"private": true,
"description": "MAndX",
"author": "Frédéric De Smet",
"keywords": [
"gatsby"
],
"scripts": {
"fullrestart": " rm -rf .cache && gatsby clean && gatsby develop",
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@theme-ui/presets": "^0.11.3",
"@theme-ui/typography": "^0.11.3",
"gatsby": "^3.13.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-image": "^1.14.0",
"gatsby-plugin-sharp": "^3.14.0",
"gatsby-plugin-sitemap": "^4.10.0",
"gatsby-plugin-theme-ui": "^0.11.3",
"gatsby-source-filesystem": "^3.14.0",
"gatsby-transformer-sharp": "^3.14.0",
"google-spreadsheet": "^3.1.15",
"normalize.css": "^8.0.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"theme-ui": "^0.11.3",
"use-clock": "^1.1.0"
}
}