-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "kiltau",
"version": "2.0.0",
"private": true,
"description": "kiltau",
"author": "Dima",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"gatsby": "^4.24.8",
"gatsby-plugin-google-analytics": "^4.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-react-i18next": "^2.0.5",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-source-filesystem": "^4.24.0",
"nanoid": "^4.0.0",
"i18next": "^22.0.6",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-i18next": "^12.0.0",
"@plot-and-scatter/react-animated-number": "^1.1.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"gatsby-plugin-postcss": "^5.24.0",
"postcss": "^8.4.19",
"postcss-import": "^15.0.0",
"tailwindcss": "^3.2.4"
}
}