-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.82 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "gatsby-starter-default",
"private": true,
"description": "Olivier Ramier's personal website",
"version": "0.1.0",
"author": "Olivier Ramier <[email protected]>",
"dependencies": {
"@chakra-ui/icons": "^1.0.13",
"@chakra-ui/react": "^1.6.3",
"@emotion/react": "^11.4.0",
"@emotion/styled": "^11.3.0",
"@fontsource/bebas-neue": "^4.4.0",
"@fontsource/inter": "^4.5.14",
"@fontsource/raleway": "^4.4.0",
"@fontsource/spartan": "^4.4.0",
"@react-icons/all-files": "^4.1.0",
"framer-motion": "^4.1.17",
"gatsby": "^4.9.3",
"gatsby-plugin-gatsby-cloud": "^4.9.1",
"gatsby-plugin-image": "^2.9.1",
"gatsby-plugin-manifest": "^4.9.1",
"gatsby-plugin-offline": "^5.9.1",
"gatsby-plugin-plausible": "0.0.7",
"gatsby-plugin-react-helmet": "^5.9.0",
"gatsby-plugin-sharp": "^4.9.1",
"gatsby-source-filesystem": "^4.9.1",
"gatsby-transformer-sharp": "^4.9.0",
"prop-types": "^15.7.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0",
"react-scroll": "^1.8.2",
"react-tsparticles": "^1.27.0"
},
"devDependencies": {
"@types/react-helmet": "^6.1.1",
"@types/react-scroll": "^1.8.2",
"prettier": "2.5.1"
},
"keywords": [
"gatsby"
],
"license": "0BSD",
"scripts": {
"build": "gatsby build",
"dev": "gatsby develop -p 8001",
"develop": "gatsby develop -p 8001",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}