-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
35 lines (35 loc) · 990 Bytes
/
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
{
"name": "example",
"version": "0.0.6",
"private": true,
"license": "MIT",
"starter-name": "gatsby-starter-tmdb",
"dependencies": {
"@vanilla-extract/css": "^1.13.0",
"@vanilla-extract/webpack-plugin": "^2.3.0",
"date-fns": "^2.30.0",
"encoding": "^0.1.13",
"gatsby": "^5.12.1",
"gatsby-adapter-netlify": "^1.0.0",
"gatsby-plugin-image": "^3.12.0",
"gatsby-plugin-react-helmet-async": "^1.2.3",
"gatsby-plugin-sharp": "^5.12.0",
"gatsby-plugin-vanilla-extract": "^4.0.1",
"gatsby-source-tmdb": "^4.0.0",
"gatsby-transformer-sharp": "^5.12.0",
"node-fetch": "^2.7.0",
"react": "^18.2.0",
"react-content-loader": "^6.2.1",
"react-dom": "^18.2.0",
"react-helmet-async": "^1.3.0",
"react-query": "^3.39.3",
"react-spring": "^9.7.2",
"react-tabs": "^4.3.0"
},
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}