-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 966 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
36
37
{
"name": "bold-x-mas-shop",
"version": "1.0.0",
"private": true,
"description": "Bold X-mas Shop",
"author": "Stijn Swaanen",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"antd": "^4.16.13",
"classnames": "^2.3.1",
"dotenv": "^10.0.0",
"gatsby": "^4.2.0",
"gatsby-plugin-antd": "^2.2.0",
"gatsby-plugin-image": "^2.2.0",
"gatsby-plugin-sass": "^5.2.0",
"gatsby-plugin-sharp": "^4.2.0",
"gatsby-source-drupal": "stijnswaanen/gatsby-source-drupal",
"gatsby-source-filesystem": "^4.2.0",
"gatsby-transformer-remark": "^5.2.0",
"gatsby-transformer-sharp": "^4.2.0",
"node-sass": "^6.0.1",
"prop-types": "^15.7.2",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-query": "^3.32.2",
"sass": "^1.43.5"
}
}