-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.49 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
{
"name": "rakun_website",
"private": true,
"description": "A rakun website",
"version": "0.1.0",
"author": "Guillaume CRESPEL @rakun",
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"dayjs": "^1.11.10",
"gatsby": "^5.13.2",
"gatsby-image": "^3.11.0",
"gatsby-plugin-crisp-chat": "^3.2.2",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"normalize.css": "^8.0.1",
"prop-types": "^15.8.1",
"react": "^18.2.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-spring": "^9.7.3",
"react-star-rating-component": "^1.4.1",
"styled-components": "^6.1.8"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"prettier": "^3.2.4"
},
"keywords": [
"gatsby",
"rakun"
],
"workspaces": [
"src"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write src/**/*.{js,jsx}",
"start": "npm run develop",
"serve": "gatsby serve"
}
}