-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.08 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
{
"name": "arabicart",
"version": "1.0.0",
"description": "The Elements of Arabic Art",
"author": "Balázs Herczeg",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop -H 0.0.0.0",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"license": "0BSD",
"dependencies": {
"babel-plugin-styled-components": "^1.12.0",
"gatsby": "^2.26.1",
"gatsby-plugin-create-client-paths": "^2.6.0",
"gatsby-plugin-manifest": "^2.8.0",
"gatsby-plugin-react-helmet": "^3.6.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-styled-components": "^3.6.0",
"gatsby-plugin-web-font-loader": "^1.0.4",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-color": "^2.19.3",
"react-cool-dimensions": "^1.1.11",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-intersection-observer": "^8.31.0",
"react-router-dom": "^5.2.0",
"react-swipeable": "^6.0.1",
"react-transition-group": "^4.4.1",
"styled-components": "^5.2.1"
}
}